aboutsummaryrefslogtreecommitdiffstats
path: root/common/route.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-17 16:18:59 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-17 16:18:59 +0200
commit2f9810a346e35de0dfe00607ee462436af545429 (patch)
treec79f173c94b16b41984293982c887553d4532778 /common/route.cc
parentf66999a8830c5829872b93ce15491de1673cb4e3 (diff)
downloadnextpnr-2f9810a346e35de0dfe00607ee462436af545429.tar.gz
nextpnr-2f9810a346e35de0dfe00607ee462436af545429.tar.bz2
nextpnr-2f9810a346e35de0dfe00607ee462436af545429.zip
Speed up placer
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..4cd2aa99 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 += 15;
+ ripup_wire_penalty += 15;
}
}