diff options
| author | Clifford Wolf <clifford@clifford.at> | 2018-08-02 13:02:07 +0200 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2018-08-02 13:02:07 +0200 |
| commit | f9a9da6cdb6e864f04532fd1d1ab3e646319fc2d (patch) | |
| tree | d0542fcdf558552f23b8baa49f4f981bf23d1883 /common | |
| parent | 2b3f363e8975e80bb56e6adaea5604ab8fce164c (diff) | |
| parent | 81ee55c7eb2f153ba01a6ff8aba2bffc54daa9dc (diff) | |
| download | nextpnr-f9a9da6cdb6e864f04532fd1d1ab3e646319fc2d.tar.gz nextpnr-f9a9da6cdb6e864f04532fd1d1ab3e646319fc2d.tar.bz2 nextpnr-f9a9da6cdb6e864f04532fd1d1ab3e646319fc2d.zip | |
Merge branch 'master' of github.com:YosysHQ/nextpnr into reroute
Diffstat (limited to 'common')
| -rw-r--r-- | common/placer1.cc | 1 |
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; } |
