aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2018-12-02 13:15:39 +0000
committerDavid Shah <dave@ds0.me>2018-12-06 10:53:01 +0000
commit254c5ea3599bb78051642030c410bcb79c17699a (patch)
tree56f75e191ca1b8a0ca4d349b09b9d96fdb3ac796 /ice40
parente1c74ad3db06c7279b018a93416dc3be178002d5 (diff)
downloadnextpnr-254c5ea3599bb78051642030c410bcb79c17699a.tar.gz
nextpnr-254c5ea3599bb78051642030c410bcb79c17699a.tar.bz2
nextpnr-254c5ea3599bb78051642030c410bcb79c17699a.zip
clangformat
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ice40')
-rw-r--r--ice40/arch.cc7
1 files changed, 4 insertions, 3 deletions
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);