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.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