summaryrefslogtreecommitdiffhomepage
path: root/src/mle_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/mle_params.v
parentec443c6c36839dec8d0677c3c03801321dea15f3 (diff)
mle: patch files to support FSM3, MLE header, and bug fixesHEADmaster
Diffstat (limited to 'src/mle_params.v')
-rw-r--r--src/mle_params.v30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/mle_params.v b/src/mle_params.v
new file mode 100644
index 0000000..7bbcd5b
--- /dev/null
+++ b/src/mle_params.v
@@ -0,0 +1,30 @@
+/*
+ * mle_params.v
+ *
+ * Copyright (C) 2024-2025 Private Island Networks Inc.
+ * Copyright (C) 2018-2023 Mind Chasers Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ * function: MLE related parameters
+ *
+ */
+
+
+`ifdef INCLUDED
+
+ localparam SZ_MLE_HEADER = 8'h2;
+
+ localparam MSG_TYPE_MLE = 8'h10;
+
+`endif \ No newline at end of file

Highly Recommended Verilog Books