We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc8ffe commit 25a8020Copy full SHA for 25a8020
VendorScripts_Siemens.tcl
@@ -114,9 +114,9 @@ package require fileutil
114
variable DebugOptions "+acc"
115
}
116
117
- if {[expr [string compare $ToolVersion "2024.2"] >= 0]} {
118
- SetVHDLVersion 2019
119
- }
+# if {[expr [string compare $ToolVersion "2024.2"] >= 0]} {
+# SetVHDLVersion 2019
+# }
120
121
# -------------------------------------------------
122
# StartTranscript / StopTranscxript
VendorScripts_Visualizer.tcl
@@ -90,7 +90,7 @@ package require fileutil
90
variable ToolVersion tbd
91
92
93
94
95
# Set if not set
96
if {![info exists ::VoptArgs]} {
0 commit comments