mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 19:05:52 +00:00
More progress on AppNote 011
This commit is contained in:
parent
0e52f3fa01
commit
9595eca181
4 changed files with 122 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
../../yosys example.ys
|
||||
sed -i '/^label=/ d;' example_*.dot
|
||||
../../yosys -p 'proc; opt; show -format dot -prefix splice' splice.v
|
||||
sed -i '/^label=/ d;' example_*.dot splice.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
|
||||
dot -Tpdf -o splice.pdf splice.dot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue