The output node is just a capacitor CL (gate caps of the next stage + wire + drain caps). Its voltage obeys charge conservation:
Q=CLVout,I=CLdtdVout.
Precharge (ϕ=0):
Mp (PMOS) sees gate =0, so VGS=0−VDD=−VDD<Vtp → ON. It pulls Vout→VDD.
Me (foot NMOS) sees gate =0 → OFF. So even if the PDN wants to conduct, there is no path to ground — no fight between pull-up and pull-down (unlike static CMOS which never has both on).
Evaluate (ϕ=1):
Mp off (gate =VDD), Me on (gate =VDD).
If the PDN inputs form a conducting path, charge drains: Vout:VDD→0 (logic 0).
If the PDN is not conducting, no path exists, so charge stays → VoutremainsVDD (logic 1) — held only by trapped charge.
Imagine a water tank on the roof (that's the output). Every night you fill it up (precharge). During the day, there's a chain of doors (the input switches) leading to a drain. If all the right doors open, the water empties out (output = 0). If the doors stay shut, the water stays full (output = 1). The clever trick: you don't need a pump running all day — you just fill once and let the tank remember by holding water. The downside: water slowly leaks, and if you connect the tank to an empty pipe, the level drops (charge sharing). So you must refill every cycle.
Dekho, static CMOS mein har gate ke liye do networks lagte hain — ek pull-up (PMOS) aur ek pull-down (NMOS). Yeh safe hai par transistor bahut lagte hain (2N). Dynamic CMOS ka jugaad simple hai: output ko ek capacitor ki tarah socho. Pehle clock LOW hone par ek PMOS output ko VDD tak charge kar deta hai (precharge). Phir clock HIGH hone par woh PMOS band, aur ek foot NMOS on hota hai — ab sirf NMOS pull-down network (PDN) decide karta hai ki charge nikalega ya nahi (evaluate). Agar PDN conduct karta hai to output 0, warna charge trapped rehta hai aur output 1 rehta hai.
Fayda kya hai? Poora PUN hata diya — bas ek precharge PMOS aur ek foot NMOS, matlab N+2 transistors. Chota, tez, kam power (koi bhi phase mein VDD-to-GND direct short nahi). Function bhi simple: series NMOS lagao to NAND, parallel NMOS lagao to NOR — bas output pe "NOT" laga do (f=PDN).
Lekin muft mein kuch nahi milta. Yeh logic fragile hai. Ek — logic 1 sirf charge hai, leakage se dheere-dheere gir jaata hai, isliye har cycle refresh karna padta hai (ya ek weak keeper PMOS lagao). Do — charge sharing: agar output cap ka charge kisi discharged internal node ke saath share ho jaye to voltage VDDCL/(CL+CX) tak gir sakta hai, galat 0 ban sakta hai. Teen — dynamic gates ko seedha cascade nahi kar sakte, kyunki precharge ke time sab outputs HIGH hote hain, jo agle gate ko galat discharge kar dete hain. Iska fix hai Domino logic — har dynamic gate ke baad ek static inverter laga do. Exam mein yeh teen weaknesses aur "f=PDN, N+2 transistors" — yahi 80/20 hai.