aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerge Bazanski <sergiusz@q3k.org>2018-08-01 20:14:16 +0100
committerGitHub <noreply@github.com>2018-08-01 20:14:16 +0100
commit97b16c6a5f81ac7643dfe5d811628ec076a3fc7d (patch)
tree163449b7b5e091c5d40dd19d5f3385805fe68b74
parente64dd3b3dd9aaa4c3205a230af0666e0c5c9f83e (diff)
parent79b844f09c8bc8b33751769990c3ad64c2293676 (diff)
downloadnextpnr-97b16c6a5f81ac7643dfe5d811628ec076a3fc7d.tar.gz
nextpnr-97b16c6a5f81ac7643dfe5d811628ec076a3fc7d.tar.bz2
nextpnr-97b16c6a5f81ac7643dfe5d811628ec076a3fc7d.zip
Merge pull request #8 from mmicko/fix-lock
Removes unnecessary unlock causing trouble with placer
-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;
}