summaryrefslogtreecommitdiff
path: root/manual/APPNOTE_011_Design_Investigation/make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manual/APPNOTE_011_Design_Investigation/make.sh')
-rw-r--r--manual/APPNOTE_011_Design_Investigation/make.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/APPNOTE_011_Design_Investigation/make.sh b/manual/APPNOTE_011_Design_Investigation/make.sh
new file mode 100644
index 00000000..31820695
--- /dev/null
+++ b/manual/APPNOTE_011_Design_Investigation/make.sh
@@ -0,0 +1,6 @@
+#!/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