From 254c5ea3599bb78051642030c410bcb79c17699a Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 2 Dec 2018 13:15:39 +0000 Subject: clangformat Signed-off-by: David Shah --- ice40/arch.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ice40/arch.cc') diff --git a/ice40/arch.cc b/ice40/arch.cc index 5cd55774..98e6d4c7 100644 --- a/ice40/arch.cc +++ b/ice40/arch.cc @@ -26,8 +26,8 @@ #include "nextpnr.h" #include "placer1.h" #include "router1.h" -#include "util.h" #include "timing_opt.h" +#include "util.h" NEXTPNR_NAMESPACE_BEGIN @@ -627,8 +627,9 @@ bool Arch::getBudgetOverride(const NetInfo *net_info, const PortRef &sink, delay // ----------------------------------------------------------------------- -bool Arch::place() { - if(!placer1(getCtx(), Placer1Cfg(getCtx()))) +bool Arch::place() +{ + if (!placer1(getCtx(), Placer1Cfg(getCtx()))) return false; TimingOptCfg tocfg(getCtx()); tocfg.cellTypes.insert(id_ICESTORM_LC); -- cgit v1.2.3