1
0
mirror of synced 2026-01-13 07:29:32 +00:00
YosysHQ.yosys/tests/simple/run-test.sh
2014-07-30 19:23:26 +02:00

10 lines
196 B
Bash
Executable File

#!/bin/bash
# check for Icarus Verilog
if ! which iverilog > /dev/null ; then
echo "$0: Error: Icarus Verilog 'iverilog' not found."
exit 1
fi
exec ${MAKE:-make} -f ../tools/autotest.mk *.v