aboutsummaryrefslogtreecommitdiffstats
path: root/common/route.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-16 16:54:57 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-16 16:54:57 +0200
commitc4241db1177b6caf1d5c44d83d434136c16e3dd4 (patch)
treeb800736aab6b5878ca598b2c08fa4f16162d1bde /common/route.cc
parentad0df6cea898d5d524ea90040e21298a5567b635 (diff)
downloadnextpnr-c4241db1177b6caf1d5c44d83d434136c16e3dd4.tar.gz
nextpnr-c4241db1177b6caf1d5c44d83d434136c16e3dd4.tar.bz2
nextpnr-c4241db1177b6caf1d5c44d83d434136c16e3dd4.zip
Tweaking placer and router
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common/route.cc')
-rw-r--r--common/route.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/route.cc b/common/route.cc
index 247c8840..32212c7d 100644
--- a/common/route.cc
+++ b/common/route.cc
@@ -440,8 +440,8 @@ void route_design(Design *design, bool verbose)
"routing.\n",
int(netsQueue.size()));
- ripup_pip_penalty *= 1.5;
- ripup_wire_penalty *= 1.5;
+ ripup_pip_penalty += 5;
+ ripup_wire_penalty += 5;
}
}