diff options
author | Andrew Moch <Andrew.Moch@ni.com> | 2021-02-05 10:48:24 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-03 11:26:54 -0500 |
commit | d099fc3b032250bcc70e4c24f78d5eb6508850e1 (patch) | |
tree | 13ca2469b1aa6b52e85beb53f00d610d6d65bdfc /fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh | |
parent | 30b522b268aed6e7b4bc1a556e88d2a4b2fe6f77 (diff) | |
download | uhd-d099fc3b032250bcc70e4c24f78d5eb6508850e1.tar.gz uhd-d099fc3b032250bcc70e4c24f78d5eb6508850e1.tar.bz2 uhd-d099fc3b032250bcc70e4c24f78d5eb6508850e1.zip |
fpga: lib: add pause support to ethernet xport
Diffstat (limited to 'fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh')
-rw-r--r-- | fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh | 1 |
1 files changed, 1 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 1deb35aee..96e9ce53f 100644 --- a/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh +++ b/fpga/usrp3/lib/rfnoc/xport_sv/eth_regs.vh @@ -30,3 +30,4 @@ 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; +localparam [REG_AWIDTH-1:0] REG_PAUSE = BASE + 'h1038; |