aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
Commit message (Expand)AuthorAgeFilesLines
* Ignore "duplicate" arcs in the same net in router1Clifford Wolf2018-11-111-1/+4
* Add some additional checks to router1 to find issues in input netlistClifford Wolf2018-11-111-0/+23
* Add getConflictingPipWire() arch API, router1 improvementsClifford Wolf2018-11-111-20/+42
* Another bugfix in router1Clifford Wolf2018-11-111-1/+1
* Bugfix in router1Clifford Wolf2018-11-111-3/+7
* Minor improvements in router1Clifford Wolf2018-11-111-4/+9
* Some router1 cleanupsClifford Wolf2018-11-101-12/+39
* Add checkers and assertions to router1 and other improvementsClifford Wolf2018-11-101-41/+278
* Fixes and cleanups in router1Clifford Wolf2018-11-101-10/+10
* Fix log msg typoClifford Wolf2018-11-091-1/+1
* Improve router console outputClifford Wolf2018-11-091-10/+13
* Fixes and improvements in new routerClifford Wolf2018-11-091-14/+55
* Essentially a rewrite router1Clifford Wolf2018-11-091-782/+336
* Merge branch 'master' of github.com:YosysHQ/nextpnr into router_improveClifford Wolf2018-11-091-0/+6
|\
| * ecp5: Use ArchNetInfo to mark global nets to ignoreDavid Shah2018-09-291-1/+1
| * ecp5: Global router produces a working bitstreamDavid Shah2018-09-291-0/+6
* | Dispose of far too long routes earlier (use 3x est. delay as limit)Clifford Wolf2018-09-041-12/+21
|/
* Use settings for placer1 and router1Miodrag Milanovic2018-08-091-1/+9
* API change: Use CellInfo* and NetInfo* as cell/net handles (common, ice40)Clifford Wolf2018-08-051-21/+21
* Merge pull request #36 from YosysHQ/lutpermDavid Shah2018-08-051-8/+32
|\
| * Quick fix for router bug in unrouting a conflicting pipClifford Wolf2018-08-041-1/+3
| * Refactor ice40 timing fuzzer used to create delay estimatesClifford Wolf2018-08-041-2/+3
| * Add router1 cfg.useEstimate, improve getActualRouteDelayClifford Wolf2018-08-041-7/+28
* | Add crude histogram feature, printed after placement and routingEddie Hung2018-08-031-1/+1
* | Refactor timing.cc into Timing classEddie Hung2018-08-031-1/+1
|/
* clangformatClifford Wolf2018-08-021-24/+20
* Fix router1 cleanupReroute() for "drive-by nets"Clifford Wolf2018-08-021-25/+32
* Add Router1CfgClifford Wolf2018-08-021-22/+31
* Improve router1 cleanupRerouteClifford Wolf2018-08-021-15/+45
* Add reroute pass and other router1 tweaksClifford Wolf2018-08-011-22/+95
* router: release lock on failure to unblock UISergiusz Bazanski2018-08-011-0/+3
* Cope with slack_redist_iter == 0Eddie Hung2018-07-311-1/+1
* clangformat for stuff I've touchedEddie Hung2018-07-311-1/+2
* Modify the getNetinfo*() functions and getBudgetOverride() to not useEddie Hung2018-07-311-6/+6
* Add --slack_redist_iter for ice40Eddie Hung2018-07-311-2/+2
* Merge remote-tracking branch 'origin/master' into redist_slackEddie Hung2018-07-291-1/+1
|\
| * fix randtag bug in router1Clifford Wolf2018-07-291-1/+1
* | 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 router1 locking in NDEBUG buildsClifford Wolf2018-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
|\|
| * 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
| |\