1. From Schematic to Layout
The schematic from the previous chapter shows how the six transistors are electrically connected. But it says nothing about where in the chip these transistors actually sit, or how the connections between them are manufactured. That's exactly what the layout shows: the sequence of masks used to expose and pattern each fabrication layer — diffusion, polysilicon, contacts, and no fewer than three metal layers.
This cell follows a common style often called "type 4": the two storage nodes Data and Data_b run as continuous columns from the top (PMOS) through the middle (access transistors) to the bottom (NMOS), spanning the full cell height. VDD sits centrally between the two columns, BL and BL̄ on the outside, VSS at the top and bottom, and the word line (WL) runs across the middle.
| Symbol | Meaning |
|---|---|
| VDD | supply voltage (central, vertical) |
| VSS | ground (top and bottom, horizontal) |
| BL / BL̄ | bit line / inverted bit line (outside, vertical) |
| WL | word line (middle, horizontal) |
| Data / Data_b | the two cross-coupled storage nodes |
| PU | pull-up transistor (PMOS, pulls toward VDD) |
| PD | pull-down transistor (NMOS, pulls toward VSS) |