File tree Expand file tree Collapse file tree 5 files changed +20
-1
lines changed
Expand file tree Collapse file tree 5 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,15 @@ namespace eval ::osvvm {
144144 variable ScriptDebug " false"
145145 variable OpenBuildHtmlFile " false"
146146
147+ #
148+ # Controls whether osvvm.pro allows functional coverage to be linked into simulator interface
149+ # Only has impact if set before "build $OsvvmLibraries"
150+ # Set to TRUE by simulators that support it in the VendorScripts_*.tcl
151+ #
152+ if {![info exists FunctionalCoverageIntegratedInSimulator]} {
153+ variable FunctionalCoverageIntegratedInSimulator " default"
154+ }
155+
147156 #
148157 # Extended Analyze and Simulate Options
149158 #
Original file line number Diff line number Diff line change 6767 setlibrarymode -rw osvvm
6868 setlibrarymode -rw osvvm_common
6969
70-
7170 if {[expr [string compare $ToolVersion " 12.0" ] >= 0]} {
7271 SetVHDLVersion 2019
7372 }
7473
74+ variable FunctionalCoverageIntegratedInSimulator " Aldec"
75+
7576 if {[batch_mode]} {
7677 variable NoGui " true"
7778 } else {
Original file line number Diff line number Diff line change 7373 if {[expr [string compare $ToolVersion " 1.13.2" ] >= 0]} {
7474 SetVHDLVersion 2019
7575 }
76+
77+ if {[expr [string compare $ToolVersion " 1.15.2" ] >= 0]} {
78+ variable FunctionalCoverageIntegratedInSimulator " NVC"
79+ }
80+
7681
7782
7883# -------------------------------------------------
Original file line number Diff line number Diff line change 6969 SetVHDLVersion 2019
7070 }
7171
72+ variable FunctionalCoverageIntegratedInSimulator " Aldec"
73+
7274 if {[batch_mode]} {
7375 variable NoGui " true"
7476 } else {
Original file line number Diff line number Diff line change 6666 SetVHDLVersion 2019
6767 }
6868
69+ variable FunctionalCoverageIntegratedInSimulator " Aldec"
70+
6971 if {[batch_mode]} {
7072 variable NoGui " true"
7173 } else {
You can’t perform that action at this time.
0 commit comments