summaryrefslogtreecommitdiffhomepage
path: root/src/cont_params.v
diff options
context:
space:
mode:
authorPrivate Island Networks Inc <opensource@privateisland.tech>2026-06-30 14:34:45 -0400
committerPrivate Island Networks Inc <opensource@privateisland.tech>2026-06-30 14:34:45 -0400
commit7d8b0ec0dd703db060c527537bd9da7798cf86e6 (patch)
tree7476a02a9410dd884c3a763da2d8268f3ea84180 /src/cont_params.v
parent2d95906292d0cc91f3ec8aa20298c646b934a7ab (diff)
pkt_gen: create first pass skelton source file and changes to support packet generation
Diffstat (limited to 'src/cont_params.v')
-rw-r--r--src/cont_params.v5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cont_params.v b/src/cont_params.v
index c9f85c2..d871534 100644
--- a/src/cont_params.v
+++ b/src/cont_params.v
@@ -40,15 +40,14 @@ localparam MSG_TYPE_REPLY_SUCCESS = 8'h3;
localparam MSG_TYPE_REPLY_ERROR = 8'h4;
localparam MSG_TYPE_NOTIY = 8'h5;
-
localparam MSG_CONTROLLER_ADDR = 16'h0000;
localparam MSG_MAC_ADDR = 16'h0100;
localparam MSG_PKT_FILTER_ADDR = 16'h0200;
localparam MSG_SWITCH_ADDR = 16'h0500;
localparam MSG_MDIO_ADDR = 16'h0600;
localparam MSG_MLE_ADDR = 16'h0700;
-localparam MSG_INVALID_ADDR = 16'h0800;
-
+localparam MSG_PKT_GEN_ADDR = 16'h0800;
+localparam MSG_INVALID_ADDR = 16'h0900;
localparam HF_TX_WR_PTR_ADDR = 16'd0;
localparam HF_TX_RD_PTR_ADDR = 16'd1; // read only

Highly Recommended Verilog Books