mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 19:53:35 +00:00
3 lines
154 B
Bash
3 lines
154 B
Bash
#!/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]+\.)'
|