Create docs/architecture/ README + SVG placeholder stubs #58
Labels
No labels
adr
agent:blocked-ci
agent:blocked-human
agent:blocked-resolver
agent:done
agent:in-progress
agent:no-touch
agent:pinged
agent:pr-open
agent:queued
agent:wip
area:board
area:funding
area:infra
area:phy
area:poplink
area:rtl
area:software
area:supply-chain
area:verification
ci-failed
ci-timeout
docs
do-not-merge
human-approved
needs-human-approval
needs-rebase
needs-triage
phase:1
ready-for-review
review:findings
review:pass
risk:tripwire
swarm:quarantined
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Fluid/fluidpop-v1#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Create the
docs/architecture/directory with placeholder stubs for the two block diagrams listed as deliverables #6 and #7 in PLAN.md Section 10 (chip-block.svgandboard-block.svg). Since these are SVG deliverables that require actual block-diagram design work, this issue creates plain-text TODO placeholder files plus a README that describes the intended content of each diagram so future design work has clear targets.Files to create:
docs/architecture/README.md— describes the directory, lists each diagram, links back to relevant PLAN.md sectionsdocs/architecture/chip-block.svg.TODO— text file describing required content for chip-level block diagram (4 Gemminis, 4x4 xbar, 2 Rocket cores, 256 KiB scratchpad, DDR5 controller, PopLink fabric ports, optional PCIe host bridge for master variant)docs/architecture/board-block.svg.TODO— text file describing required content for board-level block diagram (8 SoCs in 2x4 torus, designated master, 8 DDR5 DIMMs, cold plate envelope, BMC, PCIe Gen4 x16 host link, OAM 2.0 form factor)Acceptance criteria
docs/architecture/README.mdexists and lists both diagrams with intended scopedocs/architecture/chip-block.svg.TODOenumerates required blocks per Section 8.1 chip-level ADRs (ADR-001 through ADR-007) and PHY interface per Section 13.3docs/architecture/board-block.svg.TODOenumerates required blocks per Section 8.1 board-level ADRs (ADR-008 through ADR-014)Plan refs
Section 10 (deliverables #6 and #7); Section 8.1 (chip-level and board-level ADRs informing diagram content); Section 13.3 (PHY interface to include in chip diagram)
Notes
The .TODO suffix avoids creating empty/invalid SVG files in the repo. When a contributor produces a real diagram, they replace the .TODO with the .svg. Pure scaffolding — no design decisions are made here.