aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc')
-rw-r--r--host/lib/rfnoc/fft_block_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/fft_block_control.cpp b/host/lib/rfnoc/fft_block_control.cpp
index 867d458ca..23ee380ac 100644
--- a/host/lib/rfnoc/fft_block_control.cpp
+++ b/host/lib/rfnoc/fft_block_control.cpp
@@ -22,7 +22,7 @@ constexpr int DEFAULT_FFT_SCALING = 1706; // Conservative 1/N scaling
// FFT IP constraints
constexpr int MIN_FFT_LENGTH = 8;
-constexpr int MAX_FFT_LENGTH = 2048;
+constexpr int MAX_FFT_LENGTH = 1024;
const uhd::rfnoc::io_type_t DEFAULT_TYPE = uhd::rfnoc::IO_TYPE_SC16;