Home
last modified time | relevance | path

Searched defs:theNetId (Results 1 – 11 of 11) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb_utility.cc66 voltage_t CCvcDb::MinSimVoltage(netId_t theNetId) { in MinSimVoltage()
88 resistance_t CCvcDb::MinResistance(netId_t theNetId) { in MinResistance()
101 voltage_t CCvcDb::MinLeakVoltage(netId_t theNetId) { in MinLeakVoltage()
118 voltage_t CCvcDb::SimVoltage(netId_t theNetId) { in SimVoltage()
195 resistance_t CCvcDb::SimResistance(netId_t theNetId) { in SimResistance()
222 voltage_t CCvcDb::MaxSimVoltage(netId_t theNetId) { in MaxSimVoltage()
257 voltage_t CCvcDb::MaxLeakVoltage(netId_t theNetId) { in MaxLeakVoltage()
291 netId_t CCvcDb::GetEquivalentNet(netId_t theNetId) { in GetEquivalentNet()
624 bool CCvcDb::HasActiveConnection(netId_t theNetId) { in HasActiveConnection()
1104 bool CCvcDb::IsAnalogNet(netId_t theNetId) { in IsAnalogNet()
[all …]
H A DCVirtualNet.cc41 CVirtualNet& CVirtualNet::operator() (CVirtualNetVector& theVirtualNet_v, netId_t theNetId) { in operator ()()
87 void CVirtualNetVector::Set(netId_t theNetId, netId_t theNextNet, resistance_t theResistance, event… in Set()
145 void CVirtualNetVector::DebugVirtualNet(netId_t theNetId, string theTitle, ostream& theOutputFile) { in DebugVirtualNet()
H A DCPower.cc50 CPower::CPower(CPower * thePower_p, netId_t theNetId) { in CPower()
214 CPower::CPower(netId_t theNetId) { in CPower()
229 CPower::CPower(netId_t theNetId, voltage_t theSimVoltage, bool theCreateExtraData) { in CPower()
247 CPower::CPower(netId_t theNetId, voltage_t theMinVoltage, voltage_t theSimVoltage, voltage_t theMax… in CPower()
478 voltage_t CPowerPtrVector::MaxVoltage(netId_t theNetId) { in MaxVoltage()
484 voltage_t CPowerPtrVector::MinVoltage(netId_t theNetId) { in MinVoltage()
490 voltage_t CPowerPtrVector::SimVoltage(netId_t theNetId) { in SimVoltage()
684 …lculatePower(CEventQueue& theEventQueue, voltage_t theShortVoltage, netId_t theNetId, netId_t theD… in CalculatePower()
H A DCCvcDb.cc608 bool CCvcDb::LastNmosConnection(deviceStatus_t thePendingBit, netId_t theNetId) { in LastNmosConnection()
623 bool CCvcDb::LastPmosConnection(deviceStatus_t thePendingBit, netId_t theNetId) { in LastPmosConnection()
1113 void CCvcDb::EnqueueAttachedDevices(CEventQueue& theEventQueue, netId_t theNetId, eventKey_t theEve… in EnqueueAttachedDevices()
1134 void CCvcDb::EnqueueAttachedResistors(CEventQueue& theEventQueue, netId_t theNetId, eventKey_t theE… in EnqueueAttachedResistors()
1172 void CCvcDb::RecalculateFinalResistance(CEventQueue& theEventQueue, netId_t theNetId, bool theRecur… in RecalculateFinalResistance()
1350 …eConnectionType(CVirtualNetVector& theVirtualNet_v, CStatus theSourceDrainType, netId_t theNetId) { in PropagateConnectionType()
1574 void CCvcDb::CalculateResistorVoltage(netId_t theNetId, voltage_t theMinVoltage, resistance_t theMi… in CalculateResistorVoltage()
1624 void CCvcDb::PropagateResistorCalculations(netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDe… in PropagateResistorCalculations()
2241 void CCvcDb::PropagateAnalogNetType(netId_t theNetId, int theGateCount) { in PropagateAnalogNetType()
2344 void CCvcDb::SetInverterHighLow(netId_t theNetId, netId_t theMaxNetId) { in SetInverterHighLow()
[all …]
H A DCConnectionCount.cc28 CDeviceCount::CDeviceCount(netId_t theNetId, CCvcDb * theCvcDb_p, instanceId_t theInstanceId) { in CDeviceCount()
H A DCCvcDb_print.cc143 string CCvcDb::NetAlias(netId_t theNetId, bool thePrintCircuitFlag) { in NetAlias()
166 string CCvcDb::NetName(const netId_t theNetId, bool thePrintCircuitFlag, bool thePrintHierarchyFlag… in NetName()
363 void CCvcDb::PrintBulkConnections(netId_t theNetId, string theIndentation, string theHeading) { in PrintBulkConnections()
929 void CCvcDb::PrintNetWithModelCounts(netId_t theNetId, int theTerminals) { in PrintNetWithModelCounts()
966 void CCvcDb::PrintBackupNet(CVirtualNetVector& theVirtualNet_v, netId_t theNetId, string theTitle, … in PrintBackupNet()
H A DCVirtualNet.hh77 inline bool IsTerminal(netId_t theNetId) { return ( theNetId == (*this)[theNetId].nextNetId ); } in IsTerminal()
H A DCCvcDb_init.cc533 deviceId_t CCvcDb::FindUniqueSourceDrainConnectedDevice(netId_t theNetId) { in FindUniqueSourceDrainConnectedDevice()
586 deviceId_t CCvcDb::RecountConnections(netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDeviceI… in RecountConnections()
1281 size_t CCvcDb::SetSCRCGatePower(netId_t theNetId, CDeviceIdVector & theFirstSource_v, CDeviceIdVect… in SetSCRCGatePower()
1298 void CCvcDb::SetSCRCParentPower(netId_t theNetId, deviceId_t theDeviceId, bool theExpectedHighInput… in SetSCRCParentPower()
1344 bool CCvcDb::IsSCRCLogicNet(netId_t theNetId) { in IsSCRCLogicNet()
1484 void CCvcDb::FindLatchDevices(netId_t theNetId, mosData_t theNmosData_v[], mosData_t thePmosData_v[… in FindLatchDevices()
1545 void CCvcDb::PrintInputNetsWithMinMaxSuggestions(netId_t theNetId) { in PrintInputNetsWithMinMaxSuggestions()
H A DCCvcDb.hh346 …inline bool IsVerifiedPower(netId_t theNetId) {return ! (netStatus_v[theNetId][NEEDS_MIN_CHECK] ||… in IsVerifiedPower()
461 void CCvcDb::PrintVirtualNet(TVirtualNetVector& theVirtualNet_v, netId_t theNetId, string theTitle,… in PrintVirtualNet()
H A DCConnection.cc355 void AddConnectedDevices(netId_t theNetId, list<deviceId_t>& myPmosToCheck, list<deviceId_t>& myNmo… in AddConnectedDevices()
H A DCCvcDb_interactive.cc242 string CCvcDb::ShortString(netId_t theNetId, bool thePrintSubcircuitNameFlag) { in ShortString()
259 string CCvcDb::LeakShortString(netId_t theNetId, bool thePrintSubcircuitNameFlag) { in LeakShortString()