aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer1.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/placer1.h')
-rw-r--r--common/placer1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/placer1.h b/common/placer1.h
index 7305f4b1..4c7c7339 100644
--- a/common/placer1.h
+++ b/common/placer1.h
@@ -29,9 +29,13 @@ struct Placer1Cfg : public Settings
Placer1Cfg(Context *ctx);
float constraintWeight;
int minBelsForGridPick;
+ bool budgetBased;
+ float startTemp;
+ int timingFanoutThresh;
};
extern bool placer1(Context *ctx, Placer1Cfg cfg);
+extern bool placer1_refine(Context *ctx, Placer1Cfg cfg);
NEXTPNR_NAMESPACE_END