summaryrefslogtreecommitdiff
path: root/manual/PRESENTATION_ExAdv/Makefile
blob: 3bbc239a41f13dfb612a314cb69f93d963c64a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
all: select_01.pdf red_or3x1.pdf sym_mul.pdf mymul.pdf mulshift.pdf

select_01.pdf: select_01.v select_01.ys
	../../yosys select_01.ys

red_or3x1.pdf: red_or3x1_*
	../../yosys red_or3x1_test.ys

sym_mul.pdf: sym_mul_*
	../../yosys sym_mul_test.ys

mymul.pdf: mymul_*
	../../yosys mymul_test.ys

mulshift.pdf: mulshift_*
	../../yosys mulshift_test.ys