AI-Native IC Design Platform
From your first prompt to production-ready GDS — fully AI-driven. No IC design experience required. 135 ICs validated end-to-end.
Every IC starts from a natural-language prompt and ends with a production-ready GDS.
Prompt → Spec → Documents
RTL → Synthesis → Layout → GDS
BIST → Coverage → Production
Each skill is a domain expert guiding one step of the IC design flow.
Open-source tools, open PDKs, open AI — no vendor lock-in.
Yosys, OpenROAD, KLayout, SymbiYosys, OpenSTA, Verilator, ngspice, Fault, Netgen — 14 tools total
GF180MCU 180nm (3.3V) and SKY130 130nm (1.8V) — both open-source PDKs
Intel Cyclone V on DE10-Nano — Quartus 23.1, BIST + UART + HPS verification
Claude Code + MCP Server — 14 EDA tools wrapped as callable functions
367 unit tests, CI pre-commit hooks, synth-doctor, pnr-doctor, spec-validator
PostgreSQL + pgvector — 489 ICs, 28 manufacturers, semantic search
The industry's first AI-driven end-to-end design campaign across 135 ICs and 28 manufacturers.
Datasheet and Application Note for every IC
GF180MCU 180nm + SKY130 130nm PDK
First-pass zero violations
RISC-V BMC SoC — zero IP licensing
Three commands to your first AI-designed IC.
docker run -d --name iic-eda \
-v "$PWD:/foss/designs:rw" \
hpretl/iic-osic-tools:latest
cd mcp-eda-server && npm install
claude mcp add eda-tools \
node $PWD/src/index.js
"Design a temperature sensor IC
with I2C interface, 12-bit,
alert output, SOIC-8 package"
MIT License — Free and open source