mirror of https://github.com/YosysHQ/yosys.git
4 lines
174 B
Bash
4 lines
174 B
Bash
|
#!/bin/bash
|
||
|
time ../../yosys -b "verilog -noexpr" -o synth.v -tl synth.log -s run-synth.ys \
|
||
|
rtl/omsp_*.v rtl/openMSP430.v 2>&1 | egrep '^\[[0-9.]+\] (ERROR|-- |[0-9]+\.)'
|