8 lines
126 B
Bash
Executable File
8 lines
126 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
. ../scripts/sim_vars.sh
|
|
|
|
rm -rf testbench
|
|
vlog -sv -work testbench -vopt $param -f $FFILE top.sv
|