| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pip locations | Clifford Wolf | 2018-08-09 | 1 | -2/+2 |
* | Get rid of PortPin and BelType (ice40, generic, docs) | Clifford Wolf | 2018-08-08 | 1 | -2/+2 |
* | place_common: Fix illegal cells left after relative constraint legalisation | David Shah | 2018-08-07 | 1 | -0/+12 |
* | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40) | Clifford Wolf | 2018-08-05 | 1 | -10/+9 |
* | place_common: Remove excessively verbose debugging | David Shah | 2018-08-04 | 1 | -13/+0 |
* | clangformat | David Shah | 2018-08-04 | 1 | -4/+3 |
* | Add distance moved metrics, changing heuristics | David Shah | 2018-08-03 | 1 | -0/+30 |
* | place_common: Fixing accidental chain breakage | David Shah | 2018-08-03 | 1 | -4/+7 |
* | Adding constraint satisfaction checks for debugging | David Shah | 2018-08-03 | 1 | -1/+5 |
* | Fixing constraint placement bugs | David Shah | 2018-08-03 | 1 | -26/+46 |
* | place_common: Debugging bad relative constraint legalisation | David Shah | 2018-08-03 | 1 | -1/+31 |
* | Fixing relative constraint implementation | David Shah | 2018-08-03 | 1 | -0/+9 |
* | place_common: Relative constraints working for basic example | David Shah | 2018-08-03 | 1 | -11/+28 |
* | place_common: Fixing rel legaliser search bugs | David Shah | 2018-08-03 | 1 | -3/+3 |
* | Reworking packer and placer to use new generic rel legaliser | David Shah | 2018-08-03 | 1 | -0/+6 |
* | place_common.cc: Working on constraint legalisation | David Shah | 2018-08-03 | 1 | -13/+133 |
* | place_common: Helper functions for rel. constraints | David Shah | 2018-08-03 | 1 | -0/+121 |
* | clangformat for stuff I've touched | Eddie Hung | 2018-07-31 | 1 | -1/+2 |
* | Remove space | Eddie Hung | 2018-07-31 | 1 | -1/+0 |
* | Merge branch 'redist_slack' of gitlab.com:SymbioticEDA/nextpnr into redist_slack | Eddie Hung | 2018-07-31 | 1 | -2/+4 |
|\ |
|
| * | Fix tns computation | Eddie Hung | 2018-07-31 | 1 | -2/+3 |
| * | Modify predictDelay signature | Eddie Hung | 2018-07-30 | 1 | -5/+3 |
| * | Fix tns | Eddie Hung | 2018-07-30 | 1 | -0/+1 |
* | | Fix tns | Eddie Hung | 2018-07-30 | 1 | -0/+1 |
* | | Modify predictDelay signature | Eddie Hung | 2018-07-30 | 1 | -4/+2 |
* | | Speedup worst_slack computation | Eddie Hung | 2018-07-30 | 1 | -3/+3 |
|/ |
|
* | common: Remove use of deprecated APIs | David Shah | 2018-07-24 | 1 | -11/+11 |
* | Rename getWireBelPin to getBelPinWire | Clifford Wolf | 2018-07-22 | 1 | -2/+2 |
* | Fix placement bug with VexRiscV reported by John McMaster | David Shah | 2018-07-21 | 1 | -2/+3 |
* | refactor: Remove incorrect uses of the term 'wirelength' | David Shah | 2018-07-16 | 1 | -9/+9 |
* | Revert "Make PnR use Unlocked methods" | Sergiusz Bazanski | 2018-07-14 | 1 | -7/+7 |
* | Revert "Introduce proxies for locked access to ctx" | Sergiusz Bazanski | 2018-07-14 | 1 | -10/+85 |
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 1 | -1/+1 |
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 1 | -1/+1 |
* | Introduce proxies for locked access to ctx | Sergiusz Bazanski | 2018-07-13 | 1 | -85/+10 |
* | Make PnR use Unlocked methods | Sergiusz Bazanski | 2018-07-13 | 1 | -7/+7 |
* | Improving the SA+legalisation flow | David Shah | 2018-06-29 | 1 | -1/+1 |
* | Make single-cell placer less likely to get stuck | David Shah | 2018-06-29 | 1 | -4/+4 |
* | Integrating SA placer and legaliser | David Shah | 2018-06-29 | 1 | -1/+10 |
* | Improving post-ripup placement in the legaliser | David Shah | 2018-06-27 | 1 | -1/+63 |
* | Refactor common placement functions out of SA placer for use in legaliser | David Shah | 2018-06-27 | 1 | -0/+92 |