| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 1 | -1/+1 |
* | Use hashlib in most remaining code | gatecat | 2021-06-02 | 1 | -10/+8 |
* | Use hashlib for core netlist structures | gatecat | 2021-06-02 | 1 | -3/+3 |
* | Update placers to use new cluster APIs | gatecat | 2021-05-06 | 1 | -4/+3 |
* | Hash table refactoring | gatecat | 2021-04-14 | 1 | -41/+4 |
* | opt-timing: Skip undriven nets | gatecat | 2021-03-15 | 1 | -0/+2 |
* | timing: Replace all users of criticality with new engine | gatecat | 2021-03-04 | 1 | -34/+28 |
* | Replace DelayInfo with DelayPair/DelayQuad | gatecat | 2021-02-19 | 1 | -2/+2 |
* | generic: Use IdStringList for all arch object names | D. Shah | 2021-02-02 | 1 | -1/+1 |
* | ecp5: Proof-of-concept using IdStringList for bel names | D. Shah | 2021-02-02 | 1 | -5/+4 |
* | Initial refactoring of placer API. | Keith Rothman | 2021-02-02 | 1 | -1/+1 |
* | Gowin target (#542) | Pepijn de Vos | 2020-12-30 | 1 | -1/+1 |
* | clangformat | David Shah | 2020-05-16 | 1 | -3/+2 |
* | timing_opt: Add locks to optimise() | Alyssa Milburn | 2019-04-16 | 1 | -0/+2 |
* | timing_opt: Fix generic build | David Shah | 2018-12-07 | 1 | -1/+2 |
* | timing_opt: Reduce iterations to 30, tidy up logging | David Shah | 2018-12-06 | 1 | -16/+12 |
* | timing_opt: Reduce search diameter to 2 | David Shah | 2018-12-06 | 1 | -1/+1 |
* | timing_opt: Neighbour related fixes | David Shah | 2018-12-06 | 1 | -8/+23 |
* | timing_opt: Improve heuristics | David Shah | 2018-12-06 | 1 | -20/+43 |
* | timing_opt: Fix criticality and cost calculations | David Shah | 2018-12-06 | 1 | -23/+17 |
* | timing: Fixes to criticality calculation | David Shah | 2018-12-06 | 1 | -3/+9 |
* | clangformat | David Shah | 2018-12-06 | 1 | -80/+90 |
* | timing_opt: Fixes including single-move legality | David Shah | 2018-12-06 | 1 | -16/+53 |
* | timing_opt: Debugging and integration | David Shah | 2018-12-06 | 1 | -14/+113 |
* | timing_opt: Implement the BFS-based path optimisation | David Shah | 2018-12-06 | 1 | -34/+152 |
* | timing_opt: Implement critical path finder | David Shah | 2018-12-06 | 1 | -0/+114 |
* | timing_opt: Neigbour bel validity checking | David Shah | 2018-12-06 | 1 | -5/+48 |
* | timing_opt: Functions to calculate arc delay limits | David Shah | 2018-12-06 | 1 | -3/+52 |
* | timing_opt: Implement neighbour Bel finder | David Shah | 2018-12-06 | 1 | -0/+77 |
* | timing: Add criticality calculation to timing analysis | David Shah | 2018-12-06 | 1 | -0/+42 |