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/computer.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nandgame/computer.sv') 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