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 committed by Holger Vogt
parent e694983536
commit 8e1ba4d9e2
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;