From d655137c93c7622f86c0794efcf0044b009b1fb4 Mon Sep 17 00:00:00 2001 From: Ashish Chaudhari Date: Wed, 8 Oct 2014 09:52:12 -0700 Subject: x300: Reduced the TX buffer from 576K to 520K - Trading performance for stability. This helps meet timing at the cost of a shorter processing time window between sends. - Bumped FPGA compat number to 8 --- host/lib/usrp/x300/x300_fw_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/x300/x300_fw_common.h') diff --git a/host/lib/usrp/x300/x300_fw_common.h b/host/lib/usrp/x300/x300_fw_common.h index f1ff5ce7d..6cf4834b3 100644 --- a/host/lib/usrp/x300/x300_fw_common.h +++ b/host/lib/usrp/x300/x300_fw_common.h @@ -31,7 +31,7 @@ extern "C" { #define X300_FW_COMPAT_MAJOR 3 #define X300_FW_COMPAT_MINOR 0 -#define X300_FPGA_COMPAT_MAJOR 7 +#define X300_FPGA_COMPAT_MAJOR 8 //shared memory sections - in between the stack and the program space #define X300_FW_SHMEM_BASE 0x6000 -- cgit v1.2.3