aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Add missing --top optionDavid Shah2020-05-091-0/+5
* python: Also convert regular map keys to stringDavid Shah2020-04-241-1/+3
* python: Wrap map IdString key when accessed by indexDavid Shah2020-04-241-1/+2
* design_utils: Set port.net to null when disconnectingSylvain Munaut2020-04-241-0/+1
* command.cc: Use correct constant for default routerRangel Ivanov2020-04-041-1/+1
* router2: Prevent overflowDavid Shah2020-03-221-2/+3
* Merge branch 'master' of ssh.github.com:YosysHQ/nextpnrDavid Shah2020-03-171-5/+15
|\
| * Replace assertion failure with errorDavid Shah2020-03-131-5/+15
* | timing: Improve robustness to dangling/undriven logicDavid Shah2020-03-171-0/+10
|/
* pycontainers: Properly handle KeyErrorsSylvain Munaut2020-03-041-5/+11
* svg: Basic SVG graphics renderingDavid Shah2020-02-154-0/+165
* placer1: Add routeability optimisation (off by default)David Shah2020-02-122-3/+89
* HeAP: backport out-of-range fixDavid Shah2020-02-121-2/+2
* HeAP: Add X and Y scaling factors for asymmetric archesDavid Shah2020-02-122-16/+29
* HeAP: Make beta configurableDavid Shah2020-02-122-9/+10
* HeAP: Improve handling of heterogeneous slice archesDavid Shah2020-02-122-94/+205
* HeAP: Make solver tolerance arch-configurableDavid Shah2020-02-122-3/+5
* placer1: Allow scaling HPWL differently in each directionDavid Shah2020-02-122-6/+14
* Merge pull request #391 from YosysHQ/router2-upstreamDavid Shah2020-02-046-2/+1234
|\
| * router2: Improve flow and log outputDavid Shah2020-02-031-5/+12
| * router2: Add a simple timing heuristicDavid Shah2020-02-031-0/+27
| * Allow selection of router algorithmDavid Shah2020-02-031-0/+17
| * router2: Make magic numbers configurableDavid Shah2020-02-032-39/+85
| * router2: Fix case of undriven unsunk arcsDavid Shah2020-02-031-0/+2
| * router2: Multi-thread in more casesDavid Shah2020-02-031-6/+32
| * router2: Flatten wire structureDavid Shah2020-02-031-79/+88
| * router2: Experiment with data structuresDavid Shah2020-02-031-36/+63
| * router2: Profile nets by route timeDavid Shah2020-02-031-0/+24
| * router2: ImprovementsDavid Shah2020-02-033-14/+19
| * router2: reduce bias cost factorDavid Shah2020-02-031-1/+1
| * router2: special case improvementDavid Shah2020-02-031-1/+1
| * router2: reduce memory footprintDavid Shah2020-02-031-21/+28
| * router2: debuggingDavid Shah2020-02-032-3/+12
| * router2: debuggingDavid Shah2020-02-031-1/+6
| * router2: first pass at reserved wiresDavid Shah2020-02-031-3/+65
| * router2: debugging some edge casesDavid Shah2020-02-031-10/+10
| * router2: speedupDavid Shah2020-02-031-1/+2
| * router2: Improve backwards routing of some casesDavid Shah2020-02-031-1/+27
| * router2: tweaksDavid Shah2020-02-031-3/+5
| * router2: Attempt to fix some stuck routing casesDavid Shah2020-02-031-9/+26
| * router2: DebuggingDavid Shah2020-02-031-1/+2
| * router2: Working on multithreadingDavid Shah2020-02-031-1/+59
| * router2: Some simple partitioningDavid Shah2020-02-031-0/+44
| * router2: Congestion map generationDavid Shah2020-02-031-0/+46
| * router2: Add IPIN cost to modelDavid Shah2020-02-031-1/+3
| * router2: Changes for ECP5David Shah2020-02-031-1/+19
| * ecp5: Router2 test integrationDavid Shah2020-02-031-0/+22
| * router2: Deal with some special casesDavid Shah2020-02-031-0/+10
| * router2: Binding nextpnr wires/pipsDavid Shah2020-02-031-6/+90
| * router2: Special backwards mode for gnd/vcc-like netsDavid Shah2020-02-031-3/+67