Research-Stack/6-Documentation/tiddlywiki-local/wiki/tiddlers/ASIC Topology.tid
Brandon Schneider 679945c1a0 ingest: dair-ai Agentic Engineering Wiki (51 tips, 7 categories)
Cross-referenced against our prover orchestration layers:
- Plan-Execute-Verify-Replan ↔ L0-L3 pipeline
- Agents as specialists ↔ 11-agent swarm
- Guardrails ↔ ProverWatchdog
- Sandbox testing ↔ Virtual FPGA tests
- Trajectory-aware eval ↔ BFS audit trail

5 gaps identified, 4 strengths confirmed
2026-05-07 00:27:02 -05:00

14 lines
979 B
Text

created: 20260507000000000
modified: 20260507000000000
tags: ResearchStack Hardware ASIC FPGA Semiconductor
title: ASIC Topology
type: text/vnd.tiddlywiki
! ASIC Topology
ASIC topology (`0-Core-Formalism/lean/Semantics/Semantics/ASICTopology.lean`) formalizes hardware layout as a topological routing problem. Defines die-level addressing, interconnect topology, and timing closure as manifold invariants. The ASIC nanokernel stream adapter (`5-Applications/scripts/asic_nanokernel_stream_adapter.py`) bridges the GCL nanokernel to ASIC streaming interfaces. FPGA implementations include the Tang Nano 9K AVM tester and Morphic Scalar FAMM in Verilog (`4-Infrastructure/hardware/verilog/morphic_scalar_famm.v`). The hardware extraction pipeline targets Gowin FPGA fabric via [[FPGA Warden]]. ASIC/FPGA co-design uses the blitter 6502 OISC architecture for minimal-instruction-set compression.
* [[FPGA Warden]]
* [[GCL Nanokernel]]
* [[HDMI Compute Fabric]]
* [[Morphic DSP]]