From f3a300ce5927cad9ecf02821b3be007f9d2af22b Mon Sep 17 00:00:00 2001 From: dianshi Date: Wed, 19 Jan 2022 22:00:08 +0000 Subject: Add instruction memory --- instrmem/v0.1/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 instrmem/v0.1/Makefile (limited to 'instrmem/v0.1/Makefile') 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 -- cgit v1.2.3