0hmX/am62l-lpddr4-breakout-repro

This code defines the physical layout, pin assignments, and power connections for the TI AM62L system-on-chip with DDR4/LPDDR4 memory, including detailed component placement, decoupling capacitors, and signal traces for a 6-layer PCB design.

Version
1.0.14
License
unset
Stars
0

package.json

{
  "name": "@tsci/0hmX.am62l-lpddr4-breakout-repro",
  "version": "1.0.14",
  "description": "Automatic two-stage BGA breakout and global-routing failure reproduction for AM62L32 and LPDDR4",
  "author": "0hmX",
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "bun scripts/build-with-pcb-images.ts",
    "build:pcb": "bun run build",
    "snapshot": "tsci snapshot index.circuit.tsx --pcb-only",
    "verify": "bun scripts/verify-circuit-json.ts",
    "verify:byte1-layers": "bun scripts/verify-ddr-byte1-layers.ts",
    "dev": "tsci dev",
    "start": "tsci dev"
  },
  "devDependencies": {
    "@tsci/0hmX.mt53e1g16d1zw-footprint": "1.0.2",
    "@tsci/tscircuit.ti": "1.0.100",
    "@tscircuit/core": "0.0.1766",
    "@types/bun": "1.3.14",
    "@types/react": "^19.2.18",
    "tscircuit": "^0.0.2438",
    "typescript": "5.9.3"
  },
  "overrides": {
    "@tscircuit/core": "0.0.1766"
  }
}