| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixing old emails and names in copyrights | gatecat | 2021-06-12 | 1 | -1/+1 |
* | Use hashlib in routers | gatecat | 2021-06-02 | 1 | -33/+30 |
* | Add initial handling of local site inverters and constant signals. | Keith Rothman | 2021-03-25 | 1 | -2/+3 |
* | Use NEXTPNR_NAMESPACE macro's now that headers are seperated. | Keith Rothman | 2021-03-15 | 1 | -1/+1 |
* | Use scope in router1/2 and placer1. | Keith Rothman | 2021-03-01 | 1 | -4/+4 |
* | router1: Support for multiple bel pins per cell pin | gatecat | 2021-02-10 | 1 | -62/+78 |
* | Start making use of getBelPinsForCellPin API | gatecat | 2021-02-10 | 1 | -5/+5 |
* | router1: Fix same-source-dest case | David Shah | 2020-11-30 | 1 | -0/+14 |
* | Merge pull request #391 from YosysHQ/router2-upstream | David Shah | 2020-02-04 | 1 | -1/+1 |
|\ |
|
| * | router2: Improvements | David Shah | 2020-02-03 | 1 | -1/+1 |
* | | Merge pull request #385 from YosysHQ/router1-arc-fixes | David Shah | 2020-02-03 | 1 | -1/+25 |
|\ \
| |/
|/| |
|
| * | Fixes for partial reconfig demo | David Shah | 2020-01-18 | 1 | -1/+25 |
* | | Update formatting | Miodrag Milanovic | 2020-02-02 | 1 | -4/+4 |
* | | Better formatting | Miodrag Milanovic | 2020-02-02 | 1 | -5/+4 |
* | | Add spent time info to report | Miodrag Milanovic | 2020-02-02 | 1 | -9/+16 |
|/ |
|
* | No need for settings class | Miodrag Milanovic | 2019-06-15 | 1 | -5/+5 |
* | clangformat | David Shah | 2019-02-08 | 1 | -1/+1 |
* | router1: Print route time | David Shah | 2019-01-30 | 1 | -0/+4 |
* | Merge pull request #138 from YosysHQ/refactor_log | David Shah | 2018-11-26 | 1 | -1/+2 |
|\ |
|
| * | Change the log level of some timing-related messages | David Shah | 2018-11-21 | 1 | -1/+2 |
* | | router1: Fix unrouted, undriven nets | David Shah | 2018-11-21 | 1 | -1/+6 |
|/ |
|
* | Add missing router1 ctx->yield() calls | Clifford Wolf | 2018-11-20 | 1 | -0/+2 |
* | clangformat | David Shah | 2018-11-16 | 1 | -10/+11 |
* | Merge remote-tracking branch 'origin/master' into timingapi | Eddie Hung | 2018-11-13 | 1 | -716/+721 |
|\ |
|
| * | Minor router1 debug log improvements | Clifford Wolf | 2018-11-13 | 1 | -2/+8 |
| * | Improve router1 debug output, switch to nameOf APIs | Clifford Wolf | 2018-11-13 | 1 | -41/+44 |
| * | Various router1 fixes, Add BelId/WireId/PipId::operator<() | Clifford Wolf | 2018-11-13 | 1 | -13/+62 |
| * | Fix router1 check for ECP5 | David Shah | 2018-11-12 | 1 | -0/+5 |
| * | clangformat | Clifford Wolf | 2018-11-11 | 1 | -170/+178 |
| * | Another router1 bugfix | Clifford Wolf | 2018-11-11 | 1 | -61/+54 |
| * | Add getConflictingWireWire() arch API, streamline getConflictingXY semantic | Clifford Wolf | 2018-11-11 | 1 | -104/+117 |
| * | Ignore "duplicate" arcs in the same net in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+4 |
| * | Add some additional checks to router1 to find issues in input netlist | Clifford Wolf | 2018-11-11 | 1 | -0/+23 |
| * | Add getConflictingPipWire() arch API, router1 improvements | Clifford Wolf | 2018-11-11 | 1 | -20/+42 |
| * | Another bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+1 |
| * | Bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -3/+7 |
| * | Minor improvements in router1 | Clifford Wolf | 2018-11-11 | 1 | -4/+9 |
| * | Some router1 cleanups | Clifford Wolf | 2018-11-10 | 1 | -12/+39 |
| * | Add checkers and assertions to router1 and other improvements | Clifford Wolf | 2018-11-10 | 1 | -41/+278 |
| * | Fixes and cleanups in router1 | Clifford Wolf | 2018-11-10 | 1 | -10/+10 |
| * | Fix log msg typo | Clifford Wolf | 2018-11-09 | 1 | -1/+1 |
| * | Improve router console output | Clifford Wolf | 2018-11-09 | 1 | -10/+13 |
| * | Fixes and improvements in new router | Clifford Wolf | 2018-11-09 | 1 | -14/+55 |
| * | Essentially a rewrite router1 | Clifford Wolf | 2018-11-09 | 1 | -782/+336 |
| * | Merge branch 'master' of github.com:YosysHQ/nextpnr into router_improve | Clifford Wolf | 2018-11-09 | 1 | -0/+6 |
| |\ |
|
| * | | Dispose of far too long routes earlier (use 3x est. delay as limit) | Clifford Wolf | 2018-09-04 | 1 | -12/+21 |
* | | | timing: Improve Fmax output and print cross-clock paths | David Shah | 2018-11-12 | 1 | -1/+1 |
| |/
|/| |
|
* | | ecp5: Use ArchNetInfo to mark global nets to ignore | David Shah | 2018-09-29 | 1 | -1/+1 |
* | | ecp5: Global router produces a working bitstream | David Shah | 2018-09-29 | 1 | -0/+6 |
|/ |
|
* | Use settings for placer1 and router1 | Miodrag Milanovic | 2018-08-09 | 1 | -1/+9 |