aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Remove wire alias APIDavid Shah2020-10-151-2/+0
* Merge pull request #500 from YosysHQ/dave/py-none-fixMiodrag Milanović2020-09-141-6/+6
|\
| * python: Fix handling of None in pybind11David Shah2020-09-141-6/+6
* | Preserve cmd parameters when loading json from GUIMiodrag Milanovic2020-09-042-1/+6
|/
* No longer need fstream includeRoss Schlaikjer2020-08-301-1/+0
* Only print filenames for now, de
ommon?id=a8c110b045744626f882e2a31ed8b3364f9a65db'>Add option to print critical path source codeRoss Schlaikjer2020-08-303-0/+94 * clangformatDavid Shah2020-08-202-2/+4 * Merge pull request #488 from YosysHQ/dave/port_fanin_fixDavid Shah2020-08-121-2/+17 |\ | * timing: Fix counting of fanin in out-of-context modeDavid Shah2020-08-121-2/+17 * | Add a warning when floorplan constraint doesn't matchDavid Shah2020-08-121-1/+7 |/ * Made proper exception translationMiodrag Milanovic2020-08-071-1/+7 * clangformatMiodrag Milanovic2020-07-254-19/+31 * pycontainers: Fix kv-pair-iter typeDavid Shah2020-07-241-9/+19 * exception translationMiodrag Milanovic2020-07-241-7/+1 * Fixed named argumentsMiodrag Milanovic2020-07-241-4/+3 * proper argument propagationMiodrag Milanovic2020-07-241-10/+10 * proper ctx exportMiodrag Milanovic2020-07-232-2/+2 * possible fixMiodrag Milanovic2020-07-231-6/+4 * Initial conversion to pybind11Miodrag Milanovic2020-07-235-177/+154 * Avoid low-value and slow pip name check for ECP5David Shah2020-06-291-2/+2 * placer1: Unlock even if placement failsDavid Shah2020-06-291-0/+2 * Fix clangformat and execute itMiodrag Milanovic2020-06-272-7/+9 * Merge pull request #460 from whitequark/better-embedDavid Shah2020-06-262-0/+96 |\ | * Simplify and improve chipdb embedding/loading.whitequark2020-06-262-0/+96 * | HeAP: Add timeout to IO placementDavid Shah2020-06-251-0/+4 |/ * clangformatDavid Shah2020-06-121-12/+6 * Merge pull request #447 from whitequark/wasiDavid Shah2020-05-244-8/+62 |\ | * Port nextpnr-{ice40,ecp5} to WASI.whitequark2020-05-234-8/+62 * | clangformatDavid Shah2020-05-161-3/+2 * | Fix embarassing use of topographical when meaning topologicalEddie Hung2020-05-141-16/+16 |/ * 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 |\