Home
last modified time | relevance | path

Searched refs:theFirstDevice_v (Results 1 – 5 of 5) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb.hh185 …void DumpConnectionList(string theHeading, CDeviceIdVector& theFirstDevice_v, CDeviceIdVector& the…
190 … CDeviceIdVector& theFirstDevice_v, CDeviceIdVector& theNextDevice_v, CNetIdVector& theTerminal_v);
191 …deviceId_t RecountConnections(netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDeviceIdVector…
273 …inal(CEventQueue& theEventQueue, netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDeviceIdVec…
285 …inal(CEventQueue& theEventQueue, netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDeviceIdVec…
298 …void PropagateResistorCalculations(netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDeviceIdV…
304 …void PropagateAnalogNetTypeByTerminal(netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDevice…
H A DCCvcDb_init.cc551 …CDeviceIdVector& theFirstDevice_v, CDeviceIdVector& theNextDevice_v, CNetIdVector& theTerminal_v) { in MergeConnectionListByTerminals() argument
553 …for ( deviceId_t device_it = theFirstDevice_v[theFromNet]; device_it != UNKNOWN_DEVICE; device_it … in MergeConnectionListByTerminals()
555 theNextDevice_v[device_it] = theFirstDevice_v[theToNet]; in MergeConnectionListByTerminals()
556 theFirstDevice_v[theToNet] = device_it; in MergeConnectionListByTerminals()
559 theFirstDevice_v[theFromNet] = UNKNOWN_DEVICE; in MergeConnectionListByTerminals()
562 void CCvcDb::DumpConnectionList(string theHeading, CDeviceIdVector& theFirstDevice_v, CDeviceIdVect… in DumpConnectionList() argument
565 for ( netId_t net_it = 0; net_it < theFirstDevice_v.size(); net_it++) { in DumpConnectionList()
566 if ( theFirstDevice_v[net_it] == UNKNOWN_DEVICE ) continue; in DumpConnectionList()
568 myDeviceId = theFirstDevice_v[net_it]; in DumpConnectionList()
586 deviceId_t CCvcDb::RecountConnections(netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDeviceI… in RecountConnections() argument
[all …]
H A DCConnection.hh64 …list<deviceId_t>& myResistorToCheck, CDeviceIdVector& theFirstDevice_v, CDeviceIdVector& theNextDe…
H A DCConnection.cc356 …list<deviceId_t>& myResistorToCheck, CDeviceIdVector& theFirstDevice_v, CDeviceIdVector& theNextDe… in AddConnectedDevices() argument
357 …for ( deviceId_t device_it = theFirstDevice_v[theNetId]; device_it != UNKNOWN_DEVICE; device_it = … in AddConnectedDevices()
H A DCCvcDb.cc975 …inal(CEventQueue& theEventQueue, netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDeviceIdVec… in EnqueueAttachedDevicesByTerminal() argument
977 if ( theFirstDevice_v[theNetId] == UNKNOWN_DEVICE ) return; in EnqueueAttachedDevicesByTerminal()
984 …for (deviceId_t device_it = theFirstDevice_v[theNetId]; device_it != UNKNOWN_DEVICE; device_it = t… in EnqueueAttachedDevicesByTerminal()
1109 …-power gate/bias net " << NetName(theNetId) << " at " << DeviceName(theFirstDevice_v[theNetId]) <<… in EnqueueAttachedDevicesByTerminal()
1120 …inal(CEventQueue& theEventQueue, netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDeviceIdVec… in EnqueueAttachedResistorsByTerminal() argument
1122 …for (deviceId_t device_it = theFirstDevice_v[theNetId]; device_it != UNKNOWN_DEVICE; device_it = t… in EnqueueAttachedResistorsByTerminal()
1624 void CCvcDb::PropagateResistorCalculations(netId_t theNetId, CDeviceIdVector& theFirstDevice_v, CDe… in PropagateResistorCalculations() argument
1626 …for ( deviceId_t device_it = theFirstDevice_v[theNetId]; device_it != UNKNOWN_DEVICE; device_it = … in PropagateResistorCalculations()
2254 void CCvcDb::PropagateAnalogNetTypeByTerminal(netId_t theNetId, CDeviceIdVector& theFirstDevice_v, … in PropagateAnalogNetTypeByTerminal() argument
2255 …for (deviceId_t device_it = theFirstDevice_v[theNetId]; device_it != UNKNOWN_DEVICE; device_it = t… in PropagateAnalogNetTypeByTerminal()