Home
last modified time | relevance | path

Searched refs:setWithin (Results 1 – 7 of 7) sorted by relevance

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lefin/
H A DlefTechLayerCornerSpacingParser.cpp66 void setWithin(double value, in setWithin() function
71 rule->setWithin(lefin->dbdist(value)); in setWithin()
137 >> double_[boost::bind(&setWithin, _1, rule, lefin)]) in parse()
H A DlefTechLayerCutSpacingParser.cpp161 parser->curRule->setWithin(lefin->dbdist(within)); in addAdjacentCutsSubRule()
207 parser->curRule->setWithin(lefin->dbdist(at_c<0>(params))); in addParallelWithinSubRule()
229 parser->curRule->setWithin(lefin->dbdist(within)); in addSameMetalSharedEdgeSubRule()
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbTechLayerCornerSpacingRule.cpp265 void dbTechLayerCornerSpacingRule::setWithin(int within) in setWithin() function in odb::dbTechLayerCornerSpacingRule
H A DdbTechLayerCutSpacingRule.cpp778 void dbTechLayerCutSpacingRule::setWithin(int within) in setWithin() function in odb::dbTechLayerCutSpacingRule
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/tech/
H A DfrConstraint.h365 void setWithin(frCoord in) { cutDistance = in; } in setWithin() function
1847 void setWithin(frCoord in) { within = in; } in setWithin() function
2054 void setWithin(frCoord in) { within = in; } in setWithin() function
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A Ddb.h7608 void setWithin(int within);
7922 void setWithin(int within);
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/io/
H A Dio.cpp958 rptr->setWithin(rule->getWithin()); in setRoutingLayerProperties()
1688 rptr->setWithin(within); in addRoutingLayer()