File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ module ibex_ex_block #(
197197 assign ex_valid_o = multdiv_sel ? multdiv_valid : ~ (| alu_imd_val_we);
198198
199199`ifdef INC_ASSERT
200- // This is intended to be accessed via hierarchical references so isn't output from this module nor
201- // used in any logic in this module
200+ // This is intended to be accessed via hierarchical references so isn't output from this module
201+ // nor used in any logic in this module
202202 logic sva_multdiv_fsm_idle;
203203
204204 if (RV32M == RV32MSlow) begin : gen_multdiv_sva_idle_slow
Original file line number Diff line number Diff line change @@ -536,8 +536,8 @@ module ibex_multdiv_fast #(
536536 logic sva_fsm_idle;
537537 logic unused_sva_fsm_idle;
538538
539- // This is intended to be accessed via hierarchical references so isn't output from this module nor
540- // used in any logic in this module
539+ // This is intended to be accessed via hierarchical references so isn't output from this module
540+ // nor used in any logic in this module
541541 assign sva_fsm_idle = (md_state_q == MD_IDLE ) && sva_mul_fsm_idle;
542542 // Mark the sva_fsm_idle as unused to avoid lint issues
543543 assign unused_sva_fsm_idle = sva_fsm_idle;
You can’t perform that action at this time.
0 commit comments