heap: Remove custom bounding-box type

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2022-12-07 10:02:16 +01:00
parent e260ac33ab
commit d1afd6c0f1

View File

@ -377,12 +377,6 @@ class HeAPPlacer
TimingAnalyser tmg;
struct BoundingBox
{
// Actual bounding box
int x0 = 0, x1 = 0, y0 = 0, y1 = 0;
};
dict<IdString, BoundingBox> constraint_region_bounds;
// In some cases, we can't use bindBel because we allow overlap in the earlier stages. So we use this custom