aboutsummaryrefslogtreecommitdiffstats
path: root/manual/PRESENTATION_ExAdv/Makefile
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2014-02-20 12:46:29 +0100
committerClifford Wolf <clifford@clifford.at>2014-02-20 12:46:29 +0100
commit98940260e1a0e5d9d5d305b5fabe0aed89c9f57c (patch)
treeabf03d1daf8ec86ef5e781e7e836b7233fb72d03 /manual/PRESENTATION_ExAdv/Makefile
parent772330608acd9726e406d182a339a314d2f046a2 (diff)
downloadyosys-98940260e1a0e5d9d5d305b5fabe0aed89c9f57c.tar.gz
yosys-98940260e1a0e5d9d5d305b5fabe0aed89c9f57c.tar.bz2
yosys-98940260e1a0e5d9d5d305b5fabe0aed89c9f57c.zip
Progress in presentation
Diffstat (limited to 'manual/PRESENTATION_ExAdv/Makefile')
-rw-r--r--manual/PRESENTATION_ExAdv/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/manual/PRESENTATION_ExAdv/Makefile b/manual/PRESENTATION_ExAdv/Makefile
index 2a2858e5f..60da31693 100644
--- a/manual/PRESENTATION_ExAdv/Makefile
+++ b/manual/PRESENTATION_ExAdv/Makefile
@@ -1,8 +1,9 @@
-all: select_01.pdf red_or3x1.pdf sym_mul.pdf mymul.pdf mulshift.pdf addshift.pdf
+all: select.pdf red_or3x1.pdf sym_mul.pdf mymul.pdf mulshift.pdf addshift.pdf \
+ macc_simple_xmap.pdf
-select_01.pdf: select_01.v select_01.ys
- ../../yosys select_01.ys
+select.pdf: select.v select.ys
+ ../../yosys select.ys
red_or3x1.pdf: red_or3x1_*
../../yosys red_or3x1_test.ys
@@ -19,3 +20,6 @@ mulshift.pdf: mulshift_*
addshift.pdf: addshift_*
../../yosys addshift_test.ys
+macc_simple_xmap.pdf: macc_simple_*.v macc_simple_test.ys
+ ../../yosys macc_simple_test.ys
+