File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ import cf_math_pkg::idx_width;
140140 .dec_valid_o ( dec_aw_valid ),
141141 .dec_error_o ( dec_aw_error ),
142142 .en_default_idx_i ( en_default_mst_port_i[i] ),
143- .default_idx_i ( default_mst_port_i[i] )
143+ .default_idx_i ( Connectivity[i][ default_mst_port_i[i]] ? default_mst_port_i[i] : mst_port_idx_t ' (Cfg.NoMstPorts) )
144144 );
145145
146146 addr_decode # (
@@ -155,7 +155,7 @@ import cf_math_pkg::idx_width;
155155 .dec_valid_o ( dec_ar_valid ),
156156 .dec_error_o ( dec_ar_error ),
157157 .en_default_idx_i ( en_default_mst_port_i[i] ),
158- .default_idx_i ( default_mst_port_i[i] )
158+ .default_idx_i ( Connectivity[i][ default_mst_port_i[i]] ? default_mst_port_i[i] : mst_port_idx_t ' (Cfg.NoMstPorts) )
159159 );
160160
161161 assign slv_aw_select = (dec_aw_error) ?
You can’t perform that action at this time.
0 commit comments