From 6c83fd8730e55de8b1daaac1deb111d3d9bd408e Mon Sep 17 00:00:00 2001 From: uvok Date: Fri, 9 Jan 2026 15:18:23 +0100 Subject: move stuff around --- nandgame/comb_mem.sv | 2 +- nandgame/computer.sv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nandgame') 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" -- cgit v1.2.3