Forum Discussion
MEIYAN_L_Intel
Frequent Contributor
6 years agoHi,
May I know the informationas below:
- OS version
- HLS compiler version and edition
- Full error message/ compilation and simulation message
In the description " I run the simulation (./test-fpga)", may I know the full command you had used?
According to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/hls/ug-hls-getting-started.pdf in chapter 1.3 steps 7, do you have install the required 32-bit library?
Also, the HLS compiler instructs the simulator not to log any signals in default because logging signals slows the simulation, and the waveforms files can be very large. However, you can configure the compiler to save these waveforms for debugging purposes with steps and command in https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/hls/ug-hls.pdf chapter 6.2.
Thanks