Forum Discussion
6 Replies
- Altera_Forum
Honored Contributor
the vwf editor and internal simulator are not supported in 10.0+
- Altera_Forum
Honored Contributor
How can I simulate with waveform in Quartus 11.0+?
- Altera_Forum
Honored Contributor
they have enabled the waveform editing functionality in the latest versions of ModelSim ASE, but its not as straight forward as the old vwf editor
your best bet is learning HDL test benches - Altera_Forum
Honored Contributor
In my understanding, "HDL test bench" means read input stimulis from a text file,and the corresponding outputs will be put into a text file. am I correct?
- Altera_Forum
Honored Contributor
you could do it that way
but you can also simply provide stimulus via HDL directly. you generate the input vectors using non-synthesizable constructs like wait statements. for example, you can generate a clock by inverting a signal and waiting period/2 seconds in an infinite loop using your HDL test bench you can still see what the input stimulus and output response look like in a graphical waveform, generating the stimulus is just code instead of graphical - Altera_Forum
Honored Contributor
This document might help... Getting Started with Quartus II Simulation Using the
ModelSim-Altera Software - http://www.altera.com/literature/ug/ug_gs_msa_qii.pdf