summaryrefslogtreecommitdiff
path: root/nandgame/computer.sv
diff options
context:
space:
mode:
Diffstat (limited to 'nandgame/computer.sv')
-rw-r--r--nandgame/computer.sv2
1 files changed, 1 insertions, 1 deletions
diff --git a/nandgame/computer.sv b/nandgame/computer.sv
index 5f33698..b706d7f 100644
--- a/nandgame/computer.sv
+++ b/nandgame/computer.sv
@@ -2,7 +2,7 @@
`timescale 1us/1us
-`include "../my_mem.v"
+`include "../playground/my_mem.v"
`include "comb_mem.sv"
`include "instruction_decode.sv"
`include "counter.sv"