1
0
mirror of synced 2026-05-02 14:31:37 +00:00
Files
YosysHQ.yosys/tests/simple/run-test.sh
2014-06-15 09:31:03 +02:00

10 lines
184 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 bash ../tools/autotest.sh *.v