summaryrefslogtreecommitdiff
path: root/instrmem/v0.1/Makefile
blob: 171b72285a1026104238032a337c9a1dceb09b90 (plain) (blame)
1
2
3
4
5
6
7
8
9
make:
	iverilog -g2005-sv -o instr_memory instr_memory.v
	iverilog -g2005-sv  -o test_instr_memory instr_memory.v test_instr_memory.v

test:
	./test_instr_memory

wave:
	gtkwave test_instr_memory.vcd