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 c39f541..2a958de 100644
--- a/eater_cpu/Makefile
+++ b/eater_cpu/Makefile
@@ -1,2 +1,2 @@
-cpu: eater_computer_tb.sv eater_computer.sv bus_writer.sv eater_register.v eater_alu.sv ../playground/my_mem.v ../nandgame/counter.sv
+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 $^