summaryrefslogtreecommitdiff
path: root/datamem/v0.1/Makefile
diff options
context:
space:
mode:
authordianshi <dianshi@main.lv>2022-01-13 21:41:49 +0000
committerdianshi <dianshi@main.lv>2022-01-13 21:41:49 +0000
commitdeebf92127386873cb34d46f414d31c7a69adcfe (patch)
tree040b7dfbb27c4a47b18956d7b0d205a8cc659c62 /datamem/v0.1/Makefile
parent37bd6ad2b012754fc3573f3c2529444ce8d75f36 (diff)
downloadcpu8_v-deebf92127386873cb34d46f414d31c7a69adcfe.tar.gz
cpu8_v-deebf92127386873cb34d46f414d31c7a69adcfe.zip
Added datamem with 8bytes of memory
Diffstat (limited to 'datamem/v0.1/Makefile')
-rw-r--r--datamem/v0.1/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/datamem/v0.1/Makefile b/datamem/v0.1/Makefile
new file mode 100644
index 0000000..871c36d
--- /dev/null
+++ b/datamem/v0.1/Makefile
@@ -0,0 +1,9 @@
+make:
+ iverilog -g2005-sv -o data_memory data_memory.v
+ iverilog -g2005-sv -o test_data_memory data_memory.v test_data_memory.v
+
+test:
+ ./test_data_memory
+
+wave:
+ gtkwave test_data_memory.vcd \ No newline at end of file