mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
16 lines
283 B
Makefile
16 lines
283 B
Makefile
|
|
all: select_01.pdf red_or3x1.pdf sym_mul.pdf mymul.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
|
|
|