projects
/
rv32.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e64901d
)
add Makefile for verilog compilation
master
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 29 Nov 2018 00:25:17 +0000
(
00:25
+0000)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Thu, 29 Nov 2018 00:25:17 +0000
(
00:25
+0000)
Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/Makefile
b/Makefile
new file mode 100644
(file)
index 0000000..
85844f0
--- /dev/null
+++ b/
Makefile
@@ -0,0
+1,6
@@
+rv32_sim:
+ iverilog -o rv32 -Wall cpu.v cpu_alu.v cpu_fetch_stage.v \
+ cpu_memory_interface.v vga*.v cpu_decoder.v \
+ block_memory.v block_memory_16kbit.v \
+ main.v main_test.v
+