Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbTechLayerEolExtensionRule.cpp178 bool dbTechLayerEolExtensionRule::isParallelOnly() const in isParallelOnly() function in odb::dbTechLayerEolExtensionRule
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/test/cpp/
H A DTestLef58Properties.cpp137 BOOST_TEST(eolextrule->isParallelOnly()); in BOOST_AUTO_TEST_CASE()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/gc/
H A DFlexGC_eol.cpp949 if (constraint->isParallelOnly()) { in checkMetalEndOfLine_ext_helper()
967 if (constraint->isParallelOnly() in checkMetalEndOfLine_ext_helper()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/tech/
H A DfrConstraint.h1233 bool isParallelOnly() const { return parallelOnly; } in isParallelOnly() function
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A Ddb.h8548 bool isParallelOnly() const;
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/io/
H A Dio.cpp1140 con->setParallelOnly(rule->isParallelOnly()); in setRoutingLayerProperties()