We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57dad1 commit 5b68b22Copy full SHA for 5b68b22
src/ppl/src/IOPlacer.cpp
@@ -1807,7 +1807,14 @@ void IOPlacer::initConstraints(bool annealing)
1807
constraints_no_slots++;
1808
}
1809
} else {
1810
- logger_->error(PPL, 76, "Constraint does not have available slots.");
+ logger_->error(PPL,
1811
+ 76,
1812
+ "Constraint with {} pins on region {:.2f}um-{:.2f}um on "
1813
+ "the {} edge does not have available slots.",
1814
+ constraint.pin_list.size(),
1815
+ getBlock()->dbuToMicrons(region_begin),
1816
+ getBlock()->dbuToMicrons(region_end),
1817
+ region_edge);
1818
1819
1820
0 commit comments