Skip to content

Commit 2e92ae8

Browse files
committed
Added recommended settings for OsvvmSettingsSubDirectory and additional comments.
1 parent de75a63 commit 2e92ae8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

OsvvmSettingsLocal_example.tcl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,10 @@ namespace eval ::osvvm {
111111
# OsvvmSettingsSubDirectory
112112
# Location for package bodies generated: OsvvmScriptSettingsPkg_generated.vhd and OsvvmScriptSettingsPkg_generated.vhd
113113
# Project/User settings OsvvmSettingsPkg_local.vhd
114-
# variable SettingsAreRelativeToSimulationDirectory "false"
115-
# variable OsvvmSettingsSubDirectory ""
114+
# variable SettingsAreRelativeToSimulationDirectory "false" ;# Setting deprecated. Only use this value.
115+
# variable OsvvmSettingsSubDirectory "" ;# default value
116+
# variable OsvvmSettingsSubDirectory "${ToolName}" ;# Recommended if running multiple simulators
117+
# variable OsvvmSettingsSubDirectory "${ToolNameVersion}" ;# Recommended if running multiple simulators
116118

117119

118120
#

0 commit comments

Comments
 (0)