Just a quick note. Another user was running a test case and ended up
with the following message:
# ** Error: simulate For tcl errorInfo, puts $::osvvm::SimulateErrorInfo
# ** Error: simulate 'TbDpRam_BasicReadWrite ' failed: wrong # args: should be "Simulate2Html TestCaseName TestSuiteName"
There are actually two errors here.
1) The TCL YAML package is not installed. For OSVVM reporting, you need to install the TCL YAML package.
2) The OSVVM file OsvvmLibraries/Scripts/NoYamlPackage.tcl had not been updated for the current revision. It has been fixed on DEV branch on GitHub and will be in the next release (main branch on GitHub and downloads here).