aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'redist_slack' into 'redist_slack'Eddie Hung2018-07-311-0/+4
|\
| * Merge update_budget into assign_budget; update as we go alongEddie Hung2018-07-281-1/+1
| * RefactorEddie Hung2018-07-281-1/+1
| * Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-261-2/+2
| |\
| * | Fix min_slack computation, and print out critical path after routingEddie Hung2018-07-251-1/+1
| * | Add compute_fmax() with refactoring, plus print out Fmax estimate post-place ...Eddie Hung2018-07-251-0/+1
| * | OopsEddie Hung2018-07-231-1/+1
| * | Simplify and use Arch::getNetinfoRouteDelay() for update_budget()Eddie Hung2018-07-231-32/+4
| * | Merge branch 'master' into redist_slackEddie Hung2018-07-231-177/+100
| |\ \
| * | | Fix delay function used for update_budget()Eddie Hung2018-07-211-9/+22
| * | | Call now-more-flexibile update_budget() during routing, but using any actual ...Eddie Hung2018-07-211-2/+20
| * | | Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-211-102/+343
| |\ \ \
| * | | | Quick hack to route nets with lowest budget firstDavid Shah2018-07-211-2/+17
* | | | | fix randtag bug in router1Clifford Wolf2018-07-291-1/+1
| |_|_|/ |/| | |
* | | | Fix router1 locking in NDEBUG buildsClifford Wolf2018-07-261-2/+2
| |_|/ |/| |
* | | clangformatClifford Wolf2018-07-231-18/+22
* | | Move common patterns from router1 to Context APIClifford Wolf2018-07-221-150/+64
* | | clangformatClifford Wolf2018-07-221-30/+25
* | | Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into q3k/lock-2-elec...Sergiusz Bazanski2018-07-211-93/+347
|\ \ \ | | |/ | |/|
| * | Bugfix in router1: Also bind src_wireClifford Wolf2018-07-211-0/+2
| * | Add final sanity check in router1Clifford Wolf2018-07-211-0/+19
| * | Refactoring of router1Clifford Wolf2018-07-211-87/+319
| * | Change DelayInfo semantics to what we actually needClifford Wolf2018-07-211-4/+4
| * | Add getWireDelay APIClifford Wolf2018-07-211-2/+4
| |/
* | Use UI lock for yieldingSergiusz Bazanski2018-07-201-5/+7
* | Move pthread yield hack into BaseCtxSergiusz Bazanski2018-07-201-0/+1
* | WIP.Serge Bazanski2018-07-171-0/+2
* | Add basic external locking, lock from P&RSerge Bazanski2018-07-171-0/+7
|/
* Revert "Make PnR use Unlocked methods"Sergiusz Bazanski2018-07-141-18/+18
* Revert "Introduce proxies for locked access to ctx"Sergiusz Bazanski2018-07-141-59/+49
* Revert "Refactor proxies to nextpnr."Sergiusz Bazanski2018-07-141-2/+2
* Revert "clang-format"Sergiusz Bazanski2018-07-141-0/+1
* clang-formatSergiusz Bazanski2018-07-141-1/+0
* Refactor proxies to nextpnr.Sergiusz Bazanski2018-07-141-2/+2
* Introduce proxies for locked access to ctxSergiusz Bazanski2018-07-131-49/+59
* Make PnR use Unlocked methodsSergiusz Bazanski2018-07-131-18/+18
* Add ctx->route() APIClifford Wolf2018-07-111-0/+655