File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -896,7 +896,7 @@ module ibex_controller #(
896
896
end
897
897
898
898
`ASSERT (PipeEmptyOnIrq, ctrl_fsm_cs != IRQ_TAKEN & ctrl_fsm_ns == IRQ_TAKEN | - >
899
- ~ instr_valid_i & ready_wb_i);
899
+ ~ instr_valid_i & ready_wb_i)
900
900
901
901
// ////////
902
902
// FCOV //
Original file line number Diff line number Diff line change @@ -1230,8 +1230,8 @@ module ibex_top import ibex_pkg::*; #(
1230
1230
// Clear flag when we see an MRET
1231
1231
sync_exc_seen <= 1'b0 ;
1232
1232
end else if (rvfi_valid && insn_write_sync_exc_seen (rvfi_insn)) begin
1233
- // Update predicted sync_exc_seen when the instruction modifies the relevant CPUCTRLSTS CSR
1234
- // bit.
1233
+ // Update predicted sync_exc_seen when the instruction modifies the relevant CPUCTRLSTS
1234
+ // CSR bit.
1235
1235
sync_exc_seen <= new_sync_exc_bit (rvfi_insn, rvfi_rs1_rdata, sync_exc_seen);
1236
1236
end
1237
1237
end
You can’t perform that action at this time.
0 commit comments