|
20 | 20 | # |
21 | 21 | # Revision History: |
22 | 22 | # 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 |
24 | 25 | # 7/2024 2024.07 Updated LocalInclude to better restore state if the include fails |
25 | 26 | # Fixed settings in SetLogSignals. |
26 | 27 | # 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 |
28 | 29 | # 9/2023 2023.09 Updated messaging for file not found by build/include |
29 | 30 | # Made UnsetLibraryVars visible |
30 | 31 | # 7/2023 2023.07 Added calls to MergeRequirements and Requirements2Html |
@@ -1017,6 +1018,7 @@ proc LocalAnalyze {FileName args} { |
1017 | 1018 | set BaseNormFileName [file normalize [file join ${CurrentWorkingDirectory} ${FileName}]] |
1018 | 1019 | # Questa requires paths without spaces. Triming down to relative paths helps. |
1019 | 1020 | set NormFileName [::fileutil::relative [pwd] $BaseNormFileName] |
| 1021 | + set ::osvvm::LastAnalyzedFile $BaseNormFileName |
1020 | 1022 |
|
1021 | 1023 | set FileExtension [file extension $FileName] |
1022 | 1024 |
|
@@ -1409,7 +1411,7 @@ proc RunTest {FileName {SimName ""} args} { |
1409 | 1411 | # ------------------------------------------------- |
1410 | 1412 | # SkipTest |
1411 | 1413 | # |
1412 | | -proc SkipTest {FileName Reason} { |
| 1414 | +proc SkipTest { {FileName "NotProvided.vhd"} {Reason "Not Provided"} } { |
1413 | 1415 |
|
1414 | 1416 | set SimName [file rootname [file tail $FileName]] |
1415 | 1417 |
|
|
0 commit comments