Forum Discussion

TarikTec's avatar
TarikTec
Icon for Occasional Contributor rankOccasional Contributor
5 years ago
Solved

Can I write, compile and simulate VHDL code by using only modelSim?

I just started learning using Quartus Prime Standard and I find it taking too much time each time I want to modify the VHDL code in Quartus ,then compile then simulate using the modelSim. is there ...
  • sstrell's avatar
    5 years ago

    Unless you're doing a gate-level simulation that requires device timing delays, you don't need to compile in Quartus at all before running a simulation in ModelSim. Quartus can generate simulation scripts for you (for compiling in Modelsim, setting up the waveform view, etc.), but you don't even need to do that.

    At a minimum, you might want to run Analysis & Elaboration in Quartus to verify syntax and connectivity, but other than that, you don't need to compile any further before simulating.