Home
last modified time | relevance | path

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

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb.hh254 void ReportShort(deviceId_t theDeviceId);
332 text_t DeviceParameters(const deviceId_t theDeviceId);
337 void MapDeviceNets(deviceId_t theDeviceId, CFullConnection& theConnections);
341 void IgnoreDevice(deviceId_t theDeviceId);
356 size_t IncrementDeviceError(deviceId_t theDeviceId, int theErrorIndex);
364 deviceId_t GetSeriesConnectedDevice(deviceId_t theDeviceId, netId_t theNetId);
541 #define SetConnections_(theConnections, theDeviceId) (\ argument
542 theConnections.sourceId = sourceNet_v[theDeviceId],\
543 theConnections.gateId = gateNet_v[theDeviceId],\
544 theConnections.drainId = drainNet_v[theDeviceId],\
[all …]
H A DCCvcDb.cc47 MapDeviceNets(theDeviceId, myConnections); in ReportSimShort()
71 void CCvcDb::ReportShort(deviceId_t theDeviceId) { in ReportShort() argument
73 MapDeviceNets(theDeviceId, myConnections); in ReportShort()
209 ReportShort(theDeviceId); in AlreadyShorted()
424 if ( IsMos_(deviceType_v[theDeviceId]) ) { in VoltageConflict()
511 if ( IsMos_(deviceType_v[theDeviceId]) ) { in VoltageConflict()
583 if ( IsPmos_(deviceType_v[theDeviceId]) ) { in IsOffMos()
594 if ( IsNmos_(deviceType_v[theDeviceId]) ) { in IsOffMos()
807 …if ( deviceType_v[theDeviceId] == FUSE_ON || deviceType_v[theDeviceId] == FUSE_OFF ) { // process… in AdjustKey()
906 if ( IsMos_(deviceType_v[theDeviceId]) ) { in AdjustSimVoltage()
[all …]
H A DCCvcDb_utility.cc134 if ( theDeviceId == UNKNOWN_DEVICE ) return false; in IsAlwaysOnCandidate()
306 instanceId_t myParentId = deviceParent_v[theDeviceId]; in DeviceParameters()
369 SetConnections_(theConnections, theDeviceId); in MapDeviceNets()
404 theConnections.deviceId = theDeviceId; in MapDeviceNets()
419 SetConnections_(theConnections, theDeviceId); in MapDeviceSourceDrainNets()
456 theConnections.deviceId = theDeviceId; in MapDeviceSourceDrainNets()
561 void CCvcDb::IgnoreDevice(deviceId_t theDeviceId) { in IgnoreDevice() argument
571 deviceStatus_v[theDeviceId] = myIgnoredDevice; in IgnoreDevice()
1023 modelType_t myDeviceType = deviceType_v[theDeviceId]; in GetSeriesConnectedDevice()
1031 if ( theDeviceId == device_it ) continue; in GetSeriesConnectedDevice()
[all …]
H A DCEventQueue.hh54 void push_front(deviceId_t theDeviceId) { in push_front() argument
56 forward_list<deviceId_t>::push_front(theDeviceId); in push_front()
102 void AddEvent(eventKey_t theEventKey, deviceId_t theDeviceId, queuePosition_t theQueuePosition);
H A DCCvcDb_init.cc210 …tNets(CNetMap & theNetMap, netId_t theFirstNetId, netId_t theSecondNetId, deviceId_t theDeviceId) { in MakeEquivalentNets() argument
229 …reportFile << endl << "INFO: Power definition ignored at " << DeviceName(theDeviceId, PRINT_CIRCUI… in MakeEquivalentNets()
233 …"INFO: Short between same power definitions ignored at " << DeviceName(theDeviceId, PRINT_CIRCUIT_… in MakeEquivalentNets()
605 CCircuit * myParent_p = instancePtr_v[deviceParent_v[theDeviceId]]->master_p; in ShortNonConductingResistor()
606 …deviceId_t myLocalDeviceId = theDeviceId - instancePtr_v[deviceParent_v[theDeviceId]]->firstDevice… in ShortNonConductingResistor()
608 deviceStatus_v[theDeviceId][MAX_INACTIVE] = true; in ShortNonConductingResistor()
609 deviceStatus_v[theDeviceId][MIN_INACTIVE] = true; in ShortNonConductingResistor()
610 deviceStatus_v[theDeviceId][SIM_INACTIVE] = true; in ShortNonConductingResistor()
624 MergeConnectionLists(theFirstNet, theSecondNet, theDeviceId); in ShortNonConductingResistor()
1299 netId_t myParentNet = gateNet_v[theDeviceId]; in SetSCRCParentPower()
[all …]
H A DCCvcDb_print.cc193 string CCvcDb::DeviceName(const deviceId_t theDeviceId, bool thePrintCircuitFlag, bool thePrintHier… in DeviceName() argument
194 instanceId_t myParentId = deviceParent_v[theDeviceId]; in DeviceName()
195 deviceId_t myDeviceOffset = theDeviceId - instancePtr_v[myParentId]->firstDeviceId; in DeviceName()
354 void CCvcDb::PrintConnections(deviceId_t theDeviceCount, deviceId_t theDeviceId, CDeviceIdVector& t… in PrintConnections() argument
356 while (theDeviceId != UNKNOWN_DEVICE ) { in PrintConnections()
357 cout << " " << theDeviceId; in PrintConnections()
358 theDeviceId = theNextDevice_v[theDeviceId]; in PrintConnections()
H A DCDevice.hh69 void Print(CTextVector& theSignalName_v, deviceId_t theDeviceId,