Forum Discussion
Altera_Forum
Honored Contributor
17 years agoAs said in the referenced thread, Quartus simulator doesn't allow you to write your own test bench. You can only draw input waveforms which is very limited. Now that with Quartus you have a free access to ModelSim, it is really worth using it. You'll never regret the time you'll spend understanding how it's working. You just have to learn how to write a test bench and the rest is really straightforward.
Using modelSim, you can even put breakpoints, step by step in your code, see the results of assertions, interact with external code using Tcl/Tk. This is a really powerful way of debugging it (and even of learning VHDL or Verilog). The only case when Quartus simulator is useful is if you don't have 2 days to learn how ModelSim is working and what you want to simulate is just a counter plus a few flip-flops.