Forum Discussion
Altera_Forum
Honored Contributor
16 years agoyou should read about VHDL generics and generate statements.
with well thought out code structure you should be able to define a generic "fftpoints" that will unroll the code into an N point FFT using a for ... generate statement.