aboutsummaryrefslogtreecommitdiffstats
path: root/common/placer1.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2018-12-10 18:53:21 +0000
committerDavid Shah <dave@ds0.me>2019-03-22 10:31:54 +0000
commit0cb351df52396dfa440ecebf6db148445f0afee2 (patch)
tree32bc1e18d79c2eebe8b3d2f744e85a9fefb5ed2a /common/placer1.h
parent222abb5be29a95538f37ed28760df68b037b2a52 (diff)
downloadnextpnr-0cb351df52396dfa440ecebf6db148445f0afee2.tar.gz
nextpnr-0cb351df52396dfa440ecebf6db148445f0afee2.tar.bz2
nextpnr-0cb351df52396dfa440ecebf6db148445f0afee2.zip
placer1: New temperature heuristic
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'common/placer1.h')
-rw-r--r--common/placer1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/placer1.h b/common/placer1.h
index 2c3808f0..aafc840c 100644
--- a/common/placer1.h
+++ b/common/placer1.h
@@ -30,6 +30,7 @@ struct Placer1Cfg : public Settings
float constraintWeight;
int minBelsForGridPick;
bool budgetBased;
+ float startTemp;
};
extern bool placer1(Context *ctx, Placer1Cfg cfg);