Skip to content

Commit 53888bc

Browse files
lingscalerswarbrick
authored andcommitted
[rtl] fix a typo.
1 parent 0cd7918 commit 53888bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl/ibex_core.sv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ module ibex_core import ibex_pkg::*; #(
16781678
end
16791679

16801680

1681-
// Memory adddress/write data available first cycle of ld/st instruction from register read
1681+
// Memory address/write data available first cycle of ld/st instruction from register read
16821682
always_comb begin
16831683
if (instr_first_cycle_id) begin
16841684
rvfi_mem_addr_d = alu_adder_result_ex;

0 commit comments

Comments
 (0)