diff options
Diffstat (limited to 'fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh')
| -rw-r--r-- | fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh b/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh index 354a19414..1deb35aee 100644 --- a/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh +++ b/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh @@ -27,3 +27,6 @@ localparam [REG_AWIDTH-1:0] REG_BRIDGE_MAC_MSB = BASE + 'h1014; localparam [REG_AWIDTH-1:0] REG_BRIDGE_IP = BASE + 'h1018; localparam [REG_AWIDTH-1:0] REG_BRIDGE_UDP = BASE + 'h101c; localparam [REG_AWIDTH-1:0] REG_BRIDGE_ENABLE = BASE + 'h1020; + +localparam [REG_AWIDTH-1:0] REG_CHDR_DROPPED = BASE + 'h1030; +localparam [REG_AWIDTH-1:0] REG_CPU_DROPPED = BASE + 'h1034; |
