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

package.json

{
  "name": "@tsci/0hmX.simplified-am62l-computer",
  "version": "1.0.16",
  "description": "A tscircuit component package",
  "main": "index.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build index.circuit.tsx",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@tsci/0hmX.mt53e1g16d1zw-footprint": "1.0.2",
    "@tsci/0hmX.tps6521401vafr-pmic": "1.0.1",
    "@tsci/tscircuit.ti": "1.0.97",
    "@tscircuit/bga-fanout-solver": "https://github.com/tscircuit/bga-fanout-solver",
    "@tscircuit/capacity-autorouter": "0.0.782",
    "@tscircuit/core": "0.0.1746",
    "tscircuit": "^0.0.2401",
    "typescript": "^5.0.0"
  },
  "overrides": {
    "@tscircuit/core": "0.0.1746"
  },
  "author": "0hmX"
}