Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/tech/
H A DfrConstraint.h1676 shortEdgeOnly(false), in frLef58CutSpacingConstraint()
1740 bool isShortEdgeOnly() const { return shortEdgeOnly; } in isShortEdgeOnly()
1813 void setShortEdgeOnly(bool in) { shortEdgeOnly = in; } in setShortEdgeOnly()
1887 shortEdgeOnly, in report()
1942 bool shortEdgeOnly; variable