summaryrefslogtreecommitdiff
path: root/eater_cpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eater_cpu/Makefile')
-rw-r--r--eater_cpu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/eater_cpu/Makefile b/eater_cpu/Makefile
index d877169..9145135 100644
--- a/eater_cpu/Makefile
+++ b/eater_cpu/Makefile
@@ -1,5 +1,5 @@
cpu: eater_computer_tb.sv eater_computer.sv zbuffer.sv eater_register.v eater_alu.sv ../playground/my_mem.v ../nandgame/counter.sv
- iverilog -o $@ -g2012 $^
+ iverilog -o $@ -g2012 -DIVERILOG $^
HARDWARE_SUFFIX := .sv
TESTBENCH_SUFFIX := _tb.sv