Reply To: Osvvm LocalScriptsDefault.tcl location
Why OSVVM™? › Forums › OSVVM › Osvvm LocalScriptsDefault.tcl location › Reply To: Osvvm LocalScriptsDefault.tcl location
Hi Jim,
Following up on my earlier email regarding setting a new location to write OSVVM outputs other than the current Simulation directory. My setup now has OSVVM_SETTINGS_DIR env variable pointing to OsvvmSettingsLocal.tcl, I am
able to read in the user settings specified in OsvvmSettingsLocal.tcl.
These variables are active,
variable OutputHomeDirectory <absolute_path_to_the_new_directory>
variable LogSubdirectory “logs” ;# log directory without tool information
variable ReportsSubdirectory “reports” ;# default value
variable ResultsSubdirectory “results” ;# default value
variable CoverageSubdirectory “CodeCoverage” ;# default value
These are all set to true,
variable FailOnBuildErrors “true”
variable FailOnReportErrors “true”
variable FailOnTestCaseErrors “true”
The new location is missing logs/results after my Osvvm simulation runs. I see the log files stored in my Current Simulation Run directory. Appreciate any pointers.
Regards,
-Senthil