File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -726,13 +726,20 @@ register tdata3 : xlenbits
726
726
bitfield MatchControlType6 : bits(27) = {
727
727
/* Trigger perfectly satisfied or not */
728
728
uncertain : 26,
729
- /* Sets when mcontrol6 fire after the instruction retires */
729
+ /* This field combine with hit0 */
730
730
hit1 : 25,
731
731
/* Enable Mcontrol6 trigger in VS-mode */
732
732
vs : 24,
733
733
/* Enable Mcontrol6 trigger in VU-mode */
734
734
vu : 23,
735
- /* Sets when mcontrol6 fire before the instruction retires */
735
+ /* 0: Trigger did not fire
736
+ * 1: Trigger fired before the instruction retires
737
+ * 2: Trigger fired after the instruction that
738
+ * triggered and at least one additional instruction were
739
+ * retired.
740
+ * 3: Trigger fired just after the instruction that
741
+ * triggered it was retired, but before any subsequent
742
+ * instructions were executed */
736
743
hit0 : 22,
737
744
/* 0: address match, 1: data match */
738
745
select : 21,
You can’t perform that action at this time.
0 commit comments