- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello,
I'm a beginner at FPGA programming and I'm trying to compile some of the sample examples provided to familiarize with the environment.
Running the suggested example from IL Academic Compute Environment (ACE) wiki - https://wiki.intel-research.net/FPGA.html#simulating-designs-with-ase works flawlessly however if I try to run the sample program for Streaming DMA AFU from the streaming DMA user guide - https://www.intel.com/content/www/us/en/programmable/documentation/ctb1526061110715.html gives a suppressible error message as follows:
I'm simulating the example same way suggested in the documentation. Being new to the topic, I'm not sure if there is a way to suppress these errors or is there any fault in the way I'm simulating the example.
Any help is greatly appreciated.
Thank you.
Yours faithfully,
Kriyszig
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello community,
I was able to solve this by adding the flag "-supress All" to three commands in the Makefile generated by afu_sim_setup - two of them are the vlog commands run during the initial make and the other command being the vsim command that runs when running make sim.
After these changes, the simulator works as intended.
I apologize of hastily asking the question without exploring first and I thank the community for all the help.
- Kriyszig
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello community,
I was able to solve this by adding the flag "-supress All" to three commands in the Makefile generated by afu_sim_setup - two of them are the vlog commands run during the initial make and the other command being the vsim command that runs when running make sim.
After these changes, the simulator works as intended.
I apologize of hastily asking the question without exploring first and I thank the community for all the help.
- Kriyszig
