We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb32236 commit 726eb97Copy full SHA for 726eb97
rtl/ibex_id_stage.sv
@@ -522,6 +522,7 @@ module ibex_id_stage #(
522
if (csr_op_en_o == 1'b1 && (csr_op_o == CSR_OP_WRITE || csr_op_o == CSR_OP_SET)) begin
523
if (csr_num_e'(instr_rdata_i[31:20]) == CSR_MSTATUS ||
524
csr_num_e'(instr_rdata_i[31:20]) == CSR_MIE ||
525
+ csr_num_e'(instr_rdata_i[31:20]) == CSR_MSECCFG ||
526
// To catch all PMPCFG/PMPADDR registers, get the shared top most 7 bits.
527
instr_rdata_i[31:25] == 7'h1D) begin
528
csr_pipe_flush = 1'b1;
0 commit comments