Skip to content

Commit 25a8020

Browse files
committed
turn off 2019 with Siemens as they say they don't support it - even though we tested it and found it working
1 parent 8cc8ffe commit 25a8020

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VendorScripts_Siemens.tcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ package require fileutil
114114
variable DebugOptions "+acc"
115115
}
116116

117-
if {[expr [string compare $ToolVersion "2024.2"] >= 0]} {
118-
SetVHDLVersion 2019
119-
}
117+
# if {[expr [string compare $ToolVersion "2024.2"] >= 0]} {
118+
# SetVHDLVersion 2019
119+
# }
120120

121121
# -------------------------------------------------
122122
# StartTranscript / StopTranscxript

VendorScripts_Visualizer.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ package require fileutil
9090
variable ToolVersion tbd
9191
}
9292

93-
SetVHDLVersion 2019
93+
# SetVHDLVersion 2019
9494

9595
# Set if not set
9696
if {![info exists ::VoptArgs]} {

0 commit comments

Comments
 (0)