Skip to content

Commit

Permalink
fixup: Bump AXI version
Browse files Browse the repository at this point in the history
  • Loading branch information
thommythomaso committed Nov 11, 2022
1 parent b13ac56 commit d7d524c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bender.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packages:
axi:
revision: ded97ffe6917fb30674eb8a640dc68c2d64b38ea
revision: c7d995b6e153dd43ed003635cc946371c17ed871
version: null
source:
Git: https://github.com/pulp-platform/axi.git
Expand Down
4 changes: 2 additions & 2 deletions test/tb_idma_obi_backend.sv
Original file line number Diff line number Diff line change
Expand Up @@ -427,12 +427,12 @@ module tb_idma_obi_backend import idma_pkg::*; #(
.axi_req_t ( axi_req_t ),
.axi_resp_t ( axi_rsp_t )
) i_axi_rw_join (
.clk_i ( clk ),
.rst_ni ( rst_n ),
.slv_read_req_i ( axi_read_req ),
.slv_read_resp_o ( axi_read_rsp ),

.slv_write_req_i ( axi_write_req ),
.slv_write_resp_o ( axi_write_rsp ),

.mst_req_o ( axi_req ),
.mst_resp_i ( axi_rsp )
);
Expand Down

0 comments on commit d7d524c

Please sign in to comment.