From 50869d8d28aaa53571d1ffd81697e09e95a4d83f Mon Sep 17 00:00:00 2001 From: uvok Date: Fri, 2 Jan 2026 12:15:40 +0100 Subject: docu --- nandgame/comb_mem.sv | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nandgame/comb_mem.sv') diff --git a/nandgame/comb_mem.sv b/nandgame/comb_mem.sv index bbfdcd0..dcda331 100644 --- a/nandgame/comb_mem.sv +++ b/nandgame/comb_mem.sv @@ -1,3 +1,7 @@ +// nandgame "combined memory" +// contains registers A, D and *A result +// located in memory. + `timescale 1us/1us `include "../my_mem.v" -- cgit v1.2.3