packages/chip/board/kicad/e1-demo/README.md
Evaluation board for the e1 chip SoC (e1_chip_top.sv).
Board spec: docs/board/kicad/e1-demo/fab-notes.md
Not for fabrication. ERC and DRC must pass with 0 errors, footprints must be derived from the package vendor drawing, and all acceptance criteria in
docs/manufacturing/physical-closure-work-order.yamlmust be satisfied before release.
| File | Purpose |
|---|---|
e1-demo.kicad_pro | KiCad 7 project file — links schematic and PCB, sets design rules, net classes |
e1-demo.kicad_sch | Root schematic (Sheet 1) — hierarchical sheet instantiating the four sub-sheets |
power.kicad_sch | Sheet 2 — Power: TPS62150RGTR (VDDCORE 0.8V/3A), TLV74033 (VDD_3V3), TLV74018 (VDD_1V8) |
osc_reset.kicad_sch | Sheet 3 — Oscillator (SiT8924B 24MHz) and reset supervisor (MAX823LEUR+T) |
debug_io.kicad_sch | Sheet 4 — Debug header J1, UART J2, USB-C J3, test points TP1–TP8 |
e1-demo.kicad_pcb | PCB layout — 100×80mm 4-layer, board outline, stackup, mounting holes, example placements |
bom.csv | Bill of materials — all components with MPN, footprint, description |
kicad e1-demo.kicad_pro
This opens the KiCad project manager. From there:
e1-demo.kicad_sch (root sheet)e1-demo.kicad_pcbKnown items to fix before ERC passes cleanly:
soc.kicad_sch) referenced in the root sheet do not exist yet — the SoC sheet must be created with all e1_chip_top.sv ports placed and connected.PWR_FLAG) should be added to each supply rail to suppress "pin not driven" warnings on power nets.U1 e1_chip_v0) footprint must be regenerated from the package vendor drawing — the placeholder QFN64 is not release-quality.gerbers/.gerbers/ directory for DFM review before ordering.Stack-up for fab order:
U1 footprint from vendor data. The placeholder QFN-64-1EP_9x9mm_P0.5mm_EP6.5x6.5mm is not release-quality.soc.kicad_sch with all e1_chip_top.sv ports (CLK_IN, RST_N, DBG_*, JTAG_*, TEST_MODE, IRQ_*, GPIO[7:0]) placed, connected to global net labels, and no-connected where appropriate.docs/manufacturing/physical-closure-work-order.yaml.