From 0cb351df52396dfa440ecebf6db148445f0afee2 Mon Sep 17 00:00:00 2001 From: David Shah Date: Mon, 10 Dec 2018 18:53:21 +0000 Subject: placer1: New temperature heuristic Signed-off-by: David Shah --- common/placer1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/placer1.h') 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); -- cgit v1.2.3