aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer1.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/placer1.h')
-rw-r--r--common/placer1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/placer1.h b/common/placer1.h
index 08edb2c4..1356db3e 100644
--- a/common/placer1.h
+++ b/common/placer1.h
@@ -32,6 +32,8 @@ struct Placer1Cfg
bool budgetBased;
float startTemp;
int timingFanoutThresh;
+ bool timing_driven;
+ int slack_redist_iter;
};
extern bool placer1(Context *ctx, Placer1Cfg cfg);