File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 315315initial begin
316316 assert (AddrMemWidth+ NumOutLog2 <= AddrWidth) else
317317 $fatal (1 ," Address not wide enough to accomodate the requested TCDM configuration." );
318- assert (NumOut >= NumIn) else
318+ assert (NumOut >= NumIn | Topology == tcdm_interconnect_pkg :: LIC ) else
319319 $fatal (1 ," NumOut < NumIn is not supported." );
320320end
321321// pragma translate_on
Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ for (genvar k = 0; unsigned'(k) < NumOut; k++) begin : gen_outputs
9999 rr_arb_tree # (
100100 .NumIn ( NumIn ),
101101 .DataWidth ( ReqDataWidth ),
102- .ExtPrio ( ExtPrio )
102+ .ExtPrio ( ExtPrio ),
103+ .LockIn ( 1'b1 )
103104 ) i_rr_arb_tree (
104105 .clk_i ( clk_i ),
105106 .rst_ni ( rst_ni ),
You can’t perform that action at this time.
0 commit comments