count level=3 model poly and metal capacitance in charge calculation

This commit is contained in:
dwarning 2025-09-23 16:47:52 +02:00
parent 6619b7265e
commit 1921d64163
1 changed files with 1 additions and 1 deletions

View File

@ -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;