yosys/tests/or1200/run-synth.sh

3 lines
154 B
Bash
Raw Normal View History

2013-01-05 04:13:26 -06:00
#!/bin/bash
time ../../yosys -b "verilog -noexpr" -o synth.v -tl synth.log -s run-synth.ys rtl/or1200_*.v 2>&1 | egrep '^\[[0-9.]+\] (ERROR|--|[0-9]+\.)'