Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/tech/
H A DfrConstraint.h192 exceptWithin(-1), in frLef58MinStepConstraint()
238 exceptWithin, in report()
258 frCoord exceptWithin; variable
955 exceptWithin(false), in frLef58EolKeepOutConstraint()
966 bool isExceptWithin() const { return exceptWithin; } in isExceptWithin()
975 void setExceptWithin(bool value) { exceptWithin = value; } in setExceptWithin()
994 exceptWithin, in report()
1005 bool exceptWithin; variable
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/test/
H A Dfixture.h93 bool exceptWithin = false,
H A Dfixture.cpp393 bool exceptWithin, in makeLef58EolKeepOutConstraint() argument
410 rptr->setExceptWithin(exceptWithin); in makeLef58EolKeepOutConstraint()