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 333bda9 commit 1e1f6d5Copy full SHA for 1e1f6d5
src/pad/src/PadPlacer.cpp
@@ -1202,7 +1202,6 @@ bool PlacerPadPlacer::padSpreading(
1202
bool has_violations = false;
1203
1204
const auto& insts = getInsts();
1205
- const auto& inst_widths = getInstWidths();
1206
const double dbus = getBlock()->getDbUnitsPerMicron();
1207
const int site_width = getRow()->getSpacing();
1208
@@ -1351,7 +1350,6 @@ bool PlacerPadPlacer::padSpreading(
1351
1350
std::map<odb::dbInst*, int> PlacerPadPlacer::padSpreading(
1352
const std::map<odb::dbInst*, int>& initial_positions) const
1353
{
1354
- const auto& insts = getInsts();
1355
const auto& inst_widths = getInstWidths();
1356
1357
// Snap all positions to row index
0 commit comments