AnasSarkiz/Game-Boy-Enhance

This code defines a hardware schematic featuring a CPU with associated power, clock, and interface components, including specialized chips, crystals, connectors, and passive components, all structured for circuit design and simulation.

Version
1.0.3
License
unset
Stars
0

package.json

{
  "name": "@tsci/AnasSarkiz.Game-Boy-Enhance",
  "version": "1.0.3",
  "description": "T113-S4 console: USB recovery, SD storage and game inputs; routing-disabled placement stage",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit",
    "audit:s4:reference": "python3 scripts/audit-s4-reference.py",
    "audit:s4:imports": "python3 scripts/audit-s4-imports.py",
    "build:s4:cpu-preview": "tsci build s4/previews/cpu-package.circuit.tsx --routing-disabled --disable-parts-engine --pcb-png --pcb-svgs --schematic-svgs --show-courtyards",
    "audit:s4:cpu": "python3 scripts/audit-s4-cpu.py",
    "generate:s4:core": "python3 scripts/generate-s4-core.py",
    "build:s4:core": "tsci build s4/power-core.circuit.tsx --routing-disabled --disable-parts-engine --pcb-png --pcb-svgs --schematic-svgs --show-courtyards",
    "audit:s4:core": "python3 scripts/audit-s4-core.py",
    "check:s4:netlist": "tsci check netlist s4/power-core.circuit.tsx",
    "check:s4:placement": "tsci check placement s4/power-core.circuit.tsx",
    "preview:s4:sheets": "bun scripts/render-s4-sheets.mjs",
    "dev": "tsci dev index.circuit.tsx",
    "build": "bun run build:s4:core"
  },
  "devDependencies": {
    "tscircuit": "0.0.2463",
    "typescript": "^5.0.0"
  },
  "author": "AnasSarkiz"
}