aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-08-04 08:18:04 +0200
committerDavid Shah <davey1576@gmail.com>2018-08-04 08:18:04 +0200
commit082b8bf272bf09b6ea2ee7aec4682a4eb2e5bfde (patch)
tree2976db953abbdbaf344fd04c7eb1b75bf8371e2a /ice40/arch.cc
parent176a23936c8301eb567ea2a0b466dbebc598b18b (diff)
downloadnextpnr-082b8bf272bf09b6ea2ee7aec4682a4eb2e5bfde.tar.gz
nextpnr-082b8bf272bf09b6ea2ee7aec4682a4eb2e5bfde.tar.bz2
nextpnr-082b8bf272bf09b6ea2ee7aec4682a4eb2e5bfde.zip
clangformat
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/arch.cc')
-rw-r--r--ice40/arch.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ice40/arch.cc b/ice40/arch.cc
index 84856402..3934e8f0 100644
--- a/ice40/arch.cc
+++ b/ice40/arch.cc
@@ -659,7 +659,8 @@ delay_t Arch::getBudgetOverride(const NetInfo *net_info, const PortRef &sink, de
// -----------------------------------------------------------------------
-bool Arch::place() {
+bool Arch::place()
+{
Placer1Cfg cfg;
cfg.constraintWeight = placer_constraintWeight;
return placer1(getCtx(), cfg);