I try to re-install Quartus and Models in a different directory and now are both in folder Quartus-Modelsim and the path of simulation assigned is:
C:/Program Files/Quartus-Modelsim/modelsim_ase/win32aloem
but even after the re-installation and the change of directory I have SAME problem.
@kuppe I can launch the Analysis and Synthesis tool and it worked without problem.
I can open Modelsim program without problem but I don't know how lauch a run simulation not started by Quartus. I am a student and I am a very beginner of Quartus but I have to learn to simulate for my exam!
For the log file do you mean this?
--- Quote Start ---
Info: Start Nativelink Simulation process
Info: NativeLink has detected VHDL design -- VHDL simulation models will be used
========= EDA Simulation Settings =====================
Sim Mode : RTL
Family : cyclonev
Quartus root : c:/program files/quartus-modelsim/quartus/bin64/
Quartus sim root : c:/program files/quartus-modelsim/quartus/eda/sim_lib
Simulation Tool : modelsim-altera
Simulation Language : vhdl
Version : 93
Simulation Mode : GUI
Sim Output File :
Sim SDF file :
Sim dir : simulation\modelsim
=======================================================
Info: Starting NativeLink simulation with ModelSim-Altera software
Sourced NativeLink script c:/program files/quartus-modelsim/quartus/common/tcl/internal/nativelink/modelsim.tcl
Error: Can't launch the ModelSim-Altera software -- the path to the location of the executables for the ModelSim-Altera software were not specified or the executables were not found at specified path.
Error: You can specify the path in the EDA Tool Options page of the Options dialog box or using the Tcl command set_user_option.
Error: NativeLink simulation flow was NOT successful
================The following additional information is provided to help identify the cause of error while running nativelink scripts=================
Nativelink TCL script failed with errorCode: issued_nl_message
Nativelink TCL script failed with errorInfo: Can't launch the ModelSim-Altera software -- the path to the location of the executables for the ModelSim-Altera software were not specified or the executables were not found at specified path.
while executing
"error "$emsg" "" "issued_nl_message" "
(procedure "launch_sim" line 85)
invoked from within
"launch_sim launch_args_hash"
("eval" body line 1)
invoked from within
"eval launch_sim launch_args_hash"
invoked from within
"if [ info exists ::errorCode ] {
set savedCode $::errorCode
set savedInfo $::errorInfo
error $result $savedInfo $savedCode
} else {
..."
invoked from within
"if [catch {eval launch_sim launch_args_hash} result ] {
set status 1
if [ info exists ::errorCode ] {
set savedCode $::errorCode
set sav..."
(procedure "run_sim" line 78)
invoked from within
"run_sim run_sim_args_hash"
invoked from within
"if [ info exists ::errorCode ] {
set savedCode $::errorCode
set savedInfo $::errorInfo
error "$result" $savedInfo $savedCode
} else {
er..."
(procedure "run_eda_simulation_tool" line 330)
invoked from within
"run_eda_simulation_tool eda_opts_hash"
--- Quote End ---