diff options
Diffstat (limited to 'common/timing_opt.cc')
| -rw-r--r-- | common/timing_opt.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/common/timing_opt.cc b/common/timing_opt.cc index 851a20d7..6aa120ae 100644 --- a/common/timing_opt.cc +++ b/common/timing_opt.cc @@ -466,7 +466,7 @@ class TimingOptimiser          }          IdString last_cell; -        const int d = 5; // FIXME: how to best determine d +        const int d = 2; // FIXME: how to best determine d          for (auto cell : path_cells) {              // FIXME: when should we allow swapping due to a lack of candidates              find_neighbours(ctx->cells[cell].get(), last_cell, d, false);  | 
