summaryrefslogtreecommitdiff
path: root/control_unit/v0.1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'control_unit/v0.1/Makefile')
-rw-r--r--control_unit/v0.1/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/control_unit/v0.1/Makefile b/control_unit/v0.1/Makefile
new file mode 100644
index 0000000..a054e3d
--- /dev/null
+++ b/control_unit/v0.1/Makefile
@@ -0,0 +1,8 @@
+make:
+ iverilog -g2005-sv -o control_unit control_unit.v
+ iverilog -g2005-sv -o test_control_unit test_control_unit.v
+test:
+ ./test_control_unit
+
+wave:
+ gtkwave test_data_path.vcd \ No newline at end of file