summaryrefslogtreecommitdiff
path: root/nandgame
diff options
context:
space:
mode:
Diffstat (limited to 'nandgame')
-rw-r--r--nandgame/comb_mem.sv2
-rw-r--r--nandgame/computer.sv2
2 files changed, 2 insertions, 2 deletions
diff --git a/nandgame/comb_mem.sv b/nandgame/comb_mem.sv
index fb87364..766552c 100644
--- a/nandgame/comb_mem.sv
+++ b/nandgame/comb_mem.sv
@@ -4,7 +4,7 @@
`timescale 1us/1us
-`include "../my_mem.v"
+`include "../playground/my_mem.v"
`ifndef COMB_MEM
`define COMB_MEM
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"