| Commit message (Expand) | Author | Age | Files | Lines |
* | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40) | Clifford Wolf | 2018-08-05 | 1 | -25/+22 |
* | Merge branch 'master' into slack_histogram | Eddie Hung | 2018-08-03 | 1 | -15/+27 |
|\ |
|
| * | clangformat | David Shah | 2018-08-04 | 1 | -7/+7 |
| * | Tidy up | David Shah | 2018-08-04 | 1 | -1/+0 |
| * | Add constraint weight as a command line option | David Shah | 2018-08-03 | 1 | -4/+5 |
| * | Add distance moved metrics, changing heuristics | David Shah | 2018-08-03 | 1 | -1/+1 |
| * | placer1: Experiment with adding 'constraint distance' metric | David Shah | 2018-08-03 | 1 | -2/+11 |
| * | Adding constraint satisfaction checks for debugging | David Shah | 2018-08-03 | 1 | -7/+12 |
| * | Fixing constraint placement bugs | David Shah | 2018-08-03 | 1 | -1/+0 |
| * | Reworking packer and placer to use new generic rel legaliser | David Shah | 2018-08-03 | 1 | -9/+8 |
| * | Remove old place legaliser, set placement constraints instead (currently igno... | David Shah | 2018-08-03 | 1 | -2/+2 |
* | | Refactor timing.cc into Timing class | Eddie Hung | 2018-08-03 | 1 | -1/+1 |
|/ |
|
* | Removes unnecessary unlock causing trouble with placer | Miodrag Milanovic | 2018-08-01 | 1 | -1/+0 |
* | Fix typo | Eddie Hung | 2018-07-31 | 1 | -1/+1 |
* | Cope with slack_redist_iter == 0 | Eddie Hung | 2018-07-31 | 1 | -1/+1 |
* | Add --slack_redist_iter for ice40 | Eddie Hung | 2018-07-31 | 1 | -1/+1 |
* | assign_budget() not quietly | Eddie Hung | 2018-07-30 | 1 | -1/+1 |
* | assign_budget() after initial placement, not after pack | Eddie Hung | 2018-07-30 | 1 | -0/+1 |
* | Merge update_budget into assign_budget; update as we go along | Eddie Hung | 2018-07-28 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-28 | 1 | -7/+4 |
|\ |
|
| * | placer: only lock/unlock at beginning, yield elsewhere | Sergiusz Bazanski | 2018-07-26 | 1 | -7/+4 |
* | | Refactor | Eddie Hung | 2018-07-28 | 1 | -1/+1 |
* | | Fix min_slack computation, and print out critical path after routing | Eddie Hung | 2018-07-25 | 1 | -1/+1 |
* | | Retry clangformat | Eddie Hung | 2018-07-25 | 1 | -2/+1 |
* | | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ... | Eddie Hung | 2018-07-25 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-25 | 1 | -1/+7 |
|\| |
|
| * | ice40: support PLL40_*_PAD, fix pass-through LUT for LOCK | Sergiusz Bazanski | 2018-07-25 | 1 | -1/+7 |
* | | Merge branch 'master' into redist_slack | Eddie Hung | 2018-07-24 | 1 | -15/+11 |
|\| |
|
| * | common: Remove use of deprecated APIs | David Shah | 2018-07-24 | 1 | -15/+11 |
* | | improved is only set if we get a better metric, remove commented code | Eddie Hung | 2018-07-24 | 1 | -2/+0 |
* | | Merge branch 'master' into redist_slack | Eddie Hung | 2018-07-23 | 1 | -0/+14 |
|\| |
|
| * | Use UI lock for yielding | Sergiusz Bazanski | 2018-07-20 | 1 | -3/+3 |
| * | Move pthread yield hack into BaseCtx | Sergiusz Bazanski | 2018-07-20 | 1 | -9/+1 |
| * | WIP. | Serge Bazanski | 2018-07-17 | 1 | -0/+9 |
| * | Add basic external locking, lock from P&R | Serge Bazanski | 2018-07-17 | 1 | -0/+14 |
* | | Avoid hysteresis preventing placer from stopping | Eddie Hung | 2018-07-21 | 1 | -2/+12 |
|/ |
|
* | refactor: Remove incorrect uses of the term 'wirelength' | David Shah | 2018-07-16 | 1 | -27/+27 |
* | Revert "Make PnR use Unlocked methods" | Sergiusz Bazanski | 2018-07-14 | 1 | -19/+19 |
* | Revert "Introduce proxies for locked access to ctx" | Sergiusz Bazanski | 2018-07-14 | 1 | -100/+81 |
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 1 | -2/+2 |
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 1 | -2/+2 |
* | Introduce proxies for locked access to ctx | Sergiusz Bazanski | 2018-07-13 | 1 | -81/+100 |
* | Make PnR use Unlocked methods | Sergiusz Bazanski | 2018-07-13 | 1 | -19/+19 |
* | Add ctx->place() API | Clifford Wolf | 2018-07-11 | 1 | -0/+450 |