Hands-on: your first transistor
Reading is over. You are now a chip designer. Open the Chip Builder in a second tab and follow the six steps below. We'll build a silicon MOSFET — the same device pattern Intel and TSMC have shipped trillions of.
Step 1 — Place the substrate (Layer 1)
The substrate is the foundation. It holds every other layer and provides electrical isolation. Drag a Silicon Substrate from the library onto Layer 1 of the canvas. (We're starting with silicon on purpose — that's our baseline to beat.)
Step 2 — Place the silicon channel (Layer 2)
The channel is the highway electrons travel down. For our baseline we use silicon — mobility ~1400 cm²/Vs, well understood, the entire industry standard. Drop a Silicon Channel on Layer 2, directly on top of the substrate.
Step 3 — Gate oxide + metal gate (Layer 3)
The gate is the valve handle. Two pieces: a thin SiO₂ gate oxide (the insulator that lets the gate's electric field reach into the channel without leaking current) and a Metal Gate on top. Place both on Layer 3, centered over the channel.
Step 4 — Source and drain contacts (Layer 4)
Source is where electrons enter. Drain is where they exit. Place a Source Contact at the left end of the channel and a Drain Contact at the right end. They should bracket your gate.
Step 5 — Wire it up
Switch to the Wire tool in the toolbar. Connect: Source → Channel (left edge), Channel (right edge) → Drain, and Gate → top of Channel. Connection order matters: the wires define which terminal does what.
Step 6 — Power on
Hit the Power button in the toolbar. You should see green dots streaming from source to drain through the channel — that's electron flow under gate control. Congratulations: you just built and powered a working MOSFET.
You just built your first transistor. It's silicon — the industry baseline. In Lesson 2, we'll upgrade every layer to crystal materials and watch the performance jump.
- Build a working silicon MOSFET from scratch in the Chip Builder.
- Learn the six placement steps in the order real fabs use them.
- Power it on and watch electrons flow.
- Sets the silicon baseline you'll beat in later lessons.