diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-03-15 13:57:57 -0700 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-09-25 16:27:49 -0700 |
commit | b993f4f0d85eee53c1256e0381c3a173af7d5833 (patch) | |
tree | 01130b79053f9b297fbc072d81852a9bba2021d4 /host/lib/usrp/x300 | |
parent | b9514a6db3ebd06b8ddeddc1283c530d59d60aaf (diff) | |
download | uhd-b993f4f0d85eee53c1256e0381c3a173af7d5833.tar.gz uhd-b993f4f0d85eee53c1256e0381c3a173af7d5833.tar.bz2 uhd-b993f4f0d85eee53c1256e0381c3a173af7d5833.zip |
cores: Update rx_frontend_gen3.v controls for 1/4-rate mixer
This tracks the changes on rx_frontend_gen3.v, which was updated to use
a quarter-rate downconverter instead of a generic CORDIC. The X3x0 FPGA
compat number is incremented as the rx_frontend is part of the device
architecture rather than an RFNoC block.
Diffstat (limited to 'host/lib/usrp/x300')
-rw-r--r-- | host/lib/usrp/x300/x300_fw_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_fw_common.h b/host/lib/usrp/x300/x300_fw_common.h index e240d8be6..45301640a 100644 --- a/host/lib/usrp/x300/x300_fw_common.h +++ b/host/lib/usrp/x300/x300_fw_common.h @@ -23,7 +23,7 @@ extern "C" { #define X300_REVISION_MIN 2 #define X300_FW_COMPAT_MAJOR 6 #define X300_FW_COMPAT_MINOR 0 -#define X300_FPGA_COMPAT_MAJOR 0x23 +#define X300_FPGA_COMPAT_MAJOR 0x24 //shared memory sections - in between the stack and the program space #define X300_FW_SHMEM_BASE 0x6000 |