Skip to content

Commit 674d26e

Browse files
committed
Restrict UniqueIds to 0 when multicast is enabled
1 parent eb5e61e commit 674d26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_vsim.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ exec_test() {
234234
MST_ID=5
235235
for DATA_WIDTH in 64 256; do
236236
for PIPE in 0; do
237-
for UNIQUE_IDS in 0 1; do
237+
for UNIQUE_IDS in 0; do
238238
call_vsim tb_axi_mcast_xbar -t 1ns \
239239
-gTbNumMasters=$NUM_MST \
240240
-gTbNumMcastSlaves=$NUM_SLV \

0 commit comments

Comments
 (0)