- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I have compiled a project in Altera and want to simulate the same using ModelSim-Altera software. I have already selected the ModelSim as a default simulator in the project setting so that it can simulate the design after compilation. However, the compilation stops at 83% as it is not able to simulate the project. I tried to simulate it manually but this message appears:
Would anyone suggest how to resolve this?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Go to Tools > Options > EDA Tool Options.
Check that the path to the ModelSim-Altera software is correctly set to: <install_directory>\win32aloem (for example, C:\intelFPGA\18.1\modelsim_ae\win32aloem)
p.s. Don’t forget to Reply, and Select the Best Solution. :)
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Go to Tools > Options > EDA Tool Options.
Check that the path to the ModelSim-Altera software is correctly set to: <install_directory>\win32aloem (for example, C:\intelFPGA\18.1\modelsim_ae\win32aloem)
p.s. Don’t forget to Reply, and Select the Best Solution. :)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thank you so much for the solution, now the modelsim is accessible automatically. However, I am not able to view the waveform. Do I need to add the variables to view waveform. Also, would you please tell me the difference between RTL simulation and Gate Level Simulation? I am sorry if my questions are very basic, I am a beginner therefore having many doubts.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
How about Quartus 11.1 version, I can't find any modelsim_ase folder in the installed directory.
Please check the below image.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Good morning,
On my PC, I am using the version of 13.1 Quartus II software and I followed the above step as per this version . But still it's not working.
and when we click the RTL simulation it shows "Native link error".
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You might need to provide further detail on why you are not able to view the waveform. Try to go through an example design/online tutorial to check where goes wrong.
RTL simulation is to check the design functionality without taking into account the delays of the lookup tables. Gate level simulation can also be zero delays but is more often used in unit delay or full timing mode.
Post-synthesis and post-fit gate-level simulations run significantly slower than RTL simulation. Intel FPGA recommends that you verify your design using RTL simulation for functionality and use the Timing analyzer for timing.
You can learn more about simulation from the link below:
https://www.intel.com/content/www/us/en/programmable/documentation/gft1513990268888.html
