Tag: v0.14.0.pre1

Branch: ‘develop’
by Thao Huynh on 25-Feb-2022 09:38AM

Release Notes - NVM-Test - Version std_lib_v0.14.0.pre1

Task

* [NVMTEST-2165] - [STDLIB] SMT8 Aligned with github origen_std_lib

Improvement

* [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

Tag: v0.14.0.pre0

Branch: ‘develop’
by nlv04898 on 09-Feb-2022 00:47AM
  • NVMTEST-2050 : stdlib align smt8 methods c28esf3 with c402t Updates in SMT8 test methods to support both C28ESF3 and C402T app’s

Tag: v0.13.1

Branch: ‘master’
by Daniel Hadad on 24-Sep-2021 11:14AM

Minor update to support RHEL7 compile.

Tag: v0.13.0

Branch: ‘master’
by Stephen McGinty on 23-Jul-2020 09:10AM

Updates for SMT8.3 and better support for ECID (Hans Link)

Tag: v0.12.0

Branch: ‘master’
by Stephen McGinty on 03-Apr-2020 03:32AM

Fixed SMT8 warnings and other misc improvements to the SMT8 lib (Hans Link)

Tag: v0.11.0

Branch: ‘master’
by Stephen McGinty on 26-Jun-2019 06:51AM

Tagging ahead of adding support for background processing

Tag: v0.10.1

Branch: ‘master’
by Stephen McGinty on 05-Sep-2017 12:34PM

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.

Tag: v0.10.0

Branch: ‘master’
by Stephen McGinty on 16-Jun-2017 07:51AM

Improved test name inclusion in V93K logging of functional tests, and added the ability to override the pattern/label in a functional test.

Tag: v0.9.0

Branch: ‘master’
by Stephen McGinty on 10-May-2017 10:15AM
  • Added support for test numbers
  • Calling RDI_INIT() is now the responsibility of the top-level test method and all lower level calls have now been removed

Tag: v0.8.3

Branch: ‘master’
by Stephen McGinty on 21-Apr-2017 02:51AM

Fixed incorrect pin datalogging in DC measurements (@Dieleman)

Tag: v0.8.2

Branch: ‘master’
by Stephen McGinty on 07-Mar-2017 09:10AM

Added count more zeros function

Tag: v0.8.1

Branch: ‘master’
by Stephen McGinty on 10-Feb-2017 02:39AM

As 0.8 but ensures that compiled binaries and other cruft are not included in the gen build

Tag: v0.8.0

Branch: ‘master’
by Stephen McGinty on 09-Feb-2017 11:57AM

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")

Tag: v0.7.0

Branch: ‘master’
by Stephen McGinty on 09-Feb-2017 04:23AM

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

Tag: v0.6.0

Branch: ‘master’
by Stephen McGinty on 01-Dec-2016 05:10AM

Combined v93k code into a single code namespace

Tag: v0.5.0

Branch: ‘master’
by Stephen McGinty on 06-Nov-2016 06:15AM

Many new helpers added and bugs fixed

Tag: v0.4.0

Branch: ‘master’
by Stephen McGinty on 19-Sep-2016 05:02AM

Changed how the TML is loaded into an interface, so that the app does not have to call super if they implement initialize

Tag: v0.3.0

Branch: ‘master’
by Stephen McGinty on 14-Sep-2016 04:41AM

Changed name to OrigenStdLib

Tag: v0.2.0

Branch: ‘master’
by Stephen McGinty on 02-Sep-2016 10:13AM

Initial release


Comments