Skip to content

Commit 7e0a9a3

Browse files
authored
Fix typo in comment in ibex_id_stage.sv
1 parent 5da1679 commit 7e0a9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/ibex_id_stage.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ module ibex_id_stage #(
662662
assign lsu_sign_ext_o = lsu_sign_ext;
663663
assign lsu_wdata_o = rf_rdata_b_fwd;
664664
// 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
665+
// csr_access_o is set when CSR access instruction is present and is used to compute whether a CSR
666666
// access is illegal. A combinational loop would be created if csr_op_en_o was used along (as
667667
// asserting it for an illegal csr access would result in a flush that would need to deassert it).
668668
assign csr_op_en_o = csr_access_o & instr_executing & instr_id_done_o;

0 commit comments

Comments
 (0)