diff options
Diffstat (limited to 'common/placer1.h')
-rw-r--r-- | common/placer1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/placer1.h b/common/placer1.h index 2c3808f0..aafc840c 100644 --- a/common/placer1.h +++ b/common/placer1.h @@ -30,6 +30,7 @@ struct Placer1Cfg : public Settings float constraintWeight; int minBelsForGridPick; bool budgetBased; + float startTemp; }; extern bool placer1(Context *ctx, Placer1Cfg cfg); |