I'm seeing that several FFT sizes don't get generated correctly.
For example, a 512-point FFT with 8 samples per clock streaming width isn't properly generated.
256/8 is correct. 1024/8 is correct. 512/4 is correct. 512/16 is correct. But not 512/8.
There are a number of other failing sizes. I can't find any error in my test code, and the input waveforms appear to be correct in a waveform viewer.
I'm seeing that several FFT sizes don't get generated correctly.
For example, a 512-point FFT with 8 samples per clock streaming width isn't properly generated.
256/8 is correct. 1024/8 is correct. 512/4 is correct. 512/16 is correct. But not 512/8.
There are a number of other failing sizes. I can't find any error in my test code, and the input waveforms appear to be correct in a waveform viewer.