Skip to content

Commit

Permalink
Add missing pins in axi_lite_xbar
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed May 16, 2020
1 parent 8dbc01f commit 46a4ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/axi_lite_xbar.sv
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ module axi_lite_xbar #(
) i_dec_err_conv (
.slv_req_lite_i ( slv_reqs[i][Cfg.NoMstPorts] ),
.slv_resp_lite_o ( slv_resps[i][Cfg.NoMstPorts] ),
.slv_aw_cache_i ( 4'd0 ),
.slv_ar_cache_i ( 4'd0 ),
.mst_req_o ( decerr_req ),
.mst_resp_i ( decerr_resp )
);
Expand Down

0 comments on commit 46a4ad3

Please sign in to comment.