silicide
Silicide is a compound formed by reacting a metal with silicon at the transistor's contact regions, creating a layer with much lower electrical resistance than silicon alone, which significantly improves how efficiently signals can get into and out of the transistor.
```flowchart
{
"rows": [
{ "type": "nodes", "items": [
{ "title": "Bare silicon contact regions", "sub": "relatively high electrical resistance on their own", "tone": "red" }
]},
{ "type": "arrow" },
{ "type": "group", "title": "Metal reacted with silicon at contacts", "items": [
{ "title": "Forms a silicide compound layer", "sub": "much lower resistance than silicon alone", "tone": "green" }
]},
{ "type": "arrow" },
{ "type": "nodes", "items": [
{ "title": "Signals move efficiently into and out of the transistor", "sub": "less resistance loss at the contact points", "tone": "blue" }
]}
]
}
```
**Silicide exists because plain silicon has meaningfully higher electrical resistance than a metal contact would ideally want, and that resistance specifically at a transistor's contact points can noticeably hurt performance.** Since a transistor's source, drain, and gate need low-resistance electrical contacts to efficiently connect to the metal wiring above, silicide is formed by depositing a specific metal onto these silicon regions and reacting them together through controlled heating, creating a compound with substantially lower electrical resistance than bare silicon, meaningfully reducing resistance losses right at these critical contact points.
```svg
```
```svg
```
| Aspect | Bare silicon contact | Silicide-formed contact |
|---|---|---|
| Electrical resistance | Relatively high | Substantially lower |
| Signal efficiency at contact | Reduced by resistance loss | Improved |
| Formation step | N/A | Metal deposition plus controlled anneal |
| Common use | Not used alone at modern nodes | Standard at virtually all modern process nodes |
**Different metals produce different silicide compounds with different resistance, thermal stability, and process compatibility characteristics, making silicide material choice an active area of process engineering.** Various metals can be reacted with silicon to form different silicide compounds, each offering somewhat different tradeoffs in electrical resistance, thermal stability during subsequent processing, and compatibility with other materials in the process — chipmakers have moved between different silicide materials over successive process generations as these tradeoffs and requirements have evolved.
**Silicide formation requires precise thermal control, since forming too little reacted material leaves resistance too high, while excessive reaction can consume too much of the underlying silicon and damage the transistor.** The controlled heating step used to react metal with silicon has to be carefully calibrated, since insufficient reaction fails to adequately lower resistance while excessive reaction can consume more of the underlying silicon than intended, potentially damaging the shallow transistor structures beneath it — this precise thermal budget control is a genuine process engineering challenge.
**Silicide's resistance-reduction benefit has become increasingly important as transistors have shrunk, since contact resistance makes up a proportionally larger share of total resistance in smaller devices.** As transistor dimensions have continued shrinking, the relative importance of contact resistance compared to other resistance sources in the transistor has grown, making silicide's low-resistance contribution an increasingly critical factor in maintaining strong transistor performance at advanced process nodes.
Read silicide through a low-resistance-bridge lens: rather than letting signals struggle through a comparatively high-resistance junction between bare silicon and metal wiring, silicide forms a specifically engineered, low-resistance bridge exactly at that junction — a thin but consequential layer that keeps signals moving efficiently right where the transistor connects to the rest of the chip.