HDL Stream FFT in HDL Coder 2013b, not support FPGA?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
owen chang
am 28 Sep. 2013
Beantwortet: Wang Chen
am 7 Okt. 2013
Hi, i am using Stream FFT for Zynq, but once i have created the subsystem and set it to Atomic, i have this error message pop up: " Double or single port type is not supported when the input parameter 'Target Platform' is set to any FPGA board. Please update the data type on inport"
i have tried to config the input port to "uint32",but another error occur: "Error in 'coder_fft/Subsystem/HDL Streaming FFT1/FFTCore/SimulinkFFT': Unsigned fixed-point signals must be real."
how should i config these block in order to generate an ipcore for Zynq? should i add more data type converters into the system?
Thanks
Owen
0 Kommentare
Akzeptierte Antwort
Wang Chen
am 7 Okt. 2013
Hi Owen,
The HDL Streaming FFT block only support signed fixed-point data type as input. You can try change your input data type to int32.
Thanks,
Wang
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu FPGA, ASIC, and SoC Development finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!