0hmX/am62l-lpddr4-breakout-repro
This code defines React components that instantiate circuits representing dedicated DDR address control and byte0 data lines.
- Version
- 1.0.11
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/0hmX.am62l-lpddr4-breakout-repro",
"version": "1.0.11",
"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.1707",
"@types/bun": "1.3.14",
"@types/react": "^19.2.18",
"tscircuit": "0.0.2358",
"typescript": "5.9.3"
},
"overrides": {
"@tscircuit/core": "0.0.1707"
}
}