aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer1.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/placer1.h')
-rw-r--r--common/placer1.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/placer1.h b/common/placer1.h
index 4c7c7339..1356db3e 100644
--- a/common/placer1.h
+++ b/common/placer1.h
@@ -19,12 +19,12 @@
#ifndef PLACE_H
#define PLACE_H
+#include "log.h"
#include "nextpnr.h"
-#include "settings.h"
NEXTPNR_NAMESPACE_BEGIN
-struct Placer1Cfg : public Settings
+struct Placer1Cfg
{
Placer1Cfg(Context *ctx);
float constraintWeight;
@@ -32,6 +32,8 @@ struct Placer1Cfg : public Settings
bool budgetBased;
float startTemp;
int timingFanoutThresh;
+ bool timing_driven;
+ int slack_redist_iter;
};
extern bool placer1(Context *ctx, Placer1Cfg cfg);