Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21180 Discussions

How to manually run a gate-level simulation in quartus?

ocraM
Beginner
134 Views

As you can see in this question's image I configured a VHDL project in quartus to automatically run gate-level simulation after compilation by going in Assignments->Settings and clicking "Automatically run gate-level simulations after compilation".

However, compilation takes time and on some already compiled projects I might want to re-run a simulation...

How do I simply re-run the simulation without needing to recompiling the whole project?

In the same context: if I change only me test file, do I need to recompile the whole project? Or am I able to only recompile the needed test file?

Labels (1)
0 Kudos
1 Solution
ShengN_Intel
Employee
68 Views

Hi


How do I simply re-run the simulation without needing to recompiling the whole project?

Make sure no changes to the test file and do not delete the simulation folder. If not, have to run the eda netlist writer again.


if I change only me test file, do I need to recompile the whole project? Or am I able to only recompile the needed test file?

Make sure your testbench file is not included under project navigator, then not need recompile the whole project.


View solution in original post

0 Kudos
1 Reply
ShengN_Intel
Employee
69 Views

Hi


How do I simply re-run the simulation without needing to recompiling the whole project?

Make sure no changes to the test file and do not delete the simulation folder. If not, have to run the eda netlist writer again.


if I change only me test file, do I need to recompile the whole project? Or am I able to only recompile the needed test file?

Make sure your testbench file is not included under project navigator, then not need recompile the whole project.


0 Kudos
Reply