Home
last modified time | relevance | path

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

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/db/
H A DdbNet.cpp2810 void dbNet::getWireCount(uint& wireCnt, uint& viaCnt) in getWireCount() function in odb::dbNet
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A Ddb.h2566 void getWireCount(uint& wireCnt, uint& viaCnt);
/dports/cad/openroad/OpenROAD-2.0/src/grt/src/
H A DGlobalRouter.cpp3065 db_net->getWireCount(wire_cnt, via_cnt); in findNetsObstructions()