Skip to content

Commit

Permalink
[hw,tlul_adapter_sram_racl,rtl] Fix typos in tlul_adapter_sram_racl
Browse files Browse the repository at this point in the history
Signed-off-by: David Schrammel <davidschrammel@rivosinc.com>
  • Loading branch information
davidschrammel committed Jan 27, 2025
1 parent c324ace commit ea7e7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/ip/tlul/rtl/tlul_adapter_sram_racl.sv
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,15 @@ module tlul_adapter_sram_racl
.clk_i,
.rst_ni,
.tl_i(tl_h2d_filtered),
.tl_i(tl_d2h_filtered),
.tl_o(tl_d2h_filtered),
.en_ifetch_i,
.req_o,
.req_type_o,
.gnt_i,
.we_o,
.addr_o,
.wdata_o,
.wmask_o,
.intg_error_o,
.user_rsvd_o,
.rdata_i,
Expand Down

0 comments on commit ea7e7ce

Please sign in to comment.