Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clangformat | Clifford Wolf | 2018-08-02 | 1 | -24/+20 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Fix router1 cleanupReroute() for "drive-by nets" | Clifford Wolf | 2018-08-02 | 1 | -25/+32 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add Router1Cfg | Clifford Wolf | 2018-08-02 | 1 | -22/+31 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Improve router1 cleanupReroute | Clifford Wolf | 2018-08-02 | 1 | -15/+45 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | Add reroute pass and other router1 tweaks | Clifford Wolf | 2018-08-01 | 1 | -22/+95 |
| | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | router: release lock on failure to unblock UI | Sergiusz Bazanski | 2018-08-01 | 1 | -0/+3 |
| | |||||
* | Cope with slack_redist_iter == 0 | Eddie Hung | 2018-07-31 | 1 | -1/+1 |
| | |||||
* | clangformat for stuff I've touched | Eddie Hung | 2018-07-31 | 1 | -1/+2 |
| | |||||
* | Modify the getNetinfo*() functions and getBudgetOverride() to not use | Eddie Hung | 2018-07-31 | 1 | -6/+6 |
| | | | | user_idx and to take a PortRef& instead | ||||
* | Add --slack_redist_iter for ice40 | Eddie Hung | 2018-07-31 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-29 | 1 | -1/+1 |
|\ | |||||
| * | fix randtag bug in router1 | Clifford Wolf | 2018-07-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Merge update_budget into assign_budget; update as we go along | Eddie Hung | 2018-07-28 | 1 | -1/+1 |
| | | |||||
* | | Refactor | Eddie Hung | 2018-07-28 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-26 | 1 | -2/+2 |
|\| | |||||
| * | Fix router1 locking in NDEBUG builds | Clifford Wolf | 2018-07-26 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | Fix min_slack computation, and print out critical path after routing | Eddie Hung | 2018-07-25 | 1 | -1/+1 |
| | | |||||
* | | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ↵ | Eddie Hung | 2018-07-25 | 1 | -0/+1 |
| | | | | | | | | and post-route | ||||
* | | Oops | Eddie Hung | 2018-07-23 | 1 | -1/+1 |
| | | |||||
* | | Simplify and use Arch::getNetinfoRouteDelay() for update_budget() | Eddie Hung | 2018-07-23 | 1 | -32/+4 |
| | | |||||
* | | Merge branch 'master' into redist_slack | Eddie Hung | 2018-07-23 | 1 | -177/+100 |
|\| | |||||
| * | clangformat | Clifford Wolf | 2018-07-23 | 1 | -18/+22 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Move common patterns from router1 to Context API | Clifford Wolf | 2018-07-22 | 1 | -150/+64 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | clangformat | Clifford Wolf | 2018-07-22 | 1 | -30/+25 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into ↵ | Sergiusz Bazanski | 2018-07-21 | 1 | -93/+347 |
| |\ | | | | | | | | | | q3k/lock-2-electric-boogaloo | ||||
| * | | Use UI lock for yielding | Sergiusz Bazanski | 2018-07-20 | 1 | -5/+7 |
| | | | |||||
| * | | Move pthread yield hack into BaseCtx | Sergiusz Bazanski | 2018-07-20 | 1 | -0/+1 |
| | | | |||||
| * | | WIP. | Serge Bazanski | 2018-07-17 | 1 | -0/+2 |
| | | | |||||
| * | | Add basic external locking, lock from P&R | Serge Bazanski | 2018-07-17 | 1 | -0/+7 |
| | | | |||||
* | | | Fix delay function used for update_budget() | Eddie Hung | 2018-07-21 | 1 | -9/+22 |
| | | | |||||
* | | | Call now-more-flexibile update_budget() during routing, but using any actual ↵ | Eddie Hung | 2018-07-21 | 1 | -2/+20 |
| | | | | | | | | | | | | delays that we have | ||||
* | | | Merge remote-tracking branch 'origin/master' into redist_slack | Eddie Hung | 2018-07-21 | 1 | -102/+343 |
|\ \ \ | | |/ | |/| | |||||
| * | | Bugfix in router1: Also bind src_wire | Clifford Wolf | 2018-07-21 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add final sanity check in router1 | Clifford Wolf | 2018-07-21 | 1 | -0/+19 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Refactoring of router1 | Clifford Wolf | 2018-07-21 | 1 | -87/+319 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use source-sink pairs as jobs, not whole nets - Route nets with smallest slack first - Preserve routes for already routed source-sink pairs - Add small incentive for re-using wires Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Change DelayInfo semantics to what we actually need | Clifford Wolf | 2018-07-21 | 1 | -4/+4 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Add getWireDelay API | Clifford Wolf | 2018-07-21 | 1 | -2/+4 |
| |/ | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* / | Quick hack to route nets with lowest budget first | David Shah | 2018-07-21 | 1 | -2/+17 |
|/ | |||||
* | Revert "Make PnR use Unlocked methods" | Sergiusz Bazanski | 2018-07-14 | 1 | -18/+18 |
| | | | | This reverts commit 9e4f97290a50fc5d9dc0cbe6ead945840b9811b1. | ||||
* | Revert "Introduce proxies for locked access to ctx" | Sergiusz Bazanski | 2018-07-14 | 1 | -59/+49 |
| | | | | This reverts commit 89809a8b810dd57f50f365d70a0ce547705f8dbb. | ||||
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 1 | -2/+2 |
| | | | | This reverts commit 9b17fe385cf7e8d3025747b5f7c7822ac2d99920. | ||||
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 1 | -0/+1 |
| | | | | This reverts commit 8ca7a6da2525463be5be4ee9f62cfae0acc06b01. | ||||
* | clang-format | Sergiusz Bazanski | 2018-07-14 | 1 | -1/+0 |
| | |||||
* | Refactor proxies to nextpnr. | Sergiusz Bazanski | 2018-07-14 | 1 | -2/+2 |
| | |||||
* | Introduce proxies for locked access to ctx | Sergiusz Bazanski | 2018-07-13 | 1 | -49/+59 |
| | |||||
* | Make PnR use Unlocked methods | Sergiusz Bazanski | 2018-07-13 | 1 | -18/+18 |
| | |||||
* | Add ctx->route() API | Clifford Wolf | 2018-07-11 | 1 | -0/+655 |
Signed-off-by: Clifford Wolf <clifford@clifford.at> |