aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300
diff options
context:
space:
mode:
authorMark Meserve <mark.meserve@ni.com>2019-10-01 16:17:33 -0500
committerBrent Stapleton <brent.stapleton@ettus.com>2019-10-04 12:04:37 -0700
commitd33eb0efa8a90491a3f89e42c008f6602190714f (patch)
treec1935461c554175b5f589f17f29c1abb9a56a1fb /host/lib/usrp/x300
parent3a9b18da5ce1eb0763f995f6e6925cd1dc59a567 (diff)
downloaduhd-d33eb0efa8a90491a3f89e42c008f6602190714f.tar.gz
uhd-d33eb0efa8a90491a3f89e42c008f6602190714f.tar.bz2
uhd-d33eb0efa8a90491a3f89e42c008f6602190714f.zip
x3xx: update maximum bitfile size
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r--host/lib/usrp/x300/x300_image_loader.cpp2
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 28ea699f5..ccd3761df 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 15878032
+#define X300_FPGA_BIT_SIZE_BYTES 15878040
#define X300_FPGA_PROG_UDP_PORT 49157
#define X300_FLASH_SECTOR_SIZE 131072
#define X300_PACKET_SIZE_BYTES 256