| Commit message (Expand) | Author | Age | Files | Lines |
* | ABC9: Cell Port Bug Patch (#3670) | Benjamin Barzen | 2023-04-22 | 1 | -1/+5 |
* | Merge pull request #3646 from YosysHQ/lofty/fix-3591 | Miodrag Milanović | 2023-02-27 | 1 | -4/+1 |
|\ |
|
| * | muxcover: do not add decode muxes with x inputs | Lofty | 2023-01-26 | 1 | -4/+1 |
* | | Updated changelog | Miodrag Milanovic | 2023-02-08 | 1 | -0/+3 |
* | | add pmux option to bmuxmap for better fsm detection with verific frontend | N. Engelhardt | 2023-01-30 | 1 | -6/+30 |
|/ |
|
* | Merge branch 'xprop' of github.com:jix/yosys into claire/eqystuff | Claire Xenia Wolf | 2022-12-01 | 4 | -19/+99 |
|\ |
|
| * | Add bwmuxmap pass | Jannis Harder | 2022-11-30 | 2 | -0/+71 |
| * | Add bitwise `$bweqx` and `$bwmux` cells | Jannis Harder | 2022-11-30 | 2 | -6/+29 |
| * | simplemap: Map `$xnor` to `$_XNOR_` cells | Jannis Harder | 2022-11-29 | 1 | -15/+1 |
* | | Add insbuf -chain mode | Claire Xenia Wolf | 2022-12-01 | 1 | -2/+38 |
|/ |
|
* | Fix crash in flowmap | Dag Lem | 2022-09-20 | 1 | -1/+2 |
* | Fix tmpdir naming when passing -nocleanup option to abc(9) on systems where b... | N. Engelhardt | 2022-09-13 | 2 | -6/+12 |
* | Merge pull request #3458 from QuantamHD/abc_faster | N. Engelhardt | 2022-08-31 | 1 | -6/+6 |
|\ |
|
| * | Improves ABC command runtime by 10-100x | Ethan Mahintorabi | 2022-08-24 | 1 | -6/+6 |
* | | Fitting help messages to 80 character width | KrystalDelusion | 2022-08-24 | 9 | -63/+57 |
|/ |
|
* | support file locations containing spaces | Miodrag Milanovic | 2022-08-08 | 2 | -8/+8 |
* | Fix external ABC build after commit 0ca0932b5. | Catherine | 2022-07-07 | 2 | -4/+8 |
* | iopadmap: Fix z assignment removal. | Marcelina Kościelnicka | 2022-06-07 | 1 | -7/+21 |
* | Observe $TMPDIR variable when creating tmp files | Mohamed A. Bamakhrama | 2022-05-27 | 2 | -2/+2 |
* | abc9_ops: Don't leave unused derived modules lying around | gatecat | 2022-05-23 | 1 | -0/+9 |
* | abc: Use dict/pool instead of std::map/std::set | Marcelina Kościelnicka | 2022-05-04 | 1 | -14/+14 |
* | tribuf: `-formal` option: convert all to logic and detect conflicts | Jannis Harder | 2022-04-12 | 1 | -3/+46 |
* | abc: Add support for FFs with reset in -dff | Marcelina Kościelnicka | 2022-04-07 | 1 | -90/+229 |
* | Merge pull request #3194 from Ravenslofty/abc9-flow3mfs | Lofty | 2022-03-28 | 1 | -1/+7 |
|\ |
|
| * | abc9: add flow3mfs script | Lofty | 2022-02-10 | 1 | -1/+7 |
* | | abc9_ops: Also derive blackboxes with timing info | gatecat | 2022-03-24 | 1 | -5/+10 |
* | | abc: Fix {I} and {P} substitution | Anton Blanchard | 2022-02-23 | 1 | -2/+2 |
* | | Correct a typo in the manual | YRabbit | 2022-02-02 | 1 | -1/+1 |
* | | Add $bmux and $demux cells. | Marcelina Kościelnicka | 2022-01-28 | 4 | -1/+183 |
|/ |
|
* | sta: very crude static timing analysis pass | Lofty | 2021-11-25 | 1 | -30/+28 |
* | Merge pull request #3077 from YosysHQ/claire/genlib | Claire Xen | 2021-11-10 | 1 | -21/+40 |
|\ |
|
| * | Spelling fix in abc.cc | Claire Xen | 2021-11-10 | 1 | -1/+1 |
| * | Add genlib support to ABC command | Claire Xenia Wolf | 2021-11-10 | 1 | -21/+40 |
* | | iopadmap: Fix ebmarassing typo | Marcelina Kościelnicka | 2021-11-10 | 1 | -1/+1 |
* | | iopadmap: Add native support for negative-polarity output enable. | Marcelina Kościelnicka | 2021-11-09 | 1 | -7/+22 |
|/ |
|
* | flatten: Keep sigmap around between flatten_cell invocations. | Marcelina Kościelnicka | 2021-11-02 | 1 | -3/+4 |
* | dfflegalize: Refactor, add aldff support. | Marcelina Kościelnicka | 2021-10-27 | 1 | -973/+889 |
* | verilog: use derived module info to elaborate cell connections | Zachary Snow | 2021-10-25 | 1 | -1/+3 |
* | Change implicit conversions from bool to Sig* to explicit. | Marcelina Kościelnicka | 2021-10-21 | 1 | -4/+6 |
* | extract_reduce: Refactor and fix input signal construction. | Marcelina Kościelnicka | 2021-10-21 | 1 | -63/+34 |
* | dfflegalize: remove redundant check for initialized dlatch | Paul Annesley | 2021-10-17 | 1 | -4/+0 |
* | FfData: some refactoring. | Marcelina Kościelnicka | 2021-10-07 | 3 | -50/+15 |
* | Hook up $aldff support in various passes. | Marcelina Kościelnicka | 2021-10-02 | 1 | -1/+3 |
* | zinit: Refactor to use FfData. | Marcelina Kościelnicka | 2021-10-02 | 1 | -101/+38 |
* | kernel/ff: Refactor FfData to enable FFs with async load. | Marcelina Kościelnicka | 2021-10-02 | 1 | -2/+2 |
* | simplemap: refactor to use FfData. | Marcelina Kościelnicka | 2021-10-02 | 2 | -287/+20 |
* | abc9: make re-entrant (#2993) | Eddie Hung | 2021-09-09 | 2 | -9/+9 |
* | abc9: holes module to instantiate cells with NEW_ID (#2992) | Eddie Hung | 2021-09-09 | 1 | -1/+1 |
* | abc9: replace cell type/parameters if derived type already processed (#2991) | Eddie Hung | 2021-09-09 | 1 | -6/+22 |
* | Add v2 memory cells. | Marcelina Kościelnicka | 2021-08-11 | 1 | -0/+1 |