Skip to content

Commit 376353e

Browse files
committed
Analyze sets LastAnalyzedFile
1 parent f49802c commit 376353e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

OsvvmScriptsCore.tcl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@
2020
#
2121
# Revision History:
2222
# Date Version Description
23-
# 1/2025 2025.01 Added GetTimeString
23+
# 1/2025 2025.01 Added GetTimeString.
24+
# Moved CreateOsvvmScriptSettingsPkg and FindOsvvmSettingsDirectory to OsvvmScriptsFileCreate.tcl
2425
# 7/2024 2024.07 Updated LocalInclude to better restore state if the include fails
2526
# Fixed settings in SetLogSignals.
2627
# 5/2024 2024.05 Updated for refactor of Simulate2Html. Renamed in prep for breaking file into smaller chunks.
27-
# 3/2024 2024.03 Updated CreateOsvvmScriptSettingsPkg and added FindOsvvmSettingsDirectory
28+
# 3/2024 2024.03 Updated CreateOsvvmScriptSettingsPkg and added FindOsvvmSettingsDirectory
2829
# 9/2023 2023.09 Updated messaging for file not found by build/include
2930
# Made UnsetLibraryVars visible
3031
# 7/2023 2023.07 Added calls to MergeRequirements and Requirements2Html
@@ -1017,6 +1018,7 @@ proc LocalAnalyze {FileName args} {
10171018
set BaseNormFileName [file normalize [file join ${CurrentWorkingDirectory} ${FileName}]]
10181019
# Questa requires paths without spaces. Triming down to relative paths helps.
10191020
set NormFileName [::fileutil::relative [pwd] $BaseNormFileName]
1021+
set ::osvvm::LastAnalyzedFile $BaseNormFileName
10201022

10211023
set FileExtension [file extension $FileName]
10221024

@@ -1409,7 +1411,7 @@ proc RunTest {FileName {SimName ""} args} {
14091411
# -------------------------------------------------
14101412
# SkipTest
14111413
#
1412-
proc SkipTest {FileName Reason} {
1414+
proc SkipTest { {FileName "NotProvided.vhd"} {Reason "Not Provided"} } {
14131415

14141416
set SimName [file rootname [file tail $FileName]]
14151417

0 commit comments

Comments
 (0)