diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-11-28 17:39:16 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-11-28 17:39:16 +0100 |
commit | 9595eca181d94064fa20e4746c3888f3c8091f15 (patch) | |
tree | 3dde77f8d50362ab7ef8597170ae29b516cdf08f /manual/APPNOTE_011_Design_Investigation/make.sh | |
parent | 0e52f3fa01dfc7280141871585ed180225a596e7 (diff) | |
download | yosys-9595eca181d94064fa20e4746c3888f3c8091f15.tar.gz yosys-9595eca181d94064fa20e4746c3888f3c8091f15.tar.bz2 yosys-9595eca181d94064fa20e4746c3888f3c8091f15.zip |
More progress on AppNote 011
Diffstat (limited to 'manual/APPNOTE_011_Design_Investigation/make.sh')
-rw-r--r-- | manual/APPNOTE_011_Design_Investigation/make.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/APPNOTE_011_Design_Investigation/make.sh b/manual/APPNOTE_011_Design_Investigation/make.sh index 31820695a..60c6c6be3 100644 --- a/manual/APPNOTE_011_Design_Investigation/make.sh +++ b/manual/APPNOTE_011_Design_Investigation/make.sh @@ -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 |