Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
IEC 62527:2007, identical to IEEE Std 1450.2-2006, defines extensions to the Standard Test Interface Language for describing DC level information of a Device Under Test (DUT). While the base STIL standard (IEC 62525) handles digital test patterns and timing, and IEC 62526 handles tester channel mapping and flow control, IEC 62527 completes the trilogy by specifying the DC conditions under which those patterns are applied: input voltage thresholds (VIH, VIL), output voltage references (VOH, VOL), supply voltages, and current loads. The standard ensures that DC conditions are defined in a simulator-independent and tester-independent manner, enabling test program portability across different ATE platforms.
The standard introduces the Levels block containing LevelSet definitions. Each LevelSet specifies a complete set of DC conditions for the DUT: input levels (VIH, VIL), output compare levels (VOH, VOL), termination voltages (VT), and supply voltages (VDD, VSS). Multiple LevelSets can be defined within a Levels block, and the active level set can be switched during pattern execution to accommodate different operating modes (e.g., low-power standby vs. active functional mode). The LevelGroup construct groups signals that share the same DC levels, reducing redundancy in the level definition file.
IEC 62527 distinguishes between programmable levels (set by the ATE level-setting DAC at runtime) and fixed levels (hardwired or determined by external instrumentation). For programmable levels, the standard specifies the resolution and accuracy requirements: typically 1–10 mV resolution with ±(0.5% + 5 mV) accuracy for digital I/O levels. The LevelAccuracy construct documents the achievable precision, which the STIL compiler uses to validate that the specified levels are within the tester’s capability.
| Level Type | Symbol | Description | Typical Range |
|---|---|---|---|
| Input high voltage | VIH | Voltage applied for logic-1 drive | 0.7 × VDD to VDD + 0.3 V |
| Input low voltage | VIL | Voltage applied for logic-0 drive | −0.3 V to 0.3 × VDD |
| Output high compare | VOH | Threshold for logic-1 comparison | 0.8 × VDD to VDD |
| Output low compare | VOL | Threshold for logic-0 comparison | 0 V to 0.2 × VDD |
| Termination voltage | VT | Pull-up/pull-down termination | VDD/2 for SSTL, 0 V for open-drain |
| Supply voltage | VDD | Core or I/O supply voltage | 0.8 V to 5.0 V |
| Load current (high) | IOH | Output current sourcing for VOH test | −100 μA to −20 mA |
| Load current (low) | IOL | Output current sinking for VOL test | +100 μA to +20 mA |
Beyond static DC conditions, IEC 62527 specifies the reference levels used for timing measurements: the voltage at which the tester measures propagation delays, setup times, and hold times. The standard defines TimingRefLevel constructs that designate the measurement threshold — typically VDD/2 for standard CMOS, or the VREF voltage for differential signaling standards like LVDS and SSTL. The distinction between DC levels and timing reference levels is important: timing measurements are sensitive to the reference level accuracy, requiring tighter calibration (±2 mV for high-speed interfaces) compared to static DC drive levels.
IEC 62527 also covers DC parametric tests such as leakage current (IIL, IIH), quiescent supply current (IDDQ), and output drive current. For these tests, the standard defines DCMeasurement constructs that specify the forcing condition (voltage or current) and the measurement parameter. The results can be compared against user-defined limits stored in the DCLimit block. This integration allows parametric test sequences to be described within the same STIL framework as functional digital patterns, enabling unified test program development.
DCMeasurement construct can specify averaging intervals of 10–100 ms to filter out dynamic leakage fluctuations caused by clock feedthrough and thermal effects. Configure the measurement integration time to match the DUT’s thermal time constant for best repeatability.One of the most challenging aspects of DC level specification is accuracy budgeting across the tester-to-DUT interface. The total level accuracy at the DUT pin is the sum of: the ATE pin electronics DAC resolution and linearity (±2–5 mV), the driver/receiver offset error (±3–10 mV), the fixture and cable IR drop (which can reach 10–50 mV at high currents), and the DUT socket contact resistance (typically 10–50 mΩ, contributing 1–5 mV at 100 mA). IEC 62527 provides the LevelAccuracyBudget construct to document these contributions explicitly, enabling informed decisions about test margin allocation.
Modern SoCs contain multiple voltage domains (core, I/O, memory, PLL, analog) that may operate at different voltages and may be powered down independently for power management. IEC 62527 supports multi-domain devices through the PowerDomain construct, which groups supplies and levels by domain. The standard also specifies sequencing constraints between domains: for example, the I/O supply must reach its final value before the core supply is ramped up, to prevent output driver contention during power-on. Violating these constraints can cause latch-up — a hard fail that may destroy the device.
A persistent challenge in semiconductor test is the discrepancy between DC measurements on the ATE and on bench characterization equipment. IEC 62527 addresses this by defining reference measurement conditions (RMC) that specify the exact forcing and measurement setup: four-wire (Kelvin) sensing for low-resistance measurements, guard traces for leakage current measurements, and specified settling times for accurate voltage forcing. Following the RMC guidelines typically reduces tester-to-bench correlation errors from 10–15% to below 3%.
JEDEC standards (e.g., JESD8-x for LVCMOS, JESD79 for DDR) define the device I/O voltage specifications. IEC 62527 defines how those specifications are represented in a tester-independent format for ATE programming. The DC levels in an IEC 62527 file should be derived from the DUT’s JEDEC-compliant datasheet, but the file format includes tester-specific information (resolution, accuracy, calibration) that JEDEC standards do not cover.
The standard is primarily designed for digital DC levels. For analog signal specification, refer to IEC 62529 (IEEE 1641) which defines signal definitions including analog sine waves, pulses, and modulated waveforms. However, IEC 62527 can specify the DC bias conditions under which analog tests are performed (e.g., the common-mode voltage for an ADC input).
The STIL compiler should flag a violation when LevelAccuracy requirements exceed the tester’s specified capabilities. In practice, the test engineer may need to: (a) relax accuracy requirements if the DUT has margin, (b) use a different tester channel type (e.g., high-current vs. high-speed channels), or (c) apply software correction factors based on the tester’s calibration data. The standard’s optional LevelCorrection construct provides a framework for documenting these adjustments.
IEC 62527 does not mandate a specific calibration interval — this depends on the tester platform and the required accuracy. Industry practice for production test is daily calibration verification using a reference DUT or calibration module, with full system calibration (including fixture compensation) performed quarterly or after any hardware change. For engineering characterization, per-session calibration is recommended.