summaryrefslogtreecommitdiffhomepage
path: root/src/cont_params.v
diff options
context:
space:
mode:
authorPrivate Island Networks Inc <opensource@privateisland.tech>2026-02-03 15:58:01 -0500
committerPrivate Island Networks Inc <opensource@privateisland.tech>2026-02-03 15:58:01 -0500
commit6e0b5af5c789ca6fc3fa6d28300e30d9b3803e76 (patch)
tree9e303145212a5375056a4d51ded63c1cf5ede01e /src/cont_params.v
parentec443c6c36839dec8d0677c3c03801321dea15f3 (diff)
mle: patch files to support FSM3, MLE header, and bug fixesHEADmaster
Diffstat (limited to 'src/cont_params.v')
-rw-r--r--src/cont_params.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cont_params.v b/src/cont_params.v
index cbdddcc..c9f85c2 100644
--- a/src/cont_params.v
+++ b/src/cont_params.v
@@ -32,7 +32,7 @@
localparam MSG_SZ = 8'h8;
-// Message Types (16-bit address)
+// Controller Message Types
localparam MSG_TYPE_NULL = 8'h0;
localparam MSG_TYPE_WRITE = 8'h1;
localparam MSG_TYPE_READ = 8'h2;

Highly Recommended Verilog Books