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