flowchart LR
subgraph PSU[伺服器電源]
P1[12V / 48V<br/>PSU]
end
subgraph CTRL[控制器]
C1[Multi-phase<br/>PWM Controller]
end
subgraph PWR[功率級 DrMOS]
D1[MPS]
D2[Infineon]
D3[矽力杰<br/>6415]
D4[杰華特<br/>688141]
D5[晶丰明源<br/>688368]
D6[TI / Renesas]
end
subgraph IND[電感]
I1[TLVR 電感]
I2[分立電感]
end
subgraph CAP[去耦電容]
E1[聚合物鋁電容]
E2[MLCC]
E3[鉭質電容]
end
subgraph LOAD[終端負載]
L1[NVIDIA GPU<br/>H100/B200/GB300/Rubin]
L2[CPU Vcore<br/>Intel/AMD]
L3[ASIC 加速器<br/>TPU/Trainium 等]
end
P1 --> C1
C1 -->|PWM x N| PWR
P1 --> PWR
PWR --> IND
IND --> CAP
CAP --> L1
CAP --> L2
CAP --> L3
classDef ctrl fill:#a5d8ff
classDef pwr fill:#ffd8a8
classDef ind fill:#b2f2bb
classDef cap fill:#c3fae8
classDef load fill:#fff3bf
classDef src fill:#ffc9c9
class C1 ctrl
class D1,D2,D3,D4,D5,D6 pwr
class I1,I2 ind
class E1,E2,E3 cap
class L1,L2,L3 load
class P1 src
▲ AI 伺服器板上電源主鏈:12V/48V → 多相位控制器 + N 顆 DrMOS → 電感 + 去耦電容 → GPU / CPU / ASIC 核心。