yosys/tests/simple/run-test.sh

11 lines
208 B
Bash
Raw Normal View History

2013-01-05 11:13:26 +01:00
#!/bin/bash
# check for Icarus Verilog
if ! which iverilog > /dev/null ; then
echo "$0: Error: Icarus Verilog 'iverilog' not found."
exit 1
fi
2013-01-05 11:13:26 +01:00
make -C ../.. || exit 1
exec bash ../tools/autotest.sh *.v