diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-02-17 12:23:09 -0800 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-02-17 12:23:09 -0800 |
commit | 230cf5d76ac2417c36713e82bcd0fbe7986b7847 (patch) | |
tree | 3b26eddabd81588a32b956d7f1d0ed3f5c42c135 /firmware/usrp3/x300/x300_defs.h | |
parent | 3157734691882662fae4f86475a78db8fee1b441 (diff) | |
download | uhd-230cf5d76ac2417c36713e82bcd0fbe7986b7847.tar.gz uhd-230cf5d76ac2417c36713e82bcd0fbe7986b7847.tar.bz2 uhd-230cf5d76ac2417c36713e82bcd0fbe7986b7847.zip |
x300: Multiple firmware fixes for Vivado
- Refactored SFP+ hotplug handler
- GigE link state comes from SFP+ status and PHY status
- Multiple tracing enhancements
- Bumped firmware compat number to 4
- Bumpled FPGA compat number to 10
Diffstat (limited to 'firmware/usrp3/x300/x300_defs.h')
-rw-r--r-- | firmware/usrp3/x300/x300_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/usrp3/x300/x300_defs.h b/firmware/usrp3/x300/x300_defs.h index 65c5d5a23..c4011bd12 100644 --- a/firmware/usrp3/x300/x300_defs.h +++ b/firmware/usrp3/x300/x300_defs.h @@ -51,6 +51,7 @@ static const int RB_SPI_RDY = 1; static const int RB_SPI_DATA = 2; static const int RB_ETH_TYPE0 = 4; static const int RB_ETH_TYPE1 = 5; +static const int RB_FPGA_COMPAT = 6; static const int RB_SFPP_STATUS0 = 8; static const int RB_SFPP_STATUS1 = 9; |