BSIM4unsetup(), "charge" node
This commit is contained in:
parent
6446858a6c
commit
1aaf21a49c
|
|
@ -2737,6 +2737,11 @@ CKTcircuit *ckt)
|
|||
CKTdltNNum(ckt, here->BSIM4dbNode);
|
||||
here->BSIM4dbNode = 0;
|
||||
}
|
||||
if (here->BSIM4qNode)
|
||||
{
|
||||
CKTdltNNum(ckt, here->BSIM4qNode);
|
||||
here->BSIM4qNode = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -2163,6 +2163,11 @@ BSIM4v5unsetup(
|
|||
CKTdltNNum(ckt, here->BSIM4v5dbNode);
|
||||
here->BSIM4v5dbNode = 0;
|
||||
}
|
||||
if (here->BSIM4v5qNode)
|
||||
{
|
||||
CKTdltNNum(ckt, here->BSIM4v5qNode);
|
||||
here->BSIM4v5qNode = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -2653,6 +2653,11 @@ CKTcircuit *ckt)
|
|||
CKTdltNNum(ckt, here->BSIM4v7dbNode);
|
||||
here->BSIM4v7dbNode = 0;
|
||||
}
|
||||
if (here->BSIM4v7qNode)
|
||||
{
|
||||
CKTdltNNum(ckt, here->BSIM4v7qNode);
|
||||
here->BSIM4v7qNode = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue