diff options
Diffstat (limited to 'instrmem/v0.1/Makefile')
-rw-r--r-- | instrmem/v0.1/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/instrmem/v0.1/Makefile b/instrmem/v0.1/Makefile new file mode 100644 index 0000000..171b722 --- /dev/null +++ b/instrmem/v0.1/Makefile @@ -0,0 +1,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
\ No newline at end of file |