mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-14 21:08:47 +00:00
7 lines
200 B
Bash
7 lines
200 B
Bash
#!/bin/bash
|
|
../../yosys example.ys
|
|
sed -i '/^label=/ d;' example_*.dot
|
|
dot -Tpdf -o example_00.pdf example_00.dot
|
|
dot -Tpdf -o example_01.pdf example_01.dot
|
|
dot -Tpdf -o example_02.pdf example_02.dot
|