Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [placer1] Only increase temperature if legaliser moved something | Eddie Hung | 2018-11-13 | 1 | -9/+11 | |
| | ||||||
* | [placer1] Fix require_legal polarity | Eddie Hung | 2018-11-13 | 1 | -3/+3 | |
| | ||||||
* | [common] placer to produce error when >1 cell->bel constraint | Eddie Hung | 2018-11-08 | 1 | -0/+6 | |
| | ||||||
* | clangformat | David Shah | 2018-09-30 | 1 | -5/+9 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | Merge pull request #47 from YosysHQ/settings_propagate | Clifford Wolf | 2018-08-18 | 1 | -4/+5 | |
|\ | | | | | Use settings for placer1 and router1 | |||||
| * | Use settings for placer1 and router1 | Miodrag Milanovic | 2018-08-09 | 1 | -4/+5 | |
| | | ||||||
* | | std::vector::resize() not reserve() | Eddie Hung | 2018-08-09 | 1 | -1/+1 | |
| | | ||||||
* | | Get rid of map lookup by borrowing udata to use as index into vector | Eddie Hung | 2018-08-09 | 1 | -19/+20 | |
| | | ||||||
* | | Try with vector | Eddie Hung | 2018-08-09 | 1 | -17/+47 | |
|/ | ||||||
* | Merge branch 'master' of github.com:YosysHQ/nextpnr into constids | Clifford Wolf | 2018-08-08 | 1 | -1/+4 | |
|\ | ||||||
| * | Disable assign_budget() after placement legalisation, unless slack redist | Eddie Hung | 2018-08-08 | 1 | -1/+4 | |
| | | ||||||
* | | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 1 | -8/+8 | |
|/ | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Restore initial assign_budget() call after pack(), restrict call after ↵ | Eddie Hung | 2018-08-05 | 1 | -1/+2 | |
| | | | | initial_placement to slack_redist | |||||
* | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40) | Clifford Wolf | 2018-08-05 | 1 | -25/+22 | |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | |||||
* | Merge branch 'master' into slack_histogram | Eddie Hung | 2018-08-03 | 1 | -15/+27 | |
|\ | | | | | | | | | Conflicts: common/placer1.cc | |||||
| * | clangformat | David Shah | 2018-08-04 | 1 | -7/+7 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | Tidy up | David Shah | 2018-08-04 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | Add constraint weight as a command line option | David Shah | 2018-08-03 | 1 | -4/+5 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | Add distance moved metrics, changing heuristics | David Shah | 2018-08-03 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | placer1: Experiment with adding 'constraint distance' metric | David Shah | 2018-08-03 | 1 | -2/+11 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | Adding constraint satisfaction checks for debugging | David Shah | 2018-08-03 | 1 | -7/+12 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | Fixing constraint placement bugs | David Shah | 2018-08-03 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | Reworking packer and placer to use new generic rel legaliser | David Shah | 2018-08-03 | 1 | -9/+8 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
| * | Remove old place legaliser, set placement constraints instead (currently ↵ | David Shah | 2018-08-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | ignored by placer) Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | 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 | |
| | | | | | | | | and post-route | |||||
* | | 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 | |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | |||||
* | | 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 | |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> |