@@ -197,39 +197,25 @@ HCCS0 --> IIC0
197197HCCS2 --> IIC0
198198
199199
200- %% ───── Style palette: neutral mid-tones (light & dark friendly) ─────
201- %% Socket outline
202- classDef socket fill:#dbeafe,stroke:#1e3a8a,stroke-width:2px
203- %% Coherent fabric – die 0
204- classDef fabric fill:#dcfce7,stroke:#166534,stroke-width:1px
205- %% Coherent fabric – die 1 (dashed)
206- classDef fabricAlt fill:#fef9c3,stroke:#ca8a04,stroke-width:1px,stroke-dasharray:5
207- %% Core clusters
208- classDef cluster fill:#fce7f3,stroke:#9d174d,stroke-width:1px
209- %% Shared L2 caches
210- classDef l2 fill:#e0e7ff,stroke:#4338ca,stroke-width:1px
211- %% LLC slices
212- classDef llc fill:#fee2e2,stroke:#b91c1c,stroke-width:1px
213- %% HCCS controller fabric
214- classDef hccs fill:#e0f2fe,stroke:#0369a1,stroke-width:1px
215- %% High-speed links (die-to-die / socket-to-socket)
216- classDef link fill:#cffafe,stroke:#0e7490,stroke-width:1px
217- %% IO blocks (PCIe, 10 GbE, peripheral ctrl)
218- classDef io fill:#ede9fe,stroke:#6d28d9,stroke-width:1px
219- %% DDR PHYs
220- classDef mem fill:#f3e8ff,stroke:#7e22ce,stroke-width:1px
221- %% CCN routers
222- classDef router fill:#e5e7eb,stroke:#374151,stroke-width:1px
223- %% Individual A72 cores (slightly transparent white)
224- classDef core fill:#ffffff,stroke:#4b5563,stroke-width:1px,fill-opacity:0.85
225-
226- /* Attach the classes (unchanged) */
200+ %% ──────────────────────── Styling ────────────────────────
201+ classDef socket fill:#dbeafe,stroke:#2563eb,stroke-width:2px;
202+ classDef fabric fill:#dcfce7,stroke:#16a34a,stroke-width:1px;
203+ classDef fabricAlt fill:#fef3c7,stroke:#d97706,stroke-width:1px,stroke-dasharray:5;
204+ classDef cluster fill:#fce7f3,stroke:#c026d3,stroke-width:1px;
205+ classDef l2 fill:#e0e7ff,stroke:#4f46e5,stroke-width:1px;
206+ classDef llc fill:#fee2e2,stroke:#dc2626,stroke-width:1px;
207+ classDef hccs fill:#e0f2fe,stroke:#0284c7,stroke-width:1px;
208+ classDef link fill:#f0f9ff,stroke:#0369a1,stroke-width:1px;
209+ classDef io fill:#ede9fe,stroke:#7c3aed,stroke-width:1px;
210+ classDef mem fill:#f3e8ff,stroke:#8b5cf6,stroke-width:1px;
211+ classDef router fill:#e5e7eb,stroke:#374151,stroke-width:1px;
212+ classDef core fill:#ffffff,stroke:#4b5563,stroke-width:1px,fill-opacity:0.8;
213+
227214class Socket0 socket;
228215class Fabric0 fabric;
229- class Fabric1 fabricAlt ;
216+ class Fabric1 fabric ;
230217class DDR0,DDR1,DDR2,DDR3 mem;
231218class Cluster0,Cluster1,Cluster2,Cluster3,Cluster4,Cluster5,Cluster6,Cluster7 cluster;
232219class L2CL0,L2CL1,L2CL2,L2CL3,L2CL4,L2CL5,L2CL6,L2CL7 l2;
233220class LLC0,LLC1,LLC2,LLC3 llc;
234-
235- ```
221+ ```
0 commit comments