File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 #
You can’t perform that action at this time.
0 commit comments