6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
rm -rf testbench
|
|
vlog -sv -work testbench -vopt -f ../source/sources.f top.sv
|