| Commit message (Expand) | Author | Age | Files | Lines |
* | Update placers to use new cluster APIs | gatecat | 2021-05-06 | 1 | -130/+78 |
* | Refactor some common code to CellInfo methods | gatecat | 2021-02-23 | 1 | -8/+0 |
* | Remove isValidBelForCell | gatecat | 2021-02-16 | 1 | -5/+12 |
* | ecp5: Proof-of-concept using IdStringList for bel names | D. Shah | 2021-02-02 | 1 | -4/+3 |
* | Run "make clangformat". | Keith Rothman | 2021-02-02 | 1 | -1/+2 |
* | Initial refactoring of placer API. | Keith Rothman | 2021-02-02 | 1 | -2/+2 |
* | moved some context variables to settings | Miodrag Milanovic | 2019-06-15 | 1 | -1/+1 |
* | placer1: Consider regions during placement | David Shah | 2019-03-22 | 1 | -0/+8 |
* | placer1: Allow chain position swaps after legalisation | David Shah | 2019-03-22 | 1 | -2/+2 |
* | clangformat | David Shah | 2018-11-16 | 1 | -1/+2 |
* | Merge remote-tracking branch 'origin/master' into timingapi | Eddie Hung | 2018-11-14 | 1 | -10/+12 |
|\ |
|
| * | [placer1] Only increase temperature if legaliser moved something | Eddie Hung | 2018-11-13 | 1 | -10/+12 |
| * | [common] Fix 'after after' | Eddie Hung | 2018-11-13 | 1 | -2/+2 |
* | | [timing] Resolve another merge conflict | Eddie Hung | 2018-11-13 | 1 | -2/+2 |
|/ |
|
* | [placer1] Tidy up logic | Eddie Hung | 2018-11-13 | 1 | -3/+3 |
* | [placer1] Actually check for TMG_IGNORE! | Eddie Hung | 2018-11-10 | 1 | -1/+1 |
* | [placer1] Ignore timing of TMG_IGNORE nets | Eddie Hung | 2018-11-10 | 1 | -5/+5 |
* | placer: Fix conflicts during constraint legalisation | David Shah | 2018-10-11 | 1 | -0/+6 |
* | clangformat | David Shah | 2018-09-30 | 1 | -1/+2 |
* | 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 |