- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
I'm trying to simulate a design in the Quartus v9 simulator. In the VHDL design there are variables within a process that I'd like to view in the simulation, but in the node finder they don't show up. I've tried various filters ( Pins:all, Register:post-fitting, etc), but the signals are not to be seen. Does the simulator support showing variables?コピーされたリンク
3 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
No all variables are visible in Quartus sim. Try either ModelSim or change variables to signals.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
the quartus simulator only runs a post place and route simulation. Depending on how you used your variables, they may have been converted to intermediate logic.
I suggest using modelsim.- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
--- Quote Start --- the quartus simulator only runs a post place and route simulation. Depending on how you used your variables, they may have been converted to intermediate logic. I suggest using modelsim. --- Quote End --- The QuartusII 9.1 internal simulator also supports 'functional' simulation, which is RTL and run after Analysis and Synthesis.. But the suggestion to use ModelSim definitely holds, writing testbenches is a lot more powerful than drawing waveforms.
