quartus_nativelink_simulation.log

来自「利用FPGA的资源实现任意波形的产生」· LOG 代码 · 共 40 行

LOG
40
字号
Info: Start Nativelink Simulation process
Info: Initialization of EDA simulation settings was successful 

========= EDA Simulation Settings =====================

Sim Mode              :  Gate
Family                :  flex10ke
Quartus root          :  d:/altera/quartus51/bin/
Quartus sim root      :  d:/altera/quartus51/eda/sim_lib
Simulation Tool       :  modelsim
Simulation Language   :  vhdl
Version               :  93
Sim Output File       :  DDS.vho
Sim SDF file          :  DDS_vho
Sim dir               :  

=======================================================

Info: Running ModelSim software
Info: VHDL script : d:/altera/quartus51/common/tcl/internal/nativelink/modelsim_vhdl.tcl
Info: Initialization of NativeLink successful
Error: Can't launch ModelSim Simulation software ---  make sure the path environment variable points to the location of simulation software
Error: NativeLink Simulation failed
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:  NONE
Nativelink TCL script failed with errorInfo:  ModelSim Software not found in path
    invoked from within
"if [ catch {exec vsim -version} version_str] {
	nl_postmsg error "Error: Can't launch $tool Simulation software ---  make sure the path environment va..."
    (procedure "launch_modelsim_vhdl" line 13)
    invoked from within
"launch_modelsim_vhdl flex10ke -93 1 0 none"
    ("eval" body line 1)
    invoked from within
"eval launch_modelsim_$language $launch_args"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?