uhd/fpga/usrp3/lib/ip
Wade Fife 4f387c8ff0 fpga: lib: Change max FFT size to 1024
The max FFT size was 4096, but we don't currently have any devices that
can do that without modification. This is because, currently, the FFT
size must be the same as the packet size, and the largest packet
size supported by most devices is about 8000 bytes, or 2000
sc16 samples. Therefore, the largest FFT size supported without
modifying other code is 1024 samples.

This change frees up about 21% of the LUTs and 36% of the BRAM used by
axi_fft and makes the software block controller and the IP agree on the
maximum FFT size.
2020-08-11 16:20:51 -05:00
..
axi_fft fpga: lib: Change max FFT size to 1024 2020-08-11 16:20:51 -05:00
axi_hb31 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
axi_hb47 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
complex_multiplier Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
complex_multiplier_dds Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
complex_to_magphase Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
complex_to_magphase_int16_int24 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
complex_to_magphase_int32 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
cordic_rotate_int24 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
cordic_rotate_int24_int16 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
cordic_rotator Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
cordic_rotator24 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
dds Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
dds_sin_cos_lut_only Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
divide_int16 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
divide_int16_int32 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
divide_int24 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
divide_int32 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
divide_uint32 Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
Makefile.inc Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00