6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. ../scripts/sim_vars.sh
|
|
|
|
xsim top -testplusarg dlen=$BLOCK_SIZE --runall
|