Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 372 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 372 Bytes

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