Deterministic rhythm for neuromorphic computing: Emulator β Proto (PCB) β FPGA β ASIC
Status: v0.2 DESIGN FREEZE
Codename: Siberian Tank Interface
DECIMA-8 is a neuromorphic engine architecture with deterministic rhythm and programmable tile fabric.
| Principle | Description |
|---|---|
| Level16 | Data 0..15 on each of 8 lanes |
| Bidirectional VSB | Conductor sets input before READ, Island drives in WRITE |
| Tile = minimal entity | RuleROM addresses tiles directly |
| BUS16 (8 lane) | All data through common bus, neighbors don't transfer data |
| Activation graph | Neighbors form relay for BUS reading |
| Range fuse | LOCK if thr_cur16 β [thr_lo16..thr_hi16] |
| Decay-to-Zero | Accumulator decays to 0, never jumps over |
| Branch collapse | Inactive tile resets to 0 |
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Conductor (Digital Island) β
β - CPU / Emulator β
β - Sets VSB_INGRESS β
β - Reads BUS16 after WRITE β
β - Controls EV_FLASH / EV_RESET / EV_BAKE β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
β VSB[0..7] + BUS16[0..7]
βΌ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Island / Swarm (Analog Core) β
β βββββββββββββββββββββββββββββββββββββββββββββββ β
β β Tile Array (16Γ16 = 256) β β
β β βββββββ¬ββββββ¬ββββββ β β
β β β Tileβ Tileβ ... β β β
β β βββββββΌββββββΌββββββ€ Each tile: β β
β β β ... β ... β ... β - 8 in/out lanes β β
β β βββββββ΄ββββββ΄ββββββ - FUSE (thr/lock) β β
β β β - Weights 8Γ8 β β
β βββββββββββΌββββββββββββββββββββββββββββββββββββ β
β β β
β ββββββββββββΌβββββββββββββββββββββββββββββββββββ β
β β BUS16 (common bus 8 lane) β β
β β Honest summing of contributions β β
β βββββββββββββββββββββββββββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- Overview: https://decima.rulerom.com/ru/
- Architecture: https://decima.rulerom.com/ru/arch/
- Specification: https://decima.rulerom.com/ru/spec/
- Overview: https://decima.rulerom.com/en/
- Architecture: https://decima.rulerom.com/en/arch/
- Specification: https://decima.rulerom.com/en/spec/
- ζ¦θΏ°οΌ https://decima.rulerom.com/zh/
- ζΆζοΌ https://decima.rulerom.com/zh/arch/
- θ§θοΌ https://decima.rulerom.com/zh/spec/
| Section | Description |
|---|---|
| Tile Architecture | Tile model, FUSE-LOCK, ACTIVE closure |
| BUS16 | Honest summing, CLIP/OVF flags |
| READ/WRITE Phases | Canonical tick EV_FLASH |
| Routing | Activation graph, RoutingFlags16 |
| Bake TLV | Binary baking format |
| Protocol | EV_FLASH, EV_RESET, UDP |
| IDE | Visual baking environment |
# Russian version
cd ru
mkdocs serve
# English version
cd en
mkdocs serve
# Chinese version
cd zh
mkdocs servedecima/
βββ ru/ # Russian documentation
β βββ mkdocs.yml
β βββ docs/
β βββ index.md
β βββ arch/ # Architecture
β βββ spec/ # Specification
β βββ tools/ # Tools
β βββ integration/ # Integration
βββ en/ # English documentation
β βββ mkdocs.yml
β βββ docs/
βββ zh/ # Chinese documentation
β βββ mkdocs.yml
β βββ docs/
βββ old/ # Archive materials
βββ README.md
βββ llms.txt
βββ ai-plugin.json
graph LR
A[Setup: VSB_INGRESS] --> B[PHASE_READ]
B --> C[TURNAROUND]
C --> D[PHASE_WRITE]
D --> E[READOUT_SAMPLE]
E --> F[INTERPHASE_AUTORESET]
| Phase | Description |
|---|---|
| PHASE_READ | Tiles sample input, update runtime |
| TURNAROUND | Conductor: Hi-Z, Island: prepare drive |
| PHASE_WRITE | Island drives BUS16 |
| READOUT_SAMPLE | Conductor reads BUS16[0..7] |
| AUTORESET | Optional domain reset |
| Constant | Value |
|---|---|
| VSB | 8 data lanes VSB[0..7] |
| BUS16 | 8 lane, summing in WRITE |
| Domains | 16 domains (0..15) |
| Level16 | 0..15 (4 bits) |
| RoutingFlags16 | 10 bits: N,E,S,W,NE,SE,SW,NW,BUS_R,BUS_W |
| Project | Description | URL |
|---|---|---|
| πΏ Intent-Garden | Deterministic C/C++ verification engine | https://intent-garden.org |
| π Rule-Rom | Global library of intentions | https://rulerom.com |
| ποΈ Swarm Council | 16 elders in swarm core | https://intent-garden.org/swarm.html |
| 𧬠Personality Lab | Neuromorphic personality bakery | https://intent-garden.org/bakery.html |
- Documentation: https://decima.rulerom.com
- Email: vsb@decima8.org
Bake the Future. Build the Substrate. π οΈβ‘οΈ