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 aafc840c..a0eabbb0 100644 --- a/common/placer1.h +++ b/common/placer1.h @@ -31,6 +31,7 @@ struct Placer1Cfg : public Settings int minBelsForGridPick; bool budgetBased; float startTemp; + int timingFanoutThresh; }; extern bool placer1(Context *ctx, Placer1Cfg cfg); |