Home
last modified time | relevance | path

Searched refs:theCvcDb_p (Results 1 – 8 of 8) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCConnectionCount.cc32 if ( theCvcDb_p->IsSubcircuitOf(theCvcDb_p->deviceParent_v[device_it], theInstanceId) ) { in CDeviceCount()
33 switch( theCvcDb_p->deviceType_v[device_it] ) { in CDeviceCount()
37 …if ( theCvcDb_p->equivalentNet_v[theCvcDb_p->gateNet_v[device_it]] != theCvcDb_p->equivalentNet_v[ in CDeviceCount()
45 …if ( theCvcDb_p->equivalentNet_v[theCvcDb_p->gateNet_v[device_it]] != theCvcDb_p->equivalentNet_v[ in CDeviceCount()
58 if ( theCvcDb_p->IsSubcircuitOf(theCvcDb_p->deviceParent_v[device_it], theInstanceId) ) { in CDeviceCount()
59 …if ( theCvcDb_p->equivalentNet_v[theCvcDb_p->sourceNet_v[device_it]] != theCvcDb_p->equivalentNet_… in CDeviceCount()
65 …if ( theCvcDb_p->equivalentNet_v[theCvcDb_p->gateNet_v[device_it]] != theCvcDb_p->equivalentNet_v[ in CDeviceCount()
73 …if ( theCvcDb_p->equivalentNet_v[theCvcDb_p->gateNet_v[device_it]] != theCvcDb_p->equivalentNet_v[ in CDeviceCount()
87 if ( theCvcDb_p->IsSubcircuitOf(theCvcDb_p->deviceParent_v[device_it], theInstanceId) ) { in CDeviceCount()
88 …if ( theCvcDb_p->equivalentNet_v[theCvcDb_p->sourceNet_v[device_it]] != theCvcDb_p->equivalentNet_… in CDeviceCount()
[all …]
H A DCInstance.cc38 theCvcDb_p->subcircuitCount = 1; in AssignTopGlobalIDs()
54 theCvcDb_p->netCount = myLastNet; in AssignTopGlobalIDs()
57 theCvcDb_p->netParent_v.resize(theCvcDb_p->netCount, 0); in AssignTopGlobalIDs()
58 theCvcDb_p->deviceParent_v.resize(theCvcDb_p->deviceCount, 0); in AssignTopGlobalIDs()
71 theCvcDb_p->netParent_v.shrink_to_fit(); in AssignTopGlobalIDs()
72 theCvcDb_p->deviceParent_v.shrink_to_fit(); in AssignTopGlobalIDs()
73theCvcDb_p->debugFile << "DEBUG: netParent size " << theCvcDb_p->netParent_v.size() << "; devicePa… in AssignTopGlobalIDs()
112 firstNetId = theCvcDb_p->netCount; in AssignGlobalIDs()
113 firstDeviceId = theCvcDb_p->deviceCount; in AssignGlobalIDs()
126 theCvcDb_p->netParent_v.resize(theCvcDb_p->netCount, theInstanceId); in AssignGlobalIDs()
[all …]
H A DCInstance.hh55 void AssignTopGlobalIDs(CCvcDb * theCvcDb_p, CCircuit * theMaster_p);
56 …void AssignGlobalIDs(CCvcDb * theCvcDb_p, const instanceId_t theInstanceId, CDevice * theSubcircui…
H A DCPower.cc684 …t theShortVoltage, netId_t theNetId, netId_t theDefaultNetId, CCvcDb * theCvcDb_p, string theCalcu… in CalculatePower() argument
704 …wer: Min " << to_string<voltage_t>(myPower_p->minVoltage) << " at " << theCvcDb_p->NetName(theNetI… in CalculatePower()
721 …wer: Max " << to_string<voltage_t>(myPower_p->maxVoltage) << " at " << theCvcDb_p->NetName(theNetI… in CalculatePower()
738 …ePower: Sim " + to_string<voltage_t>(myPower_p->simVoltage) + " at " + theCvcDb_p->NetName(theNetI… in CalculatePower()
746 myDefaultPower_p = myPower_p->GetBasePower(theCvcDb_p->netVoltagePtr_v, theCvcDb_p->minNet_v); in CalculatePower()
748 myDefaultPower_p = myPower_p->GetBasePower(theCvcDb_p->netVoltagePtr_v, theCvcDb_p->maxNet_v); in CalculatePower()
750 myDefaultPower_p = myPower_p->GetBasePower(theCvcDb_p->netVoltagePtr_v, theCvcDb_p->simNet_v); in CalculatePower()
753 …if (gDebug_cvc) cout << "Setting alias for " << theCvcDb_p->NetName(theNetId) << " = " << myDefaul… in CalculatePower()
768 … myPower_p->minVoltage << " > " << myPower_p->simVoltage << " for " << theCvcDb_p->NetName(theNetI… in CalculatePower()
771 … myPower_p->maxVoltage << " < " << myPower_p->simVoltage << " for " << theCvcDb_p->NetName(theNetI… in CalculatePower()
H A DCCircuit.hh84 void AllocateInstances(CCvcDb * theCvcDb_p, instanceId_t theFirstInstanceId);
110 …void PrintAndResetCircuitErrors(CCvcDb * theCvcDb_p, deviceId_t theErrorLimit, ofstream & theLogFi…
H A DCDevice.cc124 instanceId_t CDevice::FindParallelInstance(CCvcDb * theCvcDb_p, instanceId_t theInstanceId, CNetIdV… in FindParallelInstance() argument
135 myInstance_p = theCvcDb_p->instancePtr_v[myCheckInstanceId]; in FindParallelInstance()
H A DCCircuit.cc243 void CCircuitPtrList::PrintAndResetCircuitErrors(CCvcDb * theCvcDb_p, deviceId_t theErrorLimit, ofs… in PrintAndResetCircuitErrors() argument
273 theCvcDb_p->cellErrorCountMap.clear(); in PrintAndResetCircuitErrors()
276 void CCircuit::AllocateInstances(CCvcDb * theCvcDb_p, instanceId_t theFirstInstanceId) { in AllocateInstances() argument
H A DCConnectionCount.hh62 void Print(CCvcDb * theCvcDb_p);