mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
count level=3 model poly and metal capacitance in charge calculation
This commit is contained in:
@@ -435,7 +435,7 @@ next1:
|
||||
|
||||
diffcharge = here->DIOtTransitTime*cd;
|
||||
*(ckt->CKTstate0 + here->DIOcapCharge) =
|
||||
diffcharge + deplcharge + deplchargeSW;
|
||||
diffcharge + deplcharge + deplchargeSW + (here->DIOcmetal + here->DIOcpoly)*vd;
|
||||
|
||||
diffcap = here->DIOtTransitTime*gd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user