We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cd725 commit 66e5200Copy full SHA for 66e5200
scripts/run_vsim.sh
@@ -172,7 +172,7 @@ exec_test() {
172
for Atop in 0 1; do
173
for Exclusive in 0 1; do
174
for UniqueIds in 0 1; do
175
- call_vsim tb_axi_xbar -gTbNumMst=$NumMst -gTbNumSlv=$NumSlv \
+ call_vsim tb_axi_xbar -gTbNumMasters=$NumMst -gTbNumSlaves=$NumSlv \
176
-gTbEnAtop=$Atop -gTbEnExcl=$Exclusive \
177
-gTbUniqueIds=$UniqueIds
178
done
0 commit comments