aboutsummaryrefslogtreecommitdiffstats
path: root/common/route.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-06-17 16:14:58 +0200
committerClifford Wolf <clifford@clifford.at>2018-06-17 16:14:58 +0200
commit4fe8ba5e9ae9e3676ff1276473854dd667794b5c (patch)
tree4e3368abd94bb4f9bf4c7e91bb06d47d13122fe5 /common/route.cc
parent105cde328bb228cbba37cbd730dc60a206d5a219 (diff)
parentf66999a8830c5829872b93ce15491de1673cb4e3 (diff)
downloadnextpnr-4fe8ba5e9ae9e3676ff1276473854dd667794b5c.tar.gz
nextpnr-4fe8ba5e9ae9e3676ff1276473854dd667794b5c.tar.bz2
nextpnr-4fe8ba5e9ae9e3676ff1276473854dd667794b5c.zip
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into chipdbng
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 32212c7d..247c8840 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 += 5;
- ripup_wire_penalty += 5;
+ ripup_pip_penalty *= 1.5;
+ ripup_wire_penalty *= 1.5;
}
}