diff options
Diffstat (limited to 'common/placer_heap.h')
-rw-r--r-- | common/placer_heap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/placer_heap.h b/common/placer_heap.h index f2f78d51..46c00503 100644 --- a/common/placer_heap.h +++ b/common/placer_heap.h @@ -42,6 +42,9 @@ struct PlacerHeapCfg float solverTolerance; bool placeAllAtOnce; + int hpwl_scale_x, hpwl_scale_y; + int spread_scale_x, spread_scale_y; + // These cell types will be randomly locked to prevent singular matrices std::unordered_set<IdString> ioBufTypes; // These cell types are part of the same unit (e.g. slices split into |