URL
https://opencores.org/ocsvn/dblclockfft/dblclockfft/trunk
Subversion Repositories dblclockfft
[/] [dblclockfft/] [trunk/] [sw/] [README.md] - Rev 41
Go to most recent revision | Compare with Previous | Blame | View Log
This directory contains the software to generate the FFT. It compiles into aprogram called `fftgen`, which you can then call to generate the FFT you areinterested in.Components of this coregen include:- [fftgen.cpp](fftgen.cpp) - This is the top level or 'main' FFT generation program.- [bldstage.cpp](bldstage.cpp) - Generates the code for a single FFT stage,called [fftstage.v](../rtl/fftstage.v) in the RTL directory.- [softmpy.cpp](softmpy.cpp) - Generates a soft multiply.- [bitreverse.cpp](bitreverse.cpp) - Generates a bit reverse module
Go to most recent revision | Compare with Previous | Blame | View Log
