aboutsummaryrefslogtreecommitdiffstats
path: root/common/router1.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #391 from YosysHQ/router2-upstreamDavid Shah2020-02-041-1/+1
|\
| * router2: ImprovementsDavid Shah2020-02-031-1/+1
* | Merge pull request #385 from YosysHQ/router1-arc-fixesDavid Shah2020-02-031-1/+25
|\ \ | |/ |/|
| * Fixes for partial reconfig demoDavid Shah2020-01-181-1/+25
* | Update formattingMiodrag Milanovic2020-02-021-4/+4
* | Better formattingMiodrag Milanovic2020-02-021-5/+4
* | Add spent time info to reportMiodrag Milanovic2020-02-021-9/+16
|/
* No need for settings classMiodrag Milanovic2019-06-151-5/+5
* clangformatDavid Shah2019-02-081-1/+1
* router1: Print route timeDavid Shah2019-01-301-0/+4
* Merge pull request #138 from YosysHQ/refactor_logDavid Shah2018-11-261-1/+2
|\
| * Change the log level of some timing-related messagesDavid Shah2018-11-211-1/+2
* | router1: Fix unrouted, undriven netsDavid Shah2018-11-211-1/+6
|/
* Add missing router1 ctx->yield() callsClifford Wolf2018-11-201-0/+2
* clangformatDavid Shah2018-11-161-10/+11
* Merge remote-tracking branch 'origin/master' into timingapiEddie Hung2018-11-131-716/+721
|\
| * Minor router1 debug log improvementsClifford Wolf2018-11-131-2/+8
| * Improve router1 debug output, switch to nameOf APIsClifford Wolf2018-11-131-41/+44
| * Various router1 fixes, Add BelId/WireId/PipId::operator<()Clifford Wolf2018-11-131-13/+62
| * Fix router1 check for ECP5David Shah2018-11-121-0/+5
| * clangformatClifford Wolf2018-11-111-170/+178
| * Another router1 bugfixClifford Wolf2018-11-111-61/+54
| * Add getConflictingWireWire() arch API, streamline getConflictingXY semanticClifford Wolf2018-11-111-104/+117
| * 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
| |\
| * | Dispose of far too long routes earlier (use 3x est. delay as limit)Clifford Wolf2018-09-041-12/+21
* | | timing: Improve Fmax output and print cross-clock pathsDavid Shah2018-11-121-1/+1
| |/ |/|
* | 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
|/
* 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