Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/drObj/
H A DdrShape.cpp50 drPatchWire::drPatchWire(const frPatchWire& in) in drPatchWire() function in drPatchWire
H A DdrShape.h253 class drPatchWire : public drShape
257 drPatchWire() in drPatchWire() function
259 drPatchWire(const drPatchWire& in) in drPatchWire() function
265 drPatchWire(const frPatchWire& in);
H A DdrNet.h125 std::unique_ptr<drConnFig> uPtr = std::make_unique<drPatchWire>( in setBestRouteConnFigs()
126 *static_cast<drPatchWire*>(uConnFig.get())); in setBestRouteConnFigs()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/gc/
H A DFlexGC.h38 class drPatchWire; variable
64 const std::vector<std::unique_ptr<drPatchWire>>& getPWires() const;
H A DFlexGC.cpp142 const std::vector<std::unique_ptr<drPatchWire>>& FlexGCWorker::getPWires() const in getPWires()
H A DFlexGC_init.cpp251 auto pwire = static_cast<drPatchWire*>(obj.get()); in addNonTaperedPatches()
345 auto pwire = static_cast<drPatchWire*>(obj); in initDRObj()
H A DFlexGC_impl.h147 std::vector<std::unique_ptr<drPatchWire>> pwires_;
H A DFlexGC_main.cpp3061 auto patch = make_unique<drPatchWire>(); in patchMetalShape_helper()
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/db/obj/
H A DfrShape.cpp55 frPatchWire::frPatchWire(const drPatchWire& in) in frPatchWire()
H A DfrShape.h40 class drPatchWire; variable
203 frPatchWire(const drPatchWire& in);
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/dr/
H A DFlexDR_end.cpp310 void FlexDRWorker::endAddNets_patchWire(frDesign* design, drPatchWire* pwire) in endAddNets_patchWire()
470 endAddNets_patchWire(design, static_cast<drPatchWire*>(connFig.get())); in endAddNets()
H A DFlexDR_init.cpp249 auto uPWire = make_unique<drPatchWire>(*pwire); in initNetObjs_patchWire()
253 auto uPWire = make_unique<drPatchWire>(*pwire); in initNetObjs_patchWire()
526 auto obj = static_cast<drPatchWire*>(connFig); in initNets_searchRepair_nodeMap_routeObjEnd()
1816 auto obj2 = static_cast<drPatchWire*>(connFig2); in initNets_boundaryArea()
1847 auto obj2 = static_cast<drPatchWire*>(connFig2); in initNets_boundaryArea()
2586 auto obj = static_cast<drPatchWire*>(connFig); in initMazeCost_marker_route_queue_addHistoryCost()
H A DFlexDR_graphics.cpp439 auto patch = (drPatchWire*) fig; in drawObj()
H A DFlexDR_maze.cpp1669 auto obj = static_cast<drPatchWire*>(connFig); in modPathCost()
1819 auto tmpPWire = make_unique<drPatchWire>(); in route_queue()
1919 auto tmpPWire = make_unique<drPatchWire>(); in route_queue_main()
3159 auto tmpPatch = make_unique<drPatchWire>(); in routeNet_postAstarAddPatchMetal_addPWire()
H A DFlexDR.h943 void endAddNets_patchWire(frDesign* design, drPatchWire* pwire);
/dports/cad/openroad/OpenROAD-2.0/src/TritonRoute/src/
H A Dglobal.cpp278 auto p = static_cast<const drPatchWire*>(&fig); in operator <<()