Skip to content

Commit

Permalink
axi_xp: disable default routing
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti authored and thommythomaso committed Sep 27, 2022
1 parent 16735d5 commit c1d2198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axi_xp.sv
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ module axi_xp #(
.mst_ports_req_o ( xbar_req ),
.mst_ports_resp_i ( xbar_resp ),
.addr_map_i,
.en_default_mst_port_i ( {NumSlvPorts{1'b0}} ),
.default_mst_port_i ( {NumSlvPorts{{$clog2(NumMstPorts){1'b0}}}} )
.en_default_mst_port_i ( '0 ),
.default_mst_port_i ( '0 )
);

for (genvar i = 0; i < NumMstPorts; i++) begin : gen_remap
Expand Down

0 comments on commit c1d2198

Please sign in to comment.