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, 1 insertions, 1 deletions
diff --git a/common/placer1.h b/common/placer1.h
index e803d592..cf66151c 100644
--- a/common/placer1.h
+++ b/common/placer1.h
@@ -27,7 +27,7 @@ NEXTPNR_NAMESPACE_BEGIN
struct Placer1Cfg
{
Placer1Cfg(Context *ctx);
- float constraintWeight;
+ float constraintWeight, netShareWeight;
int minBelsForGridPick;
bool budgetBased;
float startTemp;