Skip to content

Commit b97656f

Browse files
committed
hw: Fix AXI instances
1 parent 86a93fd commit b97656f

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

Bender.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ packages:
77
dependencies:
88
- common_cells
99
axi:
10-
revision: 9ccb07756ab579344a7ad9105a17707bc4bc9855
10+
revision: 9476998275a25fec81c51e72b0bec243e81e6e49
1111
version: null
1212
source:
13-
Git: https://github.com/pulp-platform/axi.git
13+
Git: git@github.com:pulp-platform/axi.git
1414
dependencies:
1515
- common_cells
1616
- common_verification

hw/floo_axi_chimney.sv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ module floo_axi_chimney
271271
) i_axi_err_slv (
272272
.clk_i ( clk_i ),
273273
.rst_ni ( rst_ni ),
274-
.test_i ( test_enable_i ),
275274
.slv_req_i ( axi_in_req_i ),
276275
.slv_resp_o ( axi_in_rsp_o )
277276
);
@@ -851,7 +850,6 @@ module floo_axi_chimney
851850
) i_axi_err_slv (
852851
.clk_i ( clk_i ),
853852
.rst_ni ( rst_ni ),
854-
.test_i ( test_enable_i ),
855853
.slv_req_i ( meta_buf_req_in ),
856854
.slv_resp_o ( meta_buf_rsp_out )
857855
);

hw/floo_nw_chimney.sv

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ module floo_nw_chimney
412412
) i_axi_err_slv (
413413
.clk_i ( clk_i ),
414414
.rst_ni ( rst_ni ),
415-
.test_i ( test_enable_i ),
416415
.slv_req_i ( axi_narrow_in_req_i ),
417416
.slv_resp_o ( axi_narrow_in_rsp_o )
418417
);
@@ -519,7 +518,6 @@ module floo_nw_chimney
519518
) i_axi_err_slv (
520519
.clk_i ( clk_i ),
521520
.rst_ni ( rst_ni ),
522-
.test_i ( test_enable_i ),
523521
.slv_req_i ( axi_wide_in_req_i ),
524522
.slv_resp_o ( axi_wide_in_rsp_o )
525523
);
@@ -1705,7 +1703,6 @@ module floo_nw_chimney
17051703
) i_axi_err_slv (
17061704
.clk_i ( clk_i ),
17071705
.rst_ni ( rst_ni ),
1708-
.test_i ( test_enable_i ),
17091706
.slv_req_i ( axi_narrow_meta_buf_req_in ),
17101707
.slv_resp_o ( axi_narrow_meta_buf_rsp_out )
17111708
);
@@ -1757,7 +1754,6 @@ module floo_nw_chimney
17571754
) i_axi_err_slv (
17581755
.clk_i ( clk_i ),
17591756
.rst_ni ( rst_ni ),
1760-
.test_i ( test_enable_i ),
17611757
.slv_req_i ( axi_wide_meta_buf_req_in ),
17621758
.slv_resp_o ( axi_wide_meta_buf_rsp_out )
17631759
);

0 commit comments

Comments
 (0)