0hmX/mt41k512m8da-107-it-p-fanout
This code defines the physical footprint, routing, and layout configuration for a DDR3 memory module using surface-mount pads, vias, and copper traces on a printed circuit board (PCB).
- Version
- 0.2.3
- License
- unset
- Stars
- 0
package.json
{
"name": "mt41k512m8da-107-it-p-fanout",
"version": "0.2.1",
"type": "module",
"main": "src/index.tsx",
"exports": {
".": "./src/index.tsx",
"./profiles": "./src/profiles.ts"
},
"dependencies": {
"tscircuit": "0.0.2495",
"@tscircuit/props": "0.0.649"
},
"devDependencies": {
"typescript": "5.9.3",
"@types/bun": "latest",
"@resvg/resvg-js": "2.6.2"
},
"scripts": {
"generate": "bun scripts/generate.ts",
"build": "bun scripts/build.ts",
"test": "bun test",
"typecheck": "tsc --noEmit",
"verify": "bun scripts/validate.ts",
"render": "bun scripts/render.ts"
},
"files": [
"src",
"imports",
"previews",
"scripts",
"tests",
"docs",
"*.circuit.tsx",
"tscircuit.config.json",
"tsconfig.json",
"README.md",
"bun.lock"
],
"description": "Micron MT41K512M8DA DDR3L: four pre-tuned edge fanouts with 1 mm body padding and direct top-layer outer escapes"
}