mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 12:28:44 +00:00
4 lines
174 B
Bash
Executable file
4 lines
174 B
Bash
Executable file
#!/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]+\.)'
|