1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-13 15:27:46 +00:00
aap.pdp6/verilog/Makefile
2016-11-14 23:44:16 +01:00

9 lines
290 B
Makefile

test: test.v pdp6.v apr.v core161c.v fast162.v modules.v
iverilog -o test test.v pdp6.v apr.v core161c.v fast162.v modules.v
test_dec: test_dec.v pdp6.v apr.v core161c.v fast162.v modules.v
iverilog -o test_dec test_dec.v pdp6.v apr.v core161c.v fast162.v modules.v
run: test
vvp test