Home
last modified time | relevance | path

Searched refs:SIM_POWER (Results 1 – 4 of 4) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCModel.cc404 …model_pit->Vth = thePowerMacroPtrMap.CalculateVoltage(model_pit->vthDefinition, SIM_POWER, (*this)… in SetVoltageTolerances()
408 …Vbg = thePowerMacroPtrMap.CalculateVoltage(model_pit->maxVbgDefinition, SIM_POWER, (*this), PERMIT… in SetVoltageTolerances()
412 …Vbs = thePowerMacroPtrMap.CalculateVoltage(model_pit->maxVbsDefinition, SIM_POWER, (*this), PERMIT… in SetVoltageTolerances()
416 …Vds = thePowerMacroPtrMap.CalculateVoltage(model_pit->maxVdsDefinition, SIM_POWER, (*this), PERMIT… in SetVoltageTolerances()
420 …Vgs = thePowerMacroPtrMap.CalculateVoltage(model_pit->maxVgsDefinition, SIM_POWER, (*this), PERMIT… in SetVoltageTolerances()
H A DCPower.cc138 simVoltage = thePowerMacroPtrMap.CalculateVoltage(myParameterValue, SIM_POWER, theModelListMap); in CPower()
144 …ectedSim = thePowerMacroPtrMap.CalculateExpectedValue(myParameterValue, SIM_POWER, theModelListMap… in CPower()
198 simVoltage = thePowerMacroPtrMap.CalculateVoltage(myParameterName, SIM_POWER, theModelListMap); in CPower()
923 if ( theType == SIM_POWER ) { in CalculateVoltage()
942 …ame].Vth = CalculateVoltage(theModelListMap[myModelName].vthDefinition, SIM_POWER, theModelListMap… in CalculateVoltage()
H A DCvcTypes.hh132 enum netStatus_t { ANALOG = 0, MIN_POWER, SIM_POWER, MAX_POWER, NEEDS_MIN_CHECK, NEEDS_MAX_CHECK, N… enumerator
H A DCCvcDb_init.cc1046 if ( myPower_p->simVoltage != UNKNOWN_VOLTAGE ) netStatus_v[*netId_pit][SIM_POWER] = true; in SetModePower()