Home
last modified time | relevance | path

Searched refs:FORWARD_DIODE (Results 1 – 3 of 3) sorted by relevance

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCvcTypes.hh142 enum cvcError_t { LEAK = 0, HIZ_INPUT, FORWARD_DIODE, NMOS_SOURCE_BULK, NMOS_GATE_SOURCE, NMOS_POSS… enumerator
H A DCCvcDb_print.cc768 reportFile << "CVC: Forward Bias Diodes: " << errorCount[FORWARD_DIODE] << endl; in PrintErrorTotals()
H A DCCvcDb_error.cc870 …if ( IncrementDeviceError(myConnections.deviceId, FORWARD_DIODE) < cvcParameters.cvcCircuitErrorLi… in FindForwardBiasDiodes()