Forum Discussion
Altera_Forum
Honored Contributor
8 years agodesign simulation
hello i've done a design using quartus 17.1 pro. but i coudn't simulate this design. i tried to convert it to a VHDL script but i dindn't know how how can i simulate it or convert it
Altera_Forum
Honored Contributor
8 years agoI remember having to point Quartus to where my simulator (Modelsim) was installed. Check under Tools->Options->General->EDA Tool Options the path to your simulator. In my case (for ModelSim-Altera): I have next to Modelsim-Altera the path c:\intelFPGA_lite\16.1\modelsim_ase\win32aloem. If this is not set Quartus does not know which program to start to run your simulation.
I use custom scripts to compile and run my testbenches, so I cannot help you with other flows.