summaryrefslogtreecommitdiffhomepage
path: root/src/cont_params.v
diff options
context:
space:
mode:
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