0hmX/simplified-am62l-computer

This code defines components and scripts for physically representing and routing high-speed DDR memory signals, power lines, and ground planes on an 8-layer PCB with detailed pin assignments, copper pours, and precise via and trace layouts based on TI EVM reference data.

Version
1.0.16
License
unset
Stars
0

repros/am62l-lpddr4-breakout-repro/package.json

{
  "name": "@tsci/0hmX.am62l-lpddr4-breakout-repro",
  "version": "1.0.0",
  "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"
  },
  "devDependencies": {
    "@tsci/0hmX.mt53e1g16d1zw-footprint": "1.0.2",
    "@tsci/tscircuit.ti": "1.0.100",
    "@tscircuit/core": "0.0.1685",
    "@types/bun": "1.3.14",
    "tscircuit": "0.0.2332",
    "typescript": "5.9.3"
  },
  "overrides": {
    "@tscircuit/core": "0.0.1685"
  }
}