Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ... | Eddie Hung | 2018-07-25 | 1 | -0/+1 |
* | 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 |
| * | Move common patterns from router1 to Context API | Clifford Wolf | 2018-07-22 | 1 | -150/+64 |
| * | clangformat | Clifford Wolf | 2018-07-22 | 1 | -30/+25 |
| * | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec... | Sergiusz Bazanski | 2018-07-21 | 1 | -93/+347 |
| |\ | |||||
| * | | 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 |
* | | | 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 |
| * | | Add final sanity check in router1 | Clifford Wolf | 2018-07-21 | 1 | -0/+19 |
| * | | Refactoring of router1 | Clifford Wolf | 2018-07-21 | 1 | -87/+319 |
| * | | Change DelayInfo semantics to what we actually need | Clifford Wolf | 2018-07-21 | 1 | -4/+4 |
| * | | Add getWireDelay API | Clifford Wolf | 2018-07-21 | 1 | -2/+4 |
| |/ | |||||
* / | 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 |
* | Revert "Introduce proxies for locked access to ctx" | Sergiusz Bazanski | 2018-07-14 | 1 | -59/+49 |
* | Revert "Refactor proxies to nextpnr." | Sergiusz Bazanski | 2018-07-14 | 1 | -2/+2 |
* | Revert "clang-format" | Sergiusz Bazanski | 2018-07-14 | 1 | -0/+1 |
* | 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 |