Skip to content

Commit 814384b

Browse files
committed
If Visualizer flow selected, run visualizer startup scripts
1 parent 3fe829f commit 814384b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

StartUp.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ namespace eval ::osvvm {
9090

9191
} elseif {$ToolExecutableName eq "vish" || $ToolExecutableName eq "vsimk"} {
9292
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+
}
9398

9499
} elseif {$ToolExecutableName eq "hdlclient"} {
95100
variable ScriptBaseName "Visualizer"

0 commit comments

Comments
 (0)