| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid low-value and slow pip name check for ECP5 | David Shah | 2020-06-29 | 1 | -2/+2 |
* | placer1: Unlock even if placement fails | David Shah | 2020-06-29 | 1 | -0/+2 |
* | Fix clangformat and execute it | Miodrag Milanovic | 2020-06-27 | 2 | -7/+9 |
* | Merge pull request #460 from whitequark/better-embed | David Shah | 2020-06-26 | 2 | -0/+96 |
|\ |
|
| * | Simplify and improve chipdb embedding/loading. | whitequark | 2020-06-26 | 2 | -0/+96 |
* | | HeAP: Add timeout to IO placement | David Shah | 2020-06-25 | 1 | -0/+4 |
|/ |
|
* | clangformat | David Shah | 2020-06-12 | 1 | -12/+6 |
* | Merge pull request #447 from whitequark/wasi | David Shah | 2020-05-24 | 4 | -8/+62 |
|\ |
|
| * | Port nextpnr-{ice40,ecp5} to WASI. | whitequark | 2020-05-23 | 4 | -8/+62 |
* | | clangformat | David Shah | 2020-05-16 | 1 | -3/+2 |
* | | Fix embarassing use of topographical when meaning topological | Eddie Hung | 2020-05-14 | 1 | -16/+16 |
|/ |
|
* | Add missing --top option | David Shah | 2020-05-09 | 1 | -0/+5 |
* | python: Also convert regular map keys to string | David Shah | 2020-04-24 | 1 | -1/+3 |
* | python: Wrap map IdString key when accessed by index | David Shah | 2020-04-24 | 1 | -1/+2 |
* | design_utils: Set port.net to null when disconnecting | Sylvain Munaut | 2020-04-24 | 1 | -0/+1 |
* | command.cc: Use correct constant for default router | Rangel Ivanov | 2020-04-04 | 1 | -1/+1 |
* | router2: Prevent overflow | David Shah | 2020-03-22 | 1 | -2/+3 |
* | Merge branch 'master' of ssh.github.com:YosysHQ/nextpnr | David Shah | 2020-03-17 | 1 | -5/+15 |
|\ |
|
| * | Replace assertion failure with error | David Shah | 2020-03-13 | 1 | -5/+15 |
* | | timing: Improve robustness to dangling/undriven logic | David Shah | 2020-03-17 | 1 | -0/+10 |
|/ |
|
* | pycontainers: Properly handle KeyErrors | Sylvain Munaut | 2020-03-04 | 1 | -5/+11 |
* | svg: Basic SVG graphics rendering | David Shah | 2020-02-15 | 4 | -0/+165 |
* | placer1: Add routeability optimisation (off by default) | David Shah | 2020-02-12 | 2 | -3/+89 |
* | HeAP: backport out-of-range fix | David Shah | 2020-02-12 | 1 | -2/+2 |
* | HeAP: Add X and Y scaling factors for asymmetric arches | David Shah | 2020-02-12 | 2 | -16/+29 |
* | HeAP: Make beta configurable | David Shah | 2020-02-12 | 2 | -9/+10 |
* | HeAP: Improve handling of heterogeneous slice arches | David Shah | 2020-02-12 | 2 | -94/+205 |
* | HeAP: Make solver tolerance arch-configurable | David Shah | 2020-02-12 | 2 | -3/+5 |
* | placer1: Allow scaling HPWL differently in each direction | David Shah | 2020-02-12 | 2 | -6/+14 |
* | Merge pull request #391 from YosysHQ/router2-upstream | David Shah | 2020-02-04 | 6 | -2/+1234 |
|\ |
|
| * | router2: Improve flow and log output | David Shah | 2020-02-03 | 1 | -5/+12 |
| * | router2: Add a simple timing heuristic | David Shah | 2020-02-03 | 1 | -0/+27 |
| * | Allow selection of router algorithm | David Shah | 2020-02-03 | 1 | -0/+17 |
| * | router2: Make magic numbers configurable | David Shah | 2020-02-03 | 2 | -39/+85 |
| * | router2: Fix case of undriven unsunk arcs | David Shah | 2020-02-03 | 1 | -0/+2 |
| * | router2: Multi-thread in more cases | David Shah | 2020-02-03 | 1 | -6/+32 |
| * | router2: Flatten wire structure | David Shah | 2020-02-03 | 1 | -79/+88 |
| * | router2: Experiment with data structures | David Shah | 2020-02-03 | 1 | -36/+63 |
| * | router2: Profile nets by route time | David Shah | 2020-02-03 | 1 | -0/+24 |
| * | router2: Improvements | David Shah | 2020-02-03 | 3 | -14/+19 |
| * | router2: reduce bias cost factor | David Shah | 2020-02-03 | 1 | -1/+1 |
| * | router2: special case improvement | David Shah | 2020-02-03 | 1 | -1/+1 |
| * | router2: reduce memory footprint | David Shah | 2020-02-03 | 1 | -21/+28 |
| * | router2: debugging | David Shah | 2020-02-03 | 2 | -3/+12 |
| * | router2: debugging | David Shah | 2020-02-03 | 1 | -1/+6 |
| * | router2: first pass at reserved wires | David Shah | 2020-02-03 | 1 | -3/+65 |
| * | router2: debugging some edge cases | David Shah | 2020-02-03 | 1 | -10/+10 |
| * | router2: speedup | David Shah | 2020-02-03 | 1 | -1/+2 |
| * | router2: Improve backwards routing of some cases | David Shah | 2020-02-03 | 1 | -1/+27 |
| * | router2: tweaks | David Shah | 2020-02-03 | 1 | -3/+5 |