Skip to content

Commit

Permalink
Fix typo in comment in ibex_id_stage.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
KatCe authored and rswarbrick committed Jan 16, 2025
1 parent 5da1679 commit 591c381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/ibex_id_stage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ module ibex_id_stage #(
assign lsu_sign_ext_o = lsu_sign_ext;
assign lsu_wdata_o = rf_rdata_b_fwd;
// csr_op_en_o is set when CSR access should actually happen.
// 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
// access is illegal. A combinational loop would be created if csr_op_en_o was used along (as
// asserting it for an illegal csr access would result in a flush that would need to deassert it).
assign csr_op_en_o = csr_access_o & instr_executing & instr_id_done_o;
Expand Down

0 comments on commit 591c381

Please sign in to comment.