Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 902 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 902 Bytes

SLMD FFT+window project

How to open and compile this project in VS 2013

  • Click FILE->Open->Project/Solution...
  • Select src/fft_flpt.sln and click Open
  • Click BUILD->Build fft_flpt and wait to complete
  • In a command line run src/Debug/fft_flpt.exe with no parameters

Compatibility

  • SystemC-2.3.1 - compiled and linked with the VS soulution,
  • Due to deprecated features in never C++ versions the Visual Studio 2013 is suported only.

Helpful links