We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5857293 commit 2ed6176Copy full SHA for 2ed6176
src/ppl/src/IOPlacer.cpp
@@ -1897,7 +1897,8 @@ void IOPlacer::initMirroredPins(bool annealing)
1897
1898
void IOPlacer::initExcludedIntervals()
1899
{
1900
- for (const odb::Rect& excluded_region : getBlock()->getBlockedRegionsForPins()) {
+ for (const odb::Rect& excluded_region :
1901
+ getBlock()->getBlockedRegionsForPins()) {
1902
Interval excluded_interv = findIntervalFromRect(excluded_region);
1903
excluded_intervals_.push_back(excluded_interv);
1904
}
0 commit comments