Skip to main content

ZeqChipTest

Automated test pattern generation (ATPG) with Zeqond scan chains. Fault coverage analysis, BIST integration, yield prediction using R(t) defect density modeling.

EndpointPOST /api/hardware/test
Authapi-key
Rate limit10/min
Categoryhardware

Parameters

NameTypeRequiredDescription
netlistobjectYesGate-level netlist.
faultModelstringNo'stuck-at', 'transition', 'path-delay'.
targetCoverage_pctnumberNoTarget fault coverage.

Returns

{ testPatterns, faultCoverage_pct, testTime_ms, yieldPrediction_pct, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"netlist": {},
"faultModel": "stuck-at",
"targetCoverage_pct": 99
}' \
"https://zeqsdk.com/api/hardware/test"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-chip-test.