File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ proc FindOsvvmSettingsDirectory {{OsvvmSubdirectory "osvvm"}} {
6363 }
6464
6565 if {[info exists ::env(OSVVM_SETTINGS_DIR)]} {
66- # Note that OSVVM_SETTINGS_DIR may be either a absolute or relative path
66+ # Note that OSVVM_SETTINGS_DIR may be either an absolute or relative path
6767 # For relative paths, use OsvvmHomeDirectory (location of OsvvmLibraries) as the base
6868 set SettingsDirectory $::env(OSVVM_SETTINGS_DIR)
6969 } elseif {[file isdirectory ${SettingsRootDirectory} /../OsvvmSettings]} {
Original file line number Diff line number Diff line change 5656
5757namespace eval ::osvvm {
5858
59- variable OsvvmVersion 2025.02
59+ variable OsvvmVersion 2025.03
6060 variable OsvvmBuildYamlVersion 2025.02
6161 variable OsvvmTestCaseYamlVersion 2025.02
6262 # The following are set in VHDL code. Either need to pass these or have it directly in the VHDL Code.
You can’t perform that action at this time.
0 commit comments