mirror of
https://github.com/aap/pdp6.git
synced 2026-01-13 15:27:46 +00:00
9 lines
290 B
Makefile
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
|