Home
last modified time | relevance | path

Searched refs:theErrorFile (Results 1 – 6 of 6) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCCvcDb_print.cc533 if ( myMFactor > 1 ) theErrorFile << " {m=" << myMFactor << "}"; in PrintDeviceWithAllConnections()
563 if ( myMFactor > 1 ) theErrorFile << " {m=" << myMFactor << "}"; in PrintDeviceWithSimConnections()
567 PrintSimTerminalConnections(GATE, theConnections, theErrorFile); in PrintDeviceWithSimConnections()
569 PrintSimTerminalConnections(DRAIN, theConnections, theErrorFile); in PrintDeviceWithSimConnections()
574 PrintSimTerminalConnections(DRAIN, theConnections, theErrorFile); in PrintDeviceWithSimConnections()
576 PrintSimTerminalConnections(BULK, theConnections, theErrorFile); in PrintDeviceWithSimConnections()
581 PrintSimTerminalConnections(GATE, theConnections, theErrorFile); in PrintDeviceWithSimConnections()
686 theErrorFile << "B: "; in PrintAllTerminalConnections()
709 theErrorFile << NetName(myNetId) << endl; in PrintAllTerminalConnections()
746 theErrorFile << "B: "; in PrintSimTerminalConnections()
[all …]
H A DCCvcDb.hh230 …void FindVbgError(ogzstream & theErrorFile, voltage_t theParameter, CFullConnection & theConnectio…
231 …void FindVbsError(ogzstream & theErrorFile, voltage_t theParameter, CFullConnection & theConnectio…
232 …void FindVdsError(ogzstream & theErrorFile, voltage_t theParameter, CFullConnection & theConnectio…
233 …void FindVgsError(ogzstream & theErrorFile, voltage_t theParameter, CFullConnection & theConnectio…
234 …void FindModelError(ogzstream & theErrorFile, CModelCheck &theCheck, CFullConnection & theConnecti…
235 …void PrintOverVoltageError(ogzstream & theErrorFile, CFullConnection & theConnections, cvcError_t …
236 …void PrintModelError(ogzstream & theErrorFile, CFullConnection & theConnections, CModelCheck & the…
418 …stanceId_t theInstanceId, CFullConnection& theConnections, ogzstream& theErrorFile, bool theInclud…
419 …SimConnections(instanceId_t theParentId, CFullConnection& theConnections, ogzstream& theErrorFile);
421 …s(terminal_t theTerminal, CFullConnection& theConnections, ogzstream& theErrorFile, bool theInclud…
[all …]
H A DCCvcDb_error.cc92 …PrintOverVoltageError(theErrorFile, theConnections, OVERVOLTAGE_VBG, "Overvoltage Error:Gate vs Bu… in FindVbgError()
159 …PrintOverVoltageError(theErrorFile, theConnections, OVERVOLTAGE_VDS, "Overvoltage Error:Source vs … in FindVdsError()
216 void CCvcDb::FindModelError(ogzstream & theErrorFile, CModelCheck & theCheck, CFullConnection & the… in FindModelError() argument
235 PrintModelError(theErrorFile, theConnections, theCheck, theInstanceId); in FindModelError()
241 theErrorFile << theExplanation << endl; in PrintOverVoltageError()
243 PrintDeviceWithAllConnections(theInstanceId, theConnections, theErrorFile, myLeakCheckFlag); in PrintOverVoltageError()
244 theErrorFile << endl; in PrintOverVoltageError()
248 void CCvcDb::PrintModelError(ogzstream & theErrorFile, CFullConnection & theConnections, CModelChec… in PrintModelError() argument
250 theErrorFile << "Model error: " << theCheck.check << endl; in PrintModelError()
251 PrintDeviceWithAllConnections(theInstanceId, theConnections, theErrorFile, false); in PrintModelError()
[all …]
H A DCCircuit.cc243 …ors(CCvcDb * theCvcDb_p, deviceId_t theErrorLimit, ofstream & theLogFile, ogzstream & theErrorFile, in PrintAndResetCircuitErrors() argument
246 theErrorFile << theSummaryHeading << endl; in PrintAndResetCircuitErrors()
270 theErrorFile << (*error_pit) << endl; in PrintAndResetCircuitErrors()
272 theErrorFile << endl<< "! Finished" << endl << endl; in PrintAndResetCircuitErrors()
H A DCCircuit.hh110 …ors(CCvcDb * theCvcDb_p, deviceId_t theErrorLimit, ofstream & theLogFile, ogzstream & theErrorFile,
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/
H A Dtestdriver_common.h65 return theErrorFile; in getErrorFile()
70 theErrorFile = file; in setErrorFile()
81 std::string theErrorFile; variable