6 lines
72 B
Bash
6 lines
72 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
. ../scripts/sim_vars.sh
|
||
|
|
|
||
|
|
./simv +dlen=$BLOCK_SIZE
|