Skip to content

AlbertFrancis07/fft_HWSW

 
 

Repository files navigation

FFT

FFT Implementation for Tensilica DSP Processors

Written for the Lab Hardware/Software-Codesign in 2015 at TU Dresden.

Cycles needed for N-Point FFT with TIE instructions, SIMD, pipelining and FLIX (-O2, compiled with feedback optimization):

  • N=8: 327
  • N=256: 7 612
  • N=1024: 32 050

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Shell 0.4%