Skip to content

Commit 0ad5e90

Browse files
committed
added catch around add log because Questa crashes when no signals are declared.
1 parent 1ec3289 commit 0ad5e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VendorScripts_Siemens.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ proc vendor_simulate {LibraryName LibraryUnit args} {
331331
SimulateRunScripts ${LibraryUnit}
332332

333333
if {$::osvvm::LogSignals} {
334-
add log -r [env]/*
334+
catch {add log -r [env]/*}
335335
}
336336
run -all
337337

0 commit comments

Comments
 (0)