aboutsummaryrefslogtreecommitdiff
path: root/rtl/src/rom.v
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/src/rom.v')
-rw-r--r--rtl/src/rom.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtl/src/rom.v b/rtl/src/rom.v
index 29de1da..f32b9a0 100644
--- a/rtl/src/rom.v
+++ b/rtl/src/rom.v
@@ -1,3 +1,6 @@
+// rom:
+// Contains instructions of program.
+
module rom #(
parameter N = 32,
parameter SIZE = 1024,