Home
last modified time | relevance | path

Searched refs:IsPmos_ (Results 1 – 7 of 7) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb.cc157 if ( theEventQueue.queueType == MAX_QUEUE && ! IsPmos_(theModel) ) return false; in IsPriorityDevice()
573 if ( theQueueType == MAX_QUEUE && IsPmos_(deviceType_v[theDeviceId]) ) { in IsOffMos()
583 if ( IsPmos_(deviceType_v[theDeviceId]) ) { in IsOffMos()
626 if ( IsPmos_(deviceType_v[device_it]) && deviceStatus_v[device_it][thePendingBit] ) { in LastPmosConnection()
631 if ( IsPmos_(deviceType_v[device_it]) && deviceStatus_v[device_it][thePendingBit] ) { in LastPmosConnection()
830 if ( IsPmos_(deviceType_v[theDeviceId]) ) { in AdjustKey()
867 } else if ( IsPmos_(deviceType_v[theDeviceId]) && myMaxGateVoltage != UNKNOWN_VOLTAGE in AdjustKey()
922 } else if ( IsPmos_(deviceType_v[theDeviceId]) && myMaxGateVoltage != UNKNOWN_VOLTAGE in AdjustSimVoltage()
1803 if ( IsPmos_(deviceType_v[device_it]) ) { in SetTrivialMinMaxPower()
1817 if ( IsPmos_(deviceType_v[device_it]) ) { in SetTrivialMinMaxPower()
[all …]
H A DCConnection.cc31 (IsPmos_(device_p->model_p->type) && simGateVoltage - myMaxVoltage == device_p->model_p->Vth)); in EstimatedCurrent()
62 ( IsPmos_(device_p->model_p->type) && in EstimatedMinimumCurrent()
68 } else if ( IsPmos_(device_p->model_p->type) && minGateVoltage != UNKNOWN_VOLTAGE ) { in EstimatedMinimumCurrent()
110 } else if ( IsPmos_(device_p->model_p->type) && simGateVoltage != UNKNOWN_VOLTAGE ) { in EstimatedCurrent()
H A DCCvcDb_utility.cc1489 if ( theType == PMOS && IsPmos_(deviceType_v[device_it]) ) return device_it; in GetAttachedDevice()
1503 if ( theType == PMOS && IsPmos_(deviceType_v[device_it]) ) return device_it; in GetAttachedDevice()
1517 if ( theType == PMOS && IsPmos_(deviceType_v[device_it]) ) return device_it; in GetAttachedDevice()
1538 } if ( theType == PMOS && IsPmos_(deviceType_v[device_it] ) ) { in FindInverterDevice()
1549 } if ( theType == PMOS && IsPmos_(deviceType_v[device_it] ) ) { in FindInverterDevice()
1595 if ( IsPmos_(deviceType_v[device_it]) ) { in FindUniqueMosInputs()
1651 …if ( IsPmos_(deviceType_v[theDevice]) ) return( myGatePower_p->maxVoltage < thePower_p->maxVoltage… in IsOnGate()
1688 …} else if ( IsPmos_(deviceType_v[theDevice]) && IsPmos_(deviceType_v[myNextDevice]) ) { // type m… in GetNextInSeries()
H A DCvcTypes.hh80 #define IsPmos_(theDeviceType) ((theDeviceType) == PMOS || (theDeviceType) == LDDP) macro
H A DCCvcDb_error.cc417 if ( ! IsPmos_(myDevice_p->model_p->type) ) continue; in FindPmosGateVsSourceErrors()
643 if ( ! IsPmos_(myDevice_p->model_p->type) ) continue; in FindPmosSourceVsBulkErrors()
792 if ( IsNmos_(deviceType_v[device_it]) || IsPmos_(deviceType_v[device_it]) ) continue; in FindForwardBiasDiodes()
942 if ( ! IsPmos_(myDevice_p->model_p->type) ) continue; in FindPmosPossibleLeakErrors()
1326 if ( theType == PMOS && ! IsPmos_(deviceType_v[device_it]) ) continue; // ignore wrong types in CheckOppositeLogic()
H A DCCvcDb_init.cc387 if ( IsPmos_(myDeviceType) ) myDeviceType = PMOS; // LDDP -> PMOS in LinkDevices()
1291 …SetSCRCParentPower(theNetId, device_it, IsPmos_(deviceType_v[device_it]), theSCRCSignalCount, theS… in SetSCRCGatePower()
1517 if ( IsPmos_(deviceType_v[device_it]) ) { in FindLatchDevices()
1555 …} else if ( IsPmos_(deviceType_v[device_it]) && ! myHighPower_p && drainNet_v[device_it] != UNKNOW… in PrintInputNetsWithMinMaxSuggestions()
H A DCModel.cc118 } else if ( IsPmos_(type) ) { in CModel()