Oren_ubi
New Contributor
2 years agoUnified FFT cmodel file missing
Hi,
We are trying to run the C simulation of the unified FFT IP, in Quartus Pro 23.2.
However there are several files that we can’t find. Thus files are listed both in the unified FFT User Guide, and in the CMakeFiles.txt in the cmodel library.
The missing files according to the UG (Par2.3) are:
- csl.h/cpp - files containing utility functions and implementation details for the generated models.
- instance_name.h or .cpp - files containing the simulation model of the IP and instance_name_atb.cpp containing the testbench of the IP
- atb_app.cpp - file containing the main() function.
The CMakeFiles.txt in the cmodel library referrer to the following missing files:
"support/csl.h"
"support/csl.inl"
"support/csl.cpp"
"support/csl_io.cpp"
"support/csl_io.h"
"atb/atb_app.cpp"
"fastsim/fastsim.inl"
Where can we find those files to run the Unified FFT simulation?
Note: we also tried to run the cmake in the folder to see if it generates the missing files and it failed, see attached error log files
Thanks
Oren Amidan