Skip to main content

ZeqChipDesign

IC timing analysis with HulyaPulse clock tree. Setup/hold verification at 0.777s boundaries, gate-level simulation, power estimation with R(t) leakage modeling.

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

Parameters

NameTypeRequiredDescription
netlistobjectYesGate-level netlist (Verilog JSON or SPICE reference).
clockFreq_MHznumberNoTarget clock frequency.
processNode_nmnumberNoFabrication node in nm.

Returns

{ setupSlack_ns, holdSlack_ns, powerEstimate_mW, criticalPath, drc_errors, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"netlist": {},
"clockFreq_MHz": 100,
"processNode_nm": 7
}' \
"https://zeqsdk.com/api/hardware/chip"

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-design.