Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use hashlib in routers | gatecat | 2021-06-02 | 1 | -33/+30 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Add initial handling of local site inverters and constant signals. | Keith Rothman | 2021-03-25 | 1 | -2/+3 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | Use NEXTPNR_NAMESPACE macro's now that headers are seperated. | Keith Rothman | 2021-03-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | Use scope in router1/2 and placer1. | Keith Rothman | 2021-03-01 | 1 | -4/+4 |
| | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> | ||||
* | router1: Support for multiple bel pins per cell pin | gatecat | 2021-02-10 | 1 | -62/+78 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Start making use of getBelPinsForCellPin API | gatecat | 2021-02-10 | 1 | -5/+5 |
| | | | | | | | | | | | | This replaces getNetinfoSinkWire with 3 new functions for different use cases. At the moment all existing code has been moved to getNetinfoSinkWire with phys_idx=0 so the build doesn't break; but this won't yet function properly with more than one sink. But it provides a base on which to work on refactoring the routers to support this case. Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | router1: Fix same-source-dest case | David Shah | 2020-11-30 | 1 | -0/+14 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Merge pull request #391 from YosysHQ/router2-upstream | David Shah | 2020-02-04 | 1 | -1/+1 |
|\ | | | | | Upstreaming router2 | ||||
| * | router2: Improvements | David Shah | 2020-02-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | Merge pull request #385 from YosysHQ/router1-arc-fixes | David Shah | 2020-02-03 | 1 | -1/+25 |
|\ \ | |/ |/| | Fixes for partial reconfig demo | ||||
| * | Fixes for partial reconfig demo | David Shah | 2020-01-18 | 1 | -1/+25 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | 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 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | router1: Print route time | David Shah | 2019-01-30 | 1 | -0/+4 |
| | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Merge pull request #138 from YosysHQ/refactor_log | David Shah | 2018-11-26 | 1 | -1/+2 |
|\ | | | | | Tidy up logging code, add log file support, make timing failures non-fatal errors | ||||
| * | Change the log level of some timing-related messages | David Shah | 2018-11-21 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | router1: Fix unrouted, undriven nets | David Shah | 2018-11-21 | 1 | -1/+6 |
|/ | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | Add missing router1 ctx->yield() calls | Clifford Wolf | 2018-11-20 | 1 | -0/+2 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | clangformat | David Shah | 2018-11-16 | 1 | -10/+11 |
| | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | 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 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Improve router1 debug output, switch to nameOf APIs | Clifford Wolf | 2018-11-13 | 1 | -41/+44 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Various router1 fixes, Add BelId/WireId/PipId::operator<() | Clifford Wolf | 2018-11-13 | 1 | -13/+62 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fix router1 check for ECP5 | David Shah | 2018-11-12 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
| * | clangformat | Clifford Wolf | 2018-11-11 | 1 | -170/+178 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Another router1 bugfix | Clifford Wolf | 2018-11-11 | 1 | -61/+54 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add getConflictingWireWire() arch API, streamline getConflictingXY semantic | Clifford Wolf | 2018-11-11 | 1 | -104/+117 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Ignore "duplicate" arcs in the same net in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add some additional checks to router1 to find issues in input netlist | Clifford Wolf | 2018-11-11 | 1 | -0/+23 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add getConflictingPipWire() arch API, router1 improvements | Clifford Wolf | 2018-11-11 | 1 | -20/+42 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Another bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Bugfix in router1 | Clifford Wolf | 2018-11-11 | 1 | -3/+7 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Minor improvements in router1 | Clifford Wolf | 2018-11-11 | 1 | -4/+9 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Some router1 cleanups | Clifford Wolf | 2018-11-10 | 1 | -12/+39 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Add checkers and assertions to router1 and other improvements | Clifford Wolf | 2018-11-10 | 1 | -41/+278 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fixes and cleanups in router1 | Clifford Wolf | 2018-11-10 | 1 | -10/+10 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fix log msg typo | Clifford Wolf | 2018-11-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Improve router console output | Clifford Wolf | 2018-11-09 | 1 | -10/+13 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Fixes and improvements in new router | Clifford Wolf | 2018-11-09 | 1 | -14/+55 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Essentially a rewrite router1 | Clifford Wolf | 2018-11-09 | 1 | -782/+336 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | 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 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | timing: Improve Fmax output and print cross-clock paths | David Shah | 2018-11-12 | 1 | -1/+1 |
| |/ |/| | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | ecp5: Use ArchNetInfo to mark global nets to ignore | David Shah | 2018-09-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | | ecp5: Global router produces a working bitstream | David Shah | 2018-09-29 | 1 | -0/+6 |
|/ | | | | Signed-off-by: David Shah <davey1576@gmail.com> | ||||
* | Use settings for placer1 and router1 | Miodrag Milanovic | 2018-08-09 | 1 | -1/+9 |
| | |||||
* | API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40) | Clifford Wolf | 2018-08-05 | 1 | -21/+21 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> |