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/mle_params.v | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/mle_params.v (limited to 'src/mle_params.v') 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 -- cgit v1.2.3-8-gadcc