| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up pseudo-private member usage, superfluous `std::vector` instantiation... | Alberto Gonzalez | 2020-05-14 | 1 | -76/+70 |
* | Merge pull request #2014 from YosysHQ/claire/fixoptalu | Claire Wolf | 2020-05-03 | 1 | -7/+19 |
|\ |
|
| * | Fix the other "opt_expr -fine" bug introduced in 213a89558 | Claire Wolf | 2020-05-02 | 1 | -7/+19 |
* | | abc9_ops: -reintegrate to be sensitive to start_offset too | Eddie Hung | 2020-05-02 | 1 | -3/+5 |
|/ |
|
* | Merge pull request #2010 from YosysHQ/claire/fixopt | Claire Wolf | 2020-05-02 | 1 | -7/+19 |
|\ |
|
| * | Fix "opt_expr -fine" bug introduced in 213a89558 | Claire Wolf | 2020-05-01 | 1 | -7/+19 |
* | | Add WASI platform support. | whitequark | 2020-04-30 | 7 | -9/+31 |
|/ |
|
* | 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 #1974 from YosysHQ/eddie/abc9_disable_mfs | Eddie Hung | 2020-04-23 | 1 | -2/+17 |
|\ |
|
| * | abc9: tolerate ABC nonzero exit code if output.aig; write before &mfs | Eddie Hung | 2020-04-20 | 1 | -2/+13 |
| * | xilinx/ecp5: disable abc9's "&mfs" optimisation | Eddie Hung | 2020-04-20 | 1 | -0/+4 |
* | | Merge pull request #1989 from boqwxp/qbfsat_anyconst_sourcelocs | Claire Wolf | 2020-04-23 | 1 | -5/+2 |
|\ \ |
|
| * | | qbfsat: Make hole name recovery more robust. Allow multiple cell types to sha... | Alberto Gonzalez | 2020-04-23 | 1 | -5/+2 |
* | | | Merge pull request #1988 from boqwxp/qbfsat | Claire Wolf | 2020-04-23 | 1 | -6/+22 |
|\ \ \ |
|
| * | | | qbfsat: Add `-assume-negative-polarity` option. | Alberto Gonzalez | 2020-04-23 | 1 | -6/+22 |
| |/ / |
|
* / / | xilinx: xilinx_dsp_cascade to check CREG for DSP48E1 only | Eddie Hung | 2020-04-22 | 1 | -1/+1 |
|/ / |
|
* | | 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 |
* | | | Cleanup use of hard-coded default parameters in light of #1945 | Eddie Hung | 2020-04-22 | 7 | -48/+48 |
* | | | 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 |
| |/ / |
|
* | | | Merge pull request #1976 from YosysHQ/dave/fix-sim-const | Claire Wolf | 2020-04-22 | 1 | -1/+5 |
|\ \ \ |
|
| * | | | sim: Fix handling of constant-connected cell inputs at startup | David Shah | 2020-04-21 | 1 | -1/+5 |
| | |/
| |/| |
|
* | | | bugpoint: Don't remove modules or cells while iterating over them. | Marcelina Kościelnicka | 2020-04-22 | 1 | -4/+14 |
* | | | hierarchy: Convert positional parameters to named. | Marcelina Kościelnicka | 2020-04-21 | 1 | -3/+27 |
* | | | abc9: -prep_lut to be more robust | Eddie Hung | 2020-04-20 | 1 | -16/+33 |
|/ / |
|
* | | qbfsat: Fix illegal use of 'stdout' identifier | David Shah | 2020-04-17 | 1 | -3/+3 |
* | | Merge pull request #1864 from boqwxp/cleanup_techmap_abc | whitequark | 2020-04-17 | 1 | -99/+80 |
|\ \ |
|
| * | | Simplify `passes/techmap/abc.cc` and remove superfluous `RTLIL::SigSpec` cons... | Alberto Gonzalez | 2020-04-14 | 1 | -132/+49 |
| * | | Clean up pseudo-private member usage and simplify `passes/techmap/abc.cc`. | Alberto Gonzalez | 2020-04-05 | 1 | -99/+163 |
* | | | 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 |
* | | | opt_expr: Fix X and CO outputs for $alu identity-mapping rules. | Marcelina Kościelnicka | 2020-04-16 | 1 | -2/+17 |