diff options
Diffstat (limited to 'common/placer1.h')
-rw-r--r-- | common/placer1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/placer1.h b/common/placer1.h index 1356db3e..cf66151c 100644 --- a/common/placer1.h +++ b/common/placer1.h @@ -27,13 +27,14 @@ NEXTPNR_NAMESPACE_BEGIN struct Placer1Cfg { Placer1Cfg(Context *ctx); - float constraintWeight; + float constraintWeight, netShareWeight; int minBelsForGridPick; bool budgetBased; float startTemp; int timingFanoutThresh; bool timing_driven; int slack_redist_iter; + int hpwl_scale_x, hpwl_scale_y; }; extern bool placer1(Context *ctx, Placer1Cfg cfg); |