Set block size to 1kB. Block size is set via plusarg +dlen=NNN
This commit is contained in:
2
test-xsim/.gitignore
vendored
2
test-xsim/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
webtalk*
|
||||
xsim.*
|
||||
xsim*
|
||||
xelab.*
|
||||
xvlog.*
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#vsim -c -batch -voptargs=+acc=npr -do "run -all" -quiet -lib testbench top
|
||||
xsim top --runall
|
||||
if [ -n "$1" ]; then
|
||||
dlen_arg="-testplusarg dlen=$1"
|
||||
else
|
||||
dlen_arg=""
|
||||
fi
|
||||
|
||||
xsim top $dlen_arg --runall
|
||||
|
||||
Reference in New Issue
Block a user