From b732e42fa312b83bee6c122d69e0a171afca779c Mon Sep 17 00:00:00 2001 From: David Shah Date: Thu, 6 Dec 2018 11:00:16 +0000 Subject: timing_opt: Reduce iterations to 30, tidy up logging Signed-off-by: David Shah --- ice40/arch.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ice40') diff --git a/ice40/arch.cc b/ice40/arch.cc index 9dbc78bb..8f52987c 100644 --- a/ice40/arch.cc +++ b/ice40/arch.cc @@ -631,14 +631,13 @@ bool Arch::place() { if (!placer1(getCtx(), Placer1Cfg(getCtx()))) return false; - if(bool_or_default(settings, id("opt_timing"), false)) { + if (bool_or_default(settings, id("opt_timing"), false)) { TimingOptCfg tocfg(getCtx()); tocfg.cellTypes.insert(id_ICESTORM_LC); return timing_opt(getCtx(), tocfg); } else { return true; } - } bool Arch::route() { return router1(getCtx(), Router1Cfg(getCtx())); } -- cgit v1.2.3