Home
last modified time | relevance | path

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

/dports/cad/cvc/cvc-1.1.0-4-gd172016/src/
H A DCModel.hh37 class CModelCheck { class
55CModelCheck(string theCheck, string theParameter, string theInclusiveMin, string theExclusiveMin, …
96 forward_list<CModelCheck> checkList;
H A DCModel.cc33 CModelCheck::CModelCheck(string theCheck, string theParameter, string theInclusiveMin, string theEx… in CModelCheck() function in CModelCheck
47 void CModelCheck::SetValue(string theParameter, voltage_t &theVoltage, float &theValue) { in SetValue()
H A DCCvcDb.hh234 …void FindModelError(ogzstream & theErrorFile, CModelCheck &theCheck, CFullConnection & theConnecti…
236 …void PrintModelError(ogzstream & theErrorFile, CFullConnection & theConnections, CModelCheck & the…
H A DCCvcDb_error.cc216 void CCvcDb::FindModelError(ogzstream & theErrorFile, CModelCheck & theCheck, CFullConnection & the… in FindModelError()
248 …ModelError(ogzstream & theErrorFile, CFullConnection & theConnections, CModelCheck & theCheck, ins… in PrintModelError()
H A DCCvcDb_init.cc1832 model_pit->checkList.push_front(CModelCheck(myCheck, "Vb", myValue, "", myValue, "")); in LoadModelChecks()