Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/gcObj/
H A DgcShape.h86 cornerType_(frCornerTypeEnum::UNKNOWN),
98 frCornerTypeEnum getType() const { return cornerType_; }
107 void setType(frCornerTypeEnum in) { cornerType_ = in; }
116 frCornerTypeEnum cornerType_;
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/test/
H A Dfixture.h74 frCornerTypeEnum type = frCornerTypeEnum::CONVEX);
H A DgcTest.cpp317 makeCornerConstraint(2, /* no eol */ -1, frCornerTypeEnum::CONCAVE);
H A Dfixture.cpp228 frCornerTypeEnum type) in makeCornerConstraint()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/gc/
H A DFlexGC_init.cpp663 currCorner->setType(frCornerTypeEnum::CONVEX); in initNet_pins_polygonCorners_helper()
665 currCorner->setType(frCornerTypeEnum::CONCAVE); in initNet_pins_polygonCorners_helper()
667 currCorner->setType(frCornerTypeEnum::UNKNOWN); in initNet_pins_polygonCorners_helper()
693 if (currCorner->getType() == frCornerTypeEnum::CONVEX) { in initNet_pins_polygonCorners_helper()
701 } else if (currCorner->getType() == frCornerTypeEnum::CONCAVE) { in initNet_pins_polygonCorners_helper()
H A DFlexGC_main.cpp929 if (con->getCornerType() == frCornerTypeEnum::CONVEX) { in checkMetalCornerSpacing_main()
956 if (corner->getType() == frCornerTypeEnum::CONVEX) { in checkMetalCornerSpacing_main()
957 if (corner->getNextCorner()->getType() == frCornerTypeEnum::CONVEX in checkMetalCornerSpacing_main()
961 if (corner->getPrevCorner()->getType() == frCornerTypeEnum::CONVEX in checkMetalCornerSpacing_main()
1089 if (corner->getType() == frCornerTypeEnum::CONVEX) { in checkMetalCornerSpacing_main()
1090 if (corner->getNextCorner()->getType() == frCornerTypeEnum::CONVEX in checkMetalCornerSpacing_main()
1094 if (corner->getPrevCorner()->getType() == frCornerTypeEnum::CONVEX in checkMetalCornerSpacing_main()
1103 if (con->getCornerType() == frCornerTypeEnum::CONVEX) { in checkMetalCornerSpacing_main()
1445 if (nextEdge->getLowCorner()->getType() != frCornerTypeEnum::CONVEX in checkMetalShape_lef58MinStep_noBetweenEol()
2545 if (corner->getType() != frCornerTypeEnum::CONCAVE) { in checkLef58CutSpacing_spc_layer()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/
H A DfrBaseTypes.h226 enum class frCornerTypeEnum enum
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/tech/
H A DfrConstraint.h1990 : cornerType(frCornerTypeEnum::UNKNOWN), in frLef58CornerSpacingConstraint()
2012 frCornerTypeEnum getCornerType() const { return cornerType; } in getCornerType()
2052 void setCornerType(frCornerTypeEnum in) { cornerType = in; } in setCornerType()
2103 frCornerTypeEnum cornerType;
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/io/
H A Dio.cpp955 rptr->setCornerType(frCornerTypeEnum::CONVEX); in setRoutingLayerProperties()
972 rptr->setCornerType(frCornerTypeEnum::CONCAVE); in setRoutingLayerProperties()