diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-17 16:14:58 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-17 16:14:58 +0200 |
commit | 4fe8ba5e9ae9e3676ff1276473854dd667794b5c (patch) | |
tree | 4e3368abd94bb4f9bf4c7e91bb06d47d13122fe5 /common/route.cc | |
parent | 105cde328bb228cbba37cbd730dc60a206d5a219 (diff) | |
parent | f66999a8830c5829872b93ce15491de1673cb4e3 (diff) | |
download | nextpnr-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.cc | 4 |
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; } } |