Home
last modified time | relevance | path

Searched refs:PrintAllTerminalConnections (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()
540 …if ( ! cvcParameters.cvcSOI ) PrintAllTerminalConnections(BULK, theConnections, theErrorFile, theI… 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()
[all …]
H A DCCvcDb.hh421 …void PrintAllTerminalConnections(terminal_t theTerminal, CFullConnection& theConnections, ogzstrea…