aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer1.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-02-02 16:01:40 +0000
committerDavid Shah <dave@ds0.me>2020-02-12 10:41:27 +0000
commit2c7d2f9e0c850590f306139a4eaa9135b0f2a254 (patch)
tree746574772d5f6e05bdf05e1d2ba8d8e1a45865a9 /common/placer1.h
parent9125698cb09b7f869599f47cfa9992d9712de41e (diff)
downloadnextpnr-2c7d2f9e0c850590f306139a4eaa9135b0f2a254.tar.gz
nextpnr-2c7d2f9e0c850590f306139a4eaa9135b0f2a254.tar.bz2
nextpnr-2c7d2f9e0c850590f306139a4eaa9135b0f2a254.zip
placer1: Add routeability optimisation (off by default)
Signed-off-by: David Shah <dave@ds0.me>
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;