heap: Remove custom bounding-box type
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
e260ac33ab
commit
d1afd6c0f1
@ -377,12 +377,6 @@ class HeAPPlacer
|
|||||||
|
|
||||||
TimingAnalyser tmg;
|
TimingAnalyser tmg;
|
||||||
|
|
||||||
struct BoundingBox
|
|
||||||
{
|
|
||||||
// Actual bounding box
|
|
||||||
int x0 = 0, x1 = 0, y0 = 0, y1 = 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
dict<IdString, BoundingBox> constraint_region_bounds;
|
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
|
// In some cases, we can't use bindBel because we allow overlap in the earlier stages. So we use this custom
|
||||||
|
Loading…
Reference in New Issue
Block a user