Release Notes - NVM-Test - Version std_lib_v0.14.0.pre1
* [NVMTEST-2165] - [STDLIB] SMT8 Aligned with github origen_std_lib
* [NVMTEST-2050] - [STDLIB] - Align SMT8 methods C28ESF3 with C402T
* [NVMTEST-2051] - [STDLIB] - Update SMT8 test methods for C28ESF3
* [NVMTEST-2167] - [STDLIB] - imporve exception handling for lotid
* [NVMTEST-2175] - [STDLIB] - SMT8 remove functional type in DC_measurement
Minor update to support RHEL7 compile.
Updates for SMT8.3 and better support for ECID (Hans Link)
Fixed SMT8 warnings and other misc improvements to the SMT8 lib (Hans Link)
Tagging ahead of adding support for background processing
Bugfix to ensure that all components of a V93K test are logged. Previously it would stop logging after one failed on all sites except site 1. Now all sites will behave like site 1 and log everything.
Improved test name inclusion in V93K logging of functional tests, and added the ability to override the pattern/label in a functional test.
Fixed incorrect pin datalogging in DC measurements (@Dieleman)
Added count more zeros function
As 0.8 but ensures that compiled binaries and other cruft are not included in the gen build
Included the std lib files as part of the gem package, that means you can get them from an app like this:
# Copy the std lib files to include them in my app's delivery package FileUtils.cp_r("#{Origen.root(:origen_std_lib)}/stdlib/v93k", "some_dir/origen")
Added interface helpers for implementing delayed binning:
# Record that a test has failed, but don't apply yet record_bin(bin: 10, softbin: 100) # Bin out if any bins have been previously applied apply_bin
Combined v93k code into a single code namespace
Many new helpers added and bugs fixed
Changed how the TML is loaded into an interface, so that the app does not have to call super if they implement initialize
Changed name to OrigenStdLib
Initial release