-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathARP_nativelink_simulation.rpt
63 lines (56 loc) · 2.63 KB
/
ARP_nativelink_simulation.rpt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Info: Start Nativelink Simulation process
========= EDA Simulation Settings =====================
Sim Mode : Gate
Family : cycloneiii
Quartus root : c:/programdata/altera/13.1/quartus/bin64/
Quartus sim root : c:/programdata/altera/13.1/quartus/eda/sim_lib
Simulation Tool : modelsim-altera
Simulation Language : vhdl
Version : 93
Simulation Mode : GUI
Sim Output File : ARP_6_1200mv_85c_slow.vho
Sim SDF File : ARP_6_1200mv_85c_vhd_slow.sdo
Sim dir : simulation\modelsim
=======================================================
Info: Starting NativeLink simulation with ModelSim-Altera software
Sourced NativeLink script c:/programdata/altera/13.1/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"