yosys/manual/PRESENTATION_ExAdv/Makefile

16 lines
283 B
Makefile
Raw Normal View History

2014-02-06 14:01:43 +01:00
2014-02-16 17:56:19 +01:00
all: select_01.pdf red_or3x1.pdf sym_mul.pdf mymul.pdf
2014-02-06 14:01:43 +01:00
select_01.pdf: select_01.v select_01.ys
../../yosys select_01.ys
2014-02-16 13:45:47 +01:00
red_or3x1.pdf: red_or3x1_*
../../yosys red_or3x1_test.ys
2014-02-16 14:32:56 +01:00
sym_mul.pdf: sym_mul_*
../../yosys sym_mul_test.ys
2014-02-16 17:56:19 +01:00
mymul.pdf: mymul_*
../../yosys mymul_test.ys