Skip to content

Commit

Permalink
[rtl] fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingscale authored and rswarbrick committed Aug 28, 2024
1 parent 0cd7918 commit 53888bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/ibex_core.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@ module ibex_core import ibex_pkg::*; #(
end


// Memory adddress/write data available first cycle of ld/st instruction from register read
// Memory address/write data available first cycle of ld/st instruction from register read
always_comb begin
if (instr_first_cycle_id) begin
rvfi_mem_addr_d = alu_adder_result_ex;
Expand Down

0 comments on commit 53888bc

Please sign in to comment.