From 6e0b5af5c789ca6fc3fa6d28300e30d9b3803e76 Mon Sep 17 00:00:00 2001 From: Private Island Networks Inc Date: Tue, 3 Feb 2026 15:58:01 -0500 Subject: mle: patch files to support FSM3, MLE header, and bug fixes --- src/cont_params.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cont_params.v') 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; -- cgit v1.2.3-8-gadcc