diff options
author | Wade Fife <wade.fife@ettus.com> | 2020-07-28 12:09:02 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-07-28 16:17:11 -0500 |
commit | 848cd56a2a852cc37da652690d2ee7e105171268 (patch) | |
tree | cb005b52a3350400ebfc91acf57f4ae401006383 /host/lib/usrp | |
parent | c91cf54766c239a0a4d00777a208358bdbf71276 (diff) | |
download | uhd-848cd56a2a852cc37da652690d2ee7e105171268.tar.gz uhd-848cd56a2a852cc37da652690d2ee7e105171268.tar.bz2 uhd-848cd56a2a852cc37da652690d2ee7e105171268.zip |
x300: Update maximum bitstream size
Add 2 bytes to account for Vivado update number, in addition to major,
minor, and AR. For example the current Vivado version string might be
2019.1.1_AR73068 whereas the previous string was 2018.3_AR71898.
Diffstat (limited to 'host/lib/usrp')
-rw-r--r-- | host/lib/usrp/x300/x300_image_loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_image_loader.cpp b/host/lib/usrp/x300/x300_image_loader.cpp index c8690465b..474aed4cb 100644 --- a/host/lib/usrp/x300/x300_image_loader.cpp +++ b/host/lib/usrp/x300/x300_image_loader.cpp @@ -35,7 +35,7 @@ using namespace uhd::transport; * Constants */ #define X300_FPGA_BIN_SIZE_BYTES 15877916 -#define X300_FPGA_BIT_SIZE_BYTES 15878040 +#define X300_FPGA_BIT_SIZE_BYTES 15878042 #define X300_FPGA_PROG_UDP_PORT 49157 #define X300_FLASH_SECTOR_SIZE 131072 #define X300_PACKET_SIZE_BYTES 256 |