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 3fe829f commit 814384bCopy full SHA for 814384b
StartUp.tcl
@@ -90,6 +90,11 @@ namespace eval ::osvvm {
90
91
} elseif {$ToolExecutableName eq "vish" || $ToolExecutableName eq "vsimk"} {
92
variable ScriptBaseName "Siemens"
93
+ if {[info exists ::env(OSVVM_TOOL)]} {
94
+ if {$::env(OSVVM_TOOL) eq "Visualizer"} {
95
+ variable ScriptBaseName $::env(OSVVM_TOOL)
96
+ }
97
98
99
} elseif {$ToolExecutableName eq "hdlclient"} {
100
variable ScriptBaseName "Visualizer"
0 commit comments