Skip to content

Commit 8cc8ffe

Browse files
committed
comment update
1 parent 0107120 commit 8cc8ffe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OsvvmScriptsFileCreate.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]} {

OsvvmSettingsRequired.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
namespace 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.

0 commit comments

Comments
 (0)