MCPcopy Create free account
hub / github.com/PKU-IDEA/OpenPARF / clockRegionMapSize

Method clockRegionMapSize

openparf/database/placedb.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277std::pair<PlaceDB::IndexType, PlaceDB::IndexType> PlaceDB::clockRegionMapSize() const {
278 return std::make_pair(db_->layout().clockRegionMap().width(), db_->layout().clockRegionMap().height());
279}
280
281void PlaceDB::apply(std::vector<PlaceDB::Point3DType> const &locs) {
282 auto &design = db_->design();

Callers 3

genCrIdRsrcId2SiteMapMethod · 0.80
build_fence_region_opFunction · 0.80
build_cr_ck_opFunction · 0.80

Calls 2

widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected