Home
last modified time | relevance | path

Searched refs:theIncludeLeakVoltage (Results 1 – 2 of 2) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb_print.cc537 PrintAllTerminalConnections(GATE, theConnections, theErrorFile, theIncludeLeakVoltage); in PrintDeviceWithAllConnections()
538 PrintAllTerminalConnections(SOURCE, theConnections, theErrorFile, theIncludeLeakVoltage); in PrintDeviceWithAllConnections()
539 PrintAllTerminalConnections(DRAIN, theConnections, theErrorFile, theIncludeLeakVoltage); in PrintDeviceWithAllConnections()
543 PrintAllTerminalConnections(SOURCE, theConnections, theErrorFile, theIncludeLeakVoltage); in PrintDeviceWithAllConnections()
544 PrintAllTerminalConnections(DRAIN, theConnections, theErrorFile, theIncludeLeakVoltage); in PrintDeviceWithAllConnections()
546 PrintAllTerminalConnections(BULK, theConnections, theErrorFile, theIncludeLeakVoltage); in PrintDeviceWithAllConnections()
550 PrintAllTerminalConnections(SOURCE, theConnections, theErrorFile, theIncludeLeakVoltage); in PrintDeviceWithAllConnections()
551 PrintAllTerminalConnections(GATE, theConnections, theErrorFile, theIncludeLeakVoltage); in PrintDeviceWithAllConnections()
552 PrintAllTerminalConnections(DRAIN, theConnections, theErrorFile, theIncludeLeakVoltage); in PrintDeviceWithAllConnections()
626 …if ( theIncludeLeakVoltage && theConnections.minGateVoltage != theConnections.minGateLeakVoltage )… in PrintAllTerminalConnections()
[all …]
H A DCCvcDb.hh418 …eId, CFullConnection& theConnections, ogzstream& theErrorFile, bool theIncludeLeakVoltage = false);
421 …nal, CFullConnection& theConnections, ogzstream& theErrorFile, bool theIncludeLeakVoltage = false);