| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up more in `passes/sat/expose.cc`. | Alberto Gonzalez | 2020-03-30 | 1 | -64/+59 |
* | Clean up pseudo-private member usage in `passes/sat/expose.cc`. | Alberto Gonzalez | 2020-03-28 | 1 | -11/+9 |
* | Merge pull request #1806 from YosysHQ/mwk/techmap-replace-fix | Claire Wolf | 2020-03-26 | 1 | -1/+1 |
|\ |
|
| * | techmap: Fix cell names with _TECHMAP_REPLACE_.* | Marcin Kościelnicki | 2020-03-23 | 1 | -1/+1 |
* | | Merge pull request #1763 from boqwxp/issue1762 | N. Engelhardt | 2020-03-23 | 2 | -12/+53 |
|\ \ |
|
| * | | Do not warn on empty selection with prefixed `arg_memb`. | Alberto Gonzalez | 2020-03-23 | 1 | -1/+2 |
| * | | Suppress warnings for empty `select` arguments when `-count` or `-assert-*` o... | Alberto Gonzalez | 2020-03-23 | 1 | -4/+5 |
| * | | Warn on empty selection for `add` command. | Alberto Gonzalez | 2020-03-23 | 2 | -6/+40 |
| * | | Add N:* to select language, fix some old code | Claire Wolf | 2020-03-17 | 1 | -4/+9 |
* | | | Merge pull request #1785 from boqwxp/mitercc_cleanup | N. Engelhardt | 2020-03-23 | 1 | -60/+56 |
|\ \ \ |
|
| * | | | Clean up pseudo-private member usage in `passes/sat/miter.cc`. | Alberto Gonzalez | 2020-03-19 | 1 | -60/+56 |
| |/ / |
|
* | / | iopadmap: Attempt to give new wires/cells meaningful names | R. Ou | 2020-03-22 | 1 | -6/+18 |
| |/
|/| |
|
* | | fsm_extract: Initialize celltypes with full design. | Marcin Kościelnicki | 2020-03-19 | 1 | -5/+1 |
* | | Merge pull request #1774 from boqwxp/exec | N. Engelhardt | 2020-03-19 | 2 | -0/+204 |
|\ \
| |/
|/| |
|
| * | Update copyright and license header. | Alberto Gonzalez | 2020-03-18 | 1 | -1/+1 |
| * | Clean up `exec` code according to review. | Alberto Gonzalez | 2020-03-18 | 1 | -5/+18 |
| * | Allow specifying multiple regexes to match in `exec` command output, and also... | Alberto Gonzalez | 2020-03-16 | 1 | -33/+67 |
| * | Add `exec` command to run shell commands. | Alberto Gonzalez | 2020-03-16 | 2 | -0/+157 |
* | | Merge pull request #1769 from boqwxp/select_cleanup | Eddie Hung | 2020-03-17 | 1 | -162/+157 |
|\ \
| |/
|/| |
|
| * | Further clean up `passes/cmds/select.cc`. | Alberto Gonzalez | 2020-03-16 | 1 | -11/+9 |
| * | Cleanup code style and pseudo-private member usage in `passes/cmds/select.cc`. | Alberto Gonzalez | 2020-03-16 | 1 | -162/+159 |
* | | Add YS_ prefix to macros, add explanation and apply to older version as well | Miodrag Milanovic | 2020-03-13 | 1 | -10/+10 |
* | | Use boost xpressive for gcc 4.8 | Miodrag Milanovic | 2020-03-13 | 1 | -28/+10 |
|/ |
|
* | Merge pull request #1751 from boqwxp/add_assert | N. Engelhardt | 2020-03-12 | 1 | -1/+57 |
|\ |
|
| * | Extend `add` command to allow adding cells for verification like $assert, $as... | Alberto Gonzalez | 2020-03-10 | 1 | -1/+57 |
* | | Merge pull request #1743 from YosysHQ/eddie/abc9_keep | Eddie Hung | 2020-03-11 | 2 | -13/+15 |
|\ \ |
|
| * | | abc9: for sccs, create a new wire instead of using entirety of existing | Eddie Hung | 2020-03-06 | 1 | -7/+7 |
| * | | abc9: (* keep *) wires to be PO only, not PI as well; fix scc handling | Eddie Hung | 2020-03-06 | 1 | -8/+5 |
| * | | abc: add abc.debug scratchpad option | Eddie Hung | 2020-03-06 | 1 | -0/+5 |
| |/ |
|
* | | Merge pull request #1753 from YosysHQ/dave/abc9-speedup | David Shah | 2020-03-10 | 1 | -7/+7 |
|\ \ |
|
| * | | Add ScriptPass::run_nocheck and use for abc9 | David Shah | 2020-03-09 | 1 | -7/+7 |
| |/ |
|
* | | Merge pull request #1721 from YosysHQ/dave/tribuf-unused | David Shah | 2020-03-10 | 1 | -2/+1 |
|\ \ |
|
| * | | deminout: Don't demote inouts with unused bits | David Shah | 2020-03-04 | 1 | -2/+1 |
* | | | Clean up passes/cmds/add.cc code style. | Alberto Gonzalez | 2020-03-10 | 1 | -20/+17 |
| |/
|/| |
|
* | | Merge pull request #1519 from YosysHQ/eddie/submod_po | Claire Wolf | 2020-03-03 | 1 | -37/+99 |
|\ \ |
|
| * \ | Merge branch 'master' into eddie/submod_po | Eddie Hung | 2020-02-01 | 33 | -1631/+3612 |
| |\ \ |
|
| * | | | Use pool instead of std::set for determinism | Eddie Hung | 2019-12-02 | 1 | -1/+1 |
* | | | | iopadmap: Look harder for already-present buffers. (#1731) | Marcelina Kościelnicka | 2020-03-02 | 1 | -14/+54 |
* | | | | Merge pull request #1724 from YosysHQ/eddie/abc9_specify | Eddie Hung | 2020-03-02 | 2 | -187/+372 |
|\ \ \ \ |
|
| * | | | | Fixes for older compilers | Eddie Hung | 2020-02-27 | 1 | -1/+1 |
| * | | | | abc9_ops: suppress -prep_box warning for abc9_flop | Eddie Hung | 2020-02-27 | 1 | -1/+1 |
| * | | | | Make TimingInfo::TimingInfo(SigBit) constructor explicit | Eddie Hung | 2020-02-27 | 1 | -3/+3 |
| * | | | | TimingInfo: index by (port_name,offset) | Eddie Hung | 2020-02-27 | 1 | -3/+4 |
| * | | | | Fix spacing | Eddie Hung | 2020-02-27 | 1 | -18/+18 |
| * | | | | abc9_ops: still emit delay table even box has no timing | Eddie Hung | 2020-02-27 | 1 | -3/+1 |
| * | | | | abc9_ops: demote lack of box timing info to warning | Eddie Hung | 2020-02-27 | 1 | -2/+4 |
| * | | | | Get rid of (* abc9_{arrival,required} *) entirely | Eddie Hung | 2020-02-27 | 1 | -89/+15 |
| * | | | | abc9_ops: use TimingInfo for -prep_{lut,box} too | Eddie Hung | 2020-02-27 | 1 | -24/+18 |
| * | | | | abc9_ops: use TimingInfo for -prep_{lut,box} too | Eddie Hung | 2020-02-27 | 1 | -72/+53 |
| * | | | | abc9_ops: add and use new TimingInfo struct | Eddie Hung | 2020-02-27 | 1 | -70/+41 |