diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-17 18:22:39 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-17 18:22:39 +0200 |
commit | 8e8838c8a725abc561d74eed81385df2057c38ba (patch) | |
tree | b7767e99faf121f597442c0a62ede69380369a29 /common/route.cc | |
parent | acfef6971e8fc7b680b0f02638cf0162ceb27c25 (diff) | |
parent | 2f9810a346e35de0dfe00607ee462436af545429 (diff) | |
download | nextpnr-8e8838c8a725abc561d74eed81385df2057c38ba.tar.gz nextpnr-8e8838c8a725abc561d74eed81385df2057c38ba.tar.bz2 nextpnr-8e8838c8a725abc561d74eed81385df2057c38ba.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 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; } } |