Skip to content

Commit e00a920

Browse files
committed
Added LastAnalyzedFile (for reports) and Support2019FilePath (as some support 2019 but not this)
1 parent d659b1b commit e00a920

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

OsvvmSettingsRequired.tcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,17 @@ namespace eval ::osvvm {
157157
variable BuildName ""
158158
variable BuildStatus "FAILED"
159159
variable LastBuildName ""
160+
variable LastAnalyzedFile ""
160161
variable GenericDict ""
161162
variable GenericNames ""
162163
variable GenericOptions ""
163164
variable RunningCoSim "false"
164165
variable RanSimulationWithCoverage "false"
165166

167+
if {![info exists Support2019FilePath]} {
168+
variable Support2019FilePath "false"
169+
}
170+
166171
if {[catch {set OperatingSystemName [string tolower [exec uname]]} err]} {
167172
set OperatingSystemName windows
168173
}

0 commit comments

Comments
 (0)