Home
last modified time | relevance | path

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

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCvcMaps.cc96 {SIM_QUEUE, "SimulationQueue"},
H A DCEventQueue.hh35 #define DefaultQueuePosition_(flag, queue) (((flag) || queue.queueType == SIM_QUEUE) ? MAIN_BACK : …
H A DCvcTypes.hh126 enum eventQueue_t { SIM_QUEUE, MAX_QUEUE, MIN_QUEUE }; enumerator
H A DCEventQueue.cc38 return ( queueType == SIM_QUEUE || ( mainQueue.begin()->first <= delayQueue.begin()->first ) ); in IsNextMainQueue()
H A DCCvcDb.cc202 if ( theEventQueue.queueType == SIM_QUEUE ) { in AlreadyShorted()
369 …if ( theEventQueue.queueType == SIM_QUEUE && IsMos_(deviceType_v[theDeviceId]) && theConnections.g… in VoltageConflict()
582 if ( theQueueType == SIM_QUEUE ) { in IsOffMos()
642 …if ( theQueueStatus == ENQUEUE && theEventQueue.queueType != SIM_QUEUE ) return false; // MIN/MAX … in IsIrrelevant()
806 || (theEventQueue.queueType == SIM_QUEUE && theConnections.gateVoltage == UNKNOWN_VOLTAGE) ); in AdjustKey()
857 } else if ( theEventQueue.queueType == SIM_QUEUE ) { in AdjustKey()
1022 if ( theEventQueue.queueType == SIM_QUEUE ) { in EnqueueAttachedDevicesByTerminal()
1027 if ( myQueuePosition == MOS_DIODE && theEventQueue.queueType != SIM_QUEUE in EnqueueAttachedDevicesByTerminal()
1108 if ( myGateBiasCount > 10000 && theEventQueue.queueType != SIM_QUEUE ) { in EnqueueAttachedDevicesByTerminal()
H A DCPower.cc736 if ( theEventQueue.queueType == SIM_QUEUE ) { in CalculatePower()
H A DCCvcDb_utility.cc384 } else if ( theEventQueue.queueType == SIM_QUEUE ) { in MapDeviceNets()
1016 case SIM_QUEUE: { return thePower_p->simCalculationType; break; } in GetCalculationType()
H A DCCvcDb_init.cc76 simEventQueue(SIM_QUEUE, SIM_INACTIVE, SIM_PENDING, simNet_v, netVoltagePtr_v), in CCvcDb()