| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #2085 from rswarbrick/select | clairexen | 2020-06-08 | 1 | -14/+19 |
|\ |
|
| * | Pass some more args by reference in select.cc | Rupert Swarbrick | 2020-05-27 | 1 | -7/+7 |
| * | Minor optimisations in select.cc's match_ids function | Rupert Swarbrick | 2020-05-27 | 1 | -9/+11 |
| * | Silence warning in select.cc | Rupert Swarbrick | 2020-05-27 | 1 | -1/+4 |
* | | Merge pull request #2081 from YosysHQ/eddie/blackbox_ast | Eddie Hung | 2020-05-30 | 1 | -25/+1 |
|\ \ |
|
| * | | blackbox: re-use existing Module::makeblackbox() method | Eddie Hung | 2020-05-25 | 1 | -25/+1 |
| |/ |
|
* | | Add flooring division operator | Xiretza | 2020-05-28 | 1 | -1/+1 |
* | | Add flooring modulo operator | Xiretza | 2020-05-28 | 1 | -1/+1 |
* | | printattrs: Simplify `get_indent_str()`. | Alberto Gonzalez | 2020-05-28 | 1 | -3/+1 |
* | | printattrs: Refactor indentation string building for clarity. | Alberto Gonzalez | 2020-05-27 | 1 | -5/+11 |
* | | printattrs: Use `flags` to pretty-print the `RTLIL::Const` appropriately. | Alberto Gonzalez | 2020-05-27 | 1 | -8/+15 |
* | | misc: Add `printattrs` command. | Alberto Gonzalez | 2020-05-27 | 2 | -0/+80 |
|/ |
|
* | log: Use `dict` instead of `std::vector<std::pair>` for `log_expect_{error, w... | Alberto Gonzalez | 2020-05-15 | 1 | -33/+6 |
* | logger: clean up doc | Eddie Hung | 2020-05-14 | 1 | -1/+2 |
* | logger: fix for multiple calls with same pattern | Eddie Hung | 2020-05-14 | 1 | -6/+34 |
* | Add WASI platform support. | whitequark | 2020-04-30 | 3 | -5/+15 |
* | 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 |
|\ |
|
| * | Update passes/cmds/select.cc | Claire Wolf | 2020-04-22 | 1 | -2/+2 |
| * | 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 |
| * | 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 | 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 |
* | | Merge pull request #1888 from boqwxp/cleanup_scatter | whitequark | 2020-04-17 | 1 | -17/+11 |
|\ \ |
|
| * | | Replace `std::map` with `dict`. | Alberto Gonzalez | 2020-04-16 | 1 | -2/+2 |
| * | | Replace pseudo-private member access to `connections_` in `passes/cmds/scatte... | Alberto Gonzalez | 2020-04-16 | 1 | -13/+10 |
| * | | 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 |
|\ \ |
|
| * | | Use `dict` instead of `std::map`. | Alberto Gonzalez | 2020-04-16 | 1 | -9/+9 |
| * | | 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 | 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 |
|\ \
| |/
|/| |
|
| * | 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 |
|/ |
|
* | [NFCI] Deduplicate builtin FF cell types list | Marcelina Kościelnicka | 2020-04-09 | 2 | -70/+2 |
* | Merge pull request #1857 from whitequark/splitnets-skip-processes | whitequark | 2020-04-09 | 1 | -0/+3 |
|\ |
|
| * | 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 |
|\ \ |
|
| * | | Use more descriptive variable name. | Alberto Gonzalez | 2020-04-06 | 1 | -10/+10 |
| * | | 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 |
|\ \ |
|