summaryrefslogtreecommitdiff
path: root/nandgame/comb_mem.sv
diff options
context:
space:
mode:
authoruvok2026-01-02 12:15:40 +0100
committeruvok2026-01-02 12:15:40 +0100
commit50869d8d28aaa53571d1ffd81697e09e95a4d83f (patch)
tree1ffcba0f1df973784e0c39781e8c2157e64254da /nandgame/comb_mem.sv
parentb5323d3924ac62b9096eb94a3aed8ac0a661c799 (diff)
docu
Diffstat (limited to 'nandgame/comb_mem.sv')
-rw-r--r--nandgame/comb_mem.sv4
1 files changed, 4 insertions, 0 deletions
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"