We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da1679 commit 7e0a9a3Copy full SHA for 7e0a9a3
rtl/ibex_id_stage.sv
@@ -662,7 +662,7 @@ module ibex_id_stage #(
662
assign lsu_sign_ext_o = lsu_sign_ext;
663
assign lsu_wdata_o = rf_rdata_b_fwd;
664
// csr_op_en_o is set when CSR access should actually happen.
665
- // csv_access_o is set when CSR access instruction is present and is used to compute whether a CSR
+ // csr_access_o is set when CSR access instruction is present and is used to compute whether a CSR
666
// access is illegal. A combinational loop would be created if csr_op_en_o was used along (as
667
// asserting it for an illegal csr access would result in a flush that would need to deassert it).
668
assign csr_op_en_o = csr_access_o & instr_executing & instr_id_done_o;
0 commit comments