aboutsummaryrefslogtreecommitdiff
path: root/rtl/src/io.v
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/src/io.v')
-rw-r--r--rtl/src/io.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtl/src/io.v b/rtl/src/io.v
index f53062b..7d6cd4f 100644
--- a/rtl/src/io.v
+++ b/rtl/src/io.v
@@ -1,3 +1,6 @@
+// io:
+// Input and output register, connected to pins of fpga.
+
module io (
input clk,
input rstn,