Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add WASI platform support. | whitequark | 2020-04-30 | 3 | -5/+15 |
| | | | | | | | | | | | | This includes the following significant changes: * Patching ezsat and minisat to disable resource limiting code on WASM/WASI, since the POSIX functions they use are unavailable. * Adding a new definition, YOSYS_DISABLE_SPAWN, present if platform does not support spawning subprocesses (i.e. Emscripten or WASI). This definition hides the definition of `run_command()`. * Adding a new Makefile flag, DISABLE_SPAWN, present in the same condition. This flag disables all passes that require spawning subprocesses for their function. | ||||
* | bugpoint: improve messaging | Eddie Hung | 2020-04-24 | 1 | -7/+7 |
| | |||||
* | bugpoint: (* keep *) to (* bugpoint_keep *); also apply to modules/cells | Eddie Hung | 2020-04-24 | 1 | -5/+14 |
| | |||||
* | bugpoint: skip ports with (* keep *) on; add header | Eddie Hung | 2020-04-24 | 1 | -9/+18 |
| | |||||
* | bugpoint: improve help text | Eddie Hung | 2020-04-23 | 1 | -11/+13 |
| | |||||
* | Merge pull request #1949 from YosysHQ/eddie/select_blackbox | Eddie Hung | 2020-04-22 | 1 | -9/+26 |
|\ | | | | | select: do not select inside black-/white- boxes unless '=' prefix used | ||||
| * | Update passes/cmds/select.cc | Claire Wolf | 2020-04-22 | 1 | -2/+2 |
| | | | | | | Co-Authored-By: Eddie Hung <eddie@fpgeh.com> | ||||
| * | select: do not select black/white boxes by default, '=' prefix to do so | Eddie Hung | 2020-04-22 | 1 | -5/+5 |
| | | |||||
| * | Add '=' selection pattern prefix for non-blackbox only patterns | Claire Wolf | 2020-04-21 | 1 | -12/+26 |
| | | | | | | | | Signed-off-by: Claire Wolf <claire@symbioticeda.com> | ||||
| * | select: do not select inside blackboxes | Eddie Hung | 2020-04-16 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #1950 from YosysHQ/eddie/design_import | Eddie Hung | 2020-04-22 | 1 | -2/+8 |
|\ \ | | | | | | | design: -import to not count black/white-boxes as candidates for top | ||||
| * | | design: -import to not count black/white-boxes as candidates for top | Eddie Hung | 2020-04-16 | 1 | -2/+8 |
| |/ | |||||
* | | bugpoint: Don't remove modules or cells while iterating over them. | Marcelina Kościelnicka | 2020-04-22 | 1 | -4/+14 |
| | | | | | | | | Reported by @ZirconiumX. | ||||
* | | Merge pull request #1888 from boqwxp/cleanup_scatter | whitequark | 2020-04-17 | 1 | -17/+11 |
|\ \ | | | | | | | Clean up `passes/cmds/scatter.cc`. | ||||
| * | | Replace `std::map` with `dict`. | Alberto Gonzalez | 2020-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | | Co-Authored-By: Eddie Hung <eddie@fpgeh.com> | ||||
| * | | Replace pseudo-private member access to `connections_` in ↵ | Alberto Gonzalez | 2020-04-16 | 1 | -13/+10 |
| | | | | | | | | | | | | | | | | | | `passes/cmds/scatter.cc`. Co-Authored-By: N. Engelhardt <nak@symbioticeda.com> | ||||
| * | | Clean up `passes/cmds/scatter.cc`. | Alberto Gonzalez | 2020-04-16 | 1 | -10/+7 |
| |/ | |||||
* | | Merge pull request #1882 from boqwxp/cleanup_rename | whitequark | 2020-04-17 | 1 | -119/+103 |
|\ \ | | | | | | | Clean up pseudo-private member usage in `passes/cmds/rename.cc`. | ||||
| * | | Use `dict` instead of `std::map`. | Alberto Gonzalez | 2020-04-16 | 1 | -9/+9 |
| | | | | | | | | | | | | Co-Authored-By: Eddie Hung <eddie@fpgeh.com> | ||||
| * | | Revert to `stringf()` rather than stringstreams. | Alberto Gonzalez | 2020-04-16 | 1 | -12/+8 |
| | | | |||||
| * | | Clean up pseudo-private member usage in `passes/cmds/rename.cc`. | Alberto Gonzalez | 2020-04-16 | 1 | -119/+107 |
| |/ | |||||
* / | select: add select -unset option | Eddie Hung | 2020-04-16 | 1 | -3/+22 |
|/ | |||||
* | Merge pull request #1928 from YosysHQ/eddie/design_delete | Eddie Hung | 2020-04-16 | 1 | -1/+21 |
|\ | | | | | kernel: add design -delete option | ||||
| * | kernel: add design -delete option | Eddie Hung | 2020-04-16 | 1 | -1/+21 |
| | | |||||
* | | Merge pull request #1927 from YosysHQ/eddie/design_remove_assert | Eddie Hung | 2020-04-16 | 1 | -1/+1 |
|\ \ | |/ |/| | kernel: Design::remove(RTLIL::Module *) to check refcount_modules_ | ||||
| * | design: do not delete when iterating over Design::modules() directly | Eddie Hung | 2020-04-14 | 1 | -1/+1 |
| | | |||||
* | | setundef: Improve error messages. | Marcelina Kościelnicka | 2020-04-15 | 1 | -10/+12 |
|/ | | | | Fixes #1092. | ||||
* | [NFCI] Deduplicate builtin FF cell types list | Marcelina Kościelnicka | 2020-04-09 | 2 | -70/+2 |
| | | | | | | | | | A few passes included the same list of FF cell types. Make it a global const instead. The zinit pass also seems to include a list like that, but given that it seems to be completely broken at the time (see #1568 discussion), I'm going to pretend I didn't see that. | ||||
* | Merge pull request #1857 from whitequark/splitnets-skip-processes | whitequark | 2020-04-09 | 1 | -0/+3 |
|\ | | | | | splitnets: skip modules with processes | ||||
| * | splitnets: skip modules with processes. | whitequark | 2020-04-03 | 1 | -0/+3 |
| | | |||||
* | | Clean up `passes/cmds/connect.cc`. | Alberto Gonzalez | 2020-04-08 | 1 | -14/+12 |
| | | |||||
* | | Merge pull request #1874 from boqwxp/cleanup_show | whitequark | 2020-04-06 | 1 | -52/+42 |
|\ \ | | | | | | | Clean up `passes/cmds/show.cc`. | ||||
| * | | Use more descriptive variable name. | Alberto Gonzalez | 2020-04-06 | 1 | -10/+10 |
| | | | | | | | | | | | | Co-Authored-By: whitequark <whitequark@whitequark.org> | ||||
| * | | Clean up `passes/cmds/show.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -52/+42 |
| |/ | |||||
* | | Merge pull request #1870 from boqwxp/cleanup_setattr | whitequark | 2020-04-06 | 1 | -22/+14 |
|\ \ | | | | | | | Clean up `passes/cmds/setattr.cc`. | ||||
| * | | Clean up `passes/cmds/setattr.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -22/+14 |
| |/ | |||||
* | | Merge pull request #1872 from boqwxp/cleanup_copy | whitequark | 2020-04-06 | 1 | -2/+2 |
|\ \ | | | | | | | Clean up private member usage in `passes/cmds/copy.cc`. | ||||
| * | | Clean up private member usage in `passes/cmds/copy.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #1871 from boqwxp/cleanup_splice | whitequark | 2020-04-06 | 1 | -18/+14 |
|\ \ | | | | | | | Clean up `passes/cmds/splice.cc`. | ||||
| * | | Clean up `passes/cmds/splice.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -18/+14 |
| |/ | |||||
* | | Merge pull request #1869 from boqwxp/cleanup_connwrappers | whitequark | 2020-04-06 | 1 | -15/+7 |
|\ \ | | | | | | | Clean up `passes/cmds/connwrappers.cc`. | ||||
| * | | Clean up `passes/cmds/connwrappers.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -15/+7 |
| |/ | |||||
* | | Merge pull request #1868 from boqwxp/cleanup_delete | whitequark | 2020-04-06 | 1 | -24/+19 |
|\ \ | | | | | | | Clean up `passes/cmds/delete.cc`. | ||||
| * | | Clean up `passes/cmds/delete.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -24/+19 |
| |/ | |||||
* | | Merge pull request #1867 from boqwxp/cleanup_stat | whitequark | 2020-04-06 | 1 | -26/+20 |
|\ \ | | | | | | | Clean up `passes/cmds/stat.cc`. | ||||
| * | | Clean up `passes/cmds/stat.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -26/+20 |
| |/ | |||||
* | | Merge pull request #1859 from boqwxp/design_duplicate | whitequark | 2020-04-06 | 1 | -2/+13 |
|\ \ | | | | | | | Add `-push-copy` option to the `design` command. | ||||
| * | | Rename `-duplicate` to `-push-copy`. | Alberto Gonzalez | 2020-04-04 | 1 | -6/+6 |
| | | | | | | | | | | | | Co-Authored-By: whitequark <whitequark@whitequark.org> | ||||
| * | | Add `-duplicate` option to the `design` command. | Alberto Gonzalez | 2020-04-03 | 1 | -2/+13 |
| | | | |||||
* | | | Clean up private member usage in `passes/cmds/bugpoint.cc`. | Alberto Gonzalez | 2020-04-06 | 1 | -14/+14 |
| |/ |/| |