Skip to content

Commit

Permalink
interrupt_assert: update dcsr.step comment
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Pedersen <Robin.Pedersen@silabs.com>
  • Loading branch information
silabs-robin committed Dec 21, 2022
1 parent 303c44c commit d158f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cv32e40s/tb/uvmt/uvmt_cv32e40s_interrupt_assert.sv
Expand Up @@ -417,7 +417,7 @@ module uvmt_cv32e40s_interrupt_assert
wb_kill || // TODO:silabs-robin Remove? Have more isa-specific reason?
debug_mode_q ||
((priv_lvl == PRIV_LVL_U) && mstatus_tw) ||
dcsr_step // Arbitrary uarch decision
dcsr_step
);

logic is_wfi_wfe_in_wb;
Expand Down

0 comments on commit d158f77

Please sign in to comment.