Skip to content

Commit

Permalink
[hardware] Fix type of i_addrgen_idx_op_spill_reg
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Imfeld <[email protected]>
  • Loading branch information
moimfeld authored and mp-17 committed Jul 18, 2024
1 parent dd947bb commit 15450ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/src/vlsu/addrgen.sv
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module addrgen import ara_pkg::*; import rvv_pkg::*; #(

// Break the path from the VRF to the AXI request
spill_register #(
.T(elen_t)
.T(axi_addr_t)
) i_addrgen_idx_op_spill_reg (
.clk_i (clk_i ),
.rst_ni (rst_ni ),
Expand Down

0 comments on commit 15450ec

Please sign in to comment.