Create docs/architecture/ README + SVG placeholder stubs #122
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#122
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 describing 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..007) and PHY interface per Section 13.3docs/architecture/board-block.svg.TODOenumerates required blocks per Section 8.1 board-level ADRs (ADR-008..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
.TODOsuffix avoids creating empty/invalid SVG files. When a contributor produces a real diagram, they replace the.TODOwith the.svg. Pure scaffolding — no design decisions are made here.docs/architecture/README.mddocs/architecture/chip-block.svg.TODOdocs/architecture/board-block.svg.TODOThey were landed by PR #67 (merged commit
865f8e6, docs(architecture): README + .TODO stubs for chip-block / board-block diagrams).The worktree based on
origin/mainis clean — there is nothing to add. Please close as duplicate of #67 (or as already-done).