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
tsconfig.json
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"noEmit": true,
"jsx": "react-jsx",
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"types": ["bun", "tscircuit"]
},
"include": ["*.ts", "*.tsx", "scripts/**/*.ts"]
}