aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-08-01 20:32:15 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-08-01 20:32:15 +0200
commit79b844f09c8bc8b33751769990c3ad64c2293676 (patch)
treeb122578c461eda1d574d0b6b3ba1f32a32bc6913 /common
parent1d6ec0fb8c1c2e68e7f21d724a3e30f7fcab4775 (diff)
downloadnextpnr-79b844f09c8bc8b33751769990c3ad64c2293676.tar.gz
nextpnr-79b844f09c8bc8b33751769990c3ad64c2293676.tar.bz2
nextpnr-79b844f09c8bc8b33751769990c3ad64c2293676.zip
Removes unnecessary unlock causing trouble with placer
Diffstat (limited to 'common')
-rw-r--r--common/placer1.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/placer1.cc b/common/placer1.cc
index 68db9650..fc679b50 100644
--- a/common/placer1.cc
+++ b/common/placer1.cc
@@ -193,7 +193,6 @@ class SAPlacer
if (temp <= 1e-3 && n_no_progress >= 5) {
if (iter % 5 != 0)
log_info(" at iteration #%d: temp = %f, cost = %f\n", iter, temp, double(curr_metric));
- ctx->unlock();
break;
}