BSIM4unsetup(), "charge" node

This commit is contained in:
rlar 2017-01-05 18:03:15 +01:00
parent 6446858a6c
commit 1aaf21a49c
4 changed files with 21 additions and 0 deletions

View File

@ -2737,6 +2737,11 @@ CKTcircuit *ckt)
CKTdltNNum(ckt, here->BSIM4dbNode);
here->BSIM4dbNode = 0;
}
if (here->BSIM4qNode)
{
CKTdltNNum(ckt, here->BSIM4qNode);
here->BSIM4qNode = 0;
}
}
}
#endif

View File

@ -2163,6 +2163,11 @@ BSIM4v5unsetup(
CKTdltNNum(ckt, here->BSIM4v5dbNode);
here->BSIM4v5dbNode = 0;
}
if (here->BSIM4v5qNode)
{
CKTdltNNum(ckt, here->BSIM4v5qNode);
here->BSIM4v5qNode = 0;
}
}
}
#endif

View File

@ -2499,6 +2499,12 @@ BSIM4v6unsetup(GENmodel *inModel, CKTcircuit *ckt)
CKTdltNNum(ckt, here->BSIM4v6dbNode);
here->BSIM4v6dbNode = 0;
}
if (here->BSIM4v6qNode)
{
CKTdltNNum(ckt, here->BSIM4v6qNode);
here->BSIM4v6qNode = 0;
}
}
}
#endif

View File

@ -2653,6 +2653,11 @@ CKTcircuit *ckt)
CKTdltNNum(ckt, here->BSIM4v7dbNode);
here->BSIM4v7dbNode = 0;
}
if (here->BSIM4v7qNode)
{
CKTdltNNum(ckt, here->BSIM4v7qNode);
here->BSIM4v7qNode = 0;
}
}
}
#endif