Skip to content

Commit 66e5200

Browse files
committed
sim: Correctly set the parameter overwrite
1 parent 07cd725 commit 66e5200

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
@@ -172,7 +172,7 @@ exec_test() {
172172
for Atop in 0 1; do
173173
for Exclusive in 0 1; do
174174
for UniqueIds in 0 1; do
175-
call_vsim tb_axi_xbar -gTbNumMst=$NumMst -gTbNumSlv=$NumSlv \
175+
call_vsim tb_axi_xbar -gTbNumMasters=$NumMst -gTbNumSlaves=$NumSlv \
176176
-gTbEnAtop=$Atop -gTbEnExcl=$Exclusive \
177177
-gTbUniqueIds=$UniqueIds
178178
done

0 commit comments

Comments
 (0)