Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbTechLayerEolKeepOutRule.cpp338 bool dbTechLayerEolKeepOutRule::isExceptWithin() const in isExceptWithin() function in odb::dbTechLayerEolKeepOutRule
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/cpp/
H A DTestLef58Properties.cpp152 BOOST_TEST(keepoutRule->isExceptWithin()); in BOOST_AUTO_TEST_CASE()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/gc/
H A DFlexGC_eol.cpp765 if (constraint->isExceptWithin()) { in checkMetalEOLkeepout_helper()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/tech/
H A DfrConstraint.h966 bool isExceptWithin() const { return exceptWithin; } in isExceptWithin() function
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A Ddb.h7792 bool isExceptWithin() const;
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/io/
H A Dio.cpp1707 rptr->setExceptWithin(rule->isExceptWithin()); in addRoutingLayer()