Home
last modified time | relevance | path

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

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb.hh390 …string NetName(const netId_t theNetId, bool thePrintCircuitFlag = PRINT_CIRCUIT_OFF, bool thePrint…
391 …hyName(const instanceId_t theInstanceId, bool thePrintCircuitFlag = PRINT_CIRCUIT_OFF, bool thePri…
392 …string DeviceName(const deviceId_t theDeviceId, bool thePrintCircuitFlag = PRINT_CIRCUIT_OFF, bool…
393 …theName, const instanceId_t theParentId, bool thePrintCircuitFlag = PRINT_CIRCUIT_OFF, bool thePri…
H A DCvcTypes.hh148 #define PRINT_CIRCUIT_OFF false macro
H A DCCvcDb.cc381 …drainPower_p->minVoltage << " ignored for " << NetName(theConnections.drainId, PRINT_CIRCUIT_OFF) \ in VoltageConflict()
390 …urcePower_p->minVoltage << " ignored for " << NetName(theConnections.sourceId, PRINT_CIRCUIT_OFF) \ in VoltageConflict()
467 …p->maxVoltage << " ignored for " << NetName(theConnections.drainId, PRINT_CIRCUIT_OFF, PRINT_HIERA… in VoltageConflict()
476 …->maxVoltage << " ignored for " << NetName(theConnections.sourceId, PRINT_CIRCUIT_OFF, PRINT_HIERA… in VoltageConflict()
H A DCCvcDb_print.cc233 …ameters[0] + DeviceName(instancePtr_v[instance_it]->firstDeviceId + device_it, PRINT_CIRCUIT_OFF)); in PrintFlatCdl()
H A DCCvcDb_interactive.cc1002 string mySimpleName = NetName(myEquivalentNetId, PRINT_CIRCUIT_OFF); in InteractiveCvc()