Skip to content

Commit f49802c

Browse files
committed
Set Support2019FilePath true for version 1.15.2 or later
1 parent 22d5de7 commit f49802c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VendorScripts_NVC.tcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
variable FunctionalCoverageIntegratedInSimulator "NVC"
7979
}
8080

81+
if {[expr [string compare $ToolVersion "1.15.2"] >= 0]} {
82+
variable Support2019FilePath "true"
83+
}
8184

8285

8386
# -------------------------------------------------

0 commit comments

Comments
 (0)