diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2018-01-22 14:27:37 -0800 |
---|---|---|
committer | Ashish Chaudhari <ashish.chaudhari@ettus.com> | 2018-01-24 15:09:29 -0800 |
commit | 081e81274dbc14d6ff80c49c00d828863319b392 (patch) | |
tree | ed2d35fec505f8693d2861b5393df9eab115b02f /host/lib/usrp/e300 | |
parent | f764f5ea6d19c3f26cbc00f1096b1dfcb77f359c (diff) | |
download | uhd-081e81274dbc14d6ff80c49c00d828863319b392.tar.gz uhd-081e81274dbc14d6ff80c49c00d828863319b392.tar.bz2 uhd-081e81274dbc14d6ff80c49c00d828863319b392.zip |
usrp3: Changes for Vivado 2017.4
- Bumped compat number for e3xx, n230, x3xx, n3xx
- Updated images package for e3xx, n230, x3xx, n3xx
- Updated fpga-src submodule
Diffstat (limited to 'host/lib/usrp/e300')
-rw-r--r-- | host/lib/usrp/e300/e300_fpga_defs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_fpga_defs.hpp b/host/lib/usrp/e300/e300_fpga_defs.hpp index abee413ea..1f5cd4733 100644 --- a/host/lib/usrp/e300/e300_fpga_defs.hpp +++ b/host/lib/usrp/e300/e300_fpga_defs.hpp @@ -10,7 +10,7 @@ namespace uhd { namespace usrp { namespace e300 { namespace fpga { static const size_t NUM_RADIOS = 2; -static const uint32_t COMPAT_MAJOR = 16; +static const uint32_t COMPAT_MAJOR = 17; static const uint32_t COMPAT_MINOR = 0; }}}} // namespace |