aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Expand)AuthorAgeFilesLines
* ABC9: Cell Port Bug Patch (#3670)Benjamin Barzen2023-04-221-1/+5
* Merge pull request #3646 from YosysHQ/lofty/fix-3591Miodrag Milanović2023-02-271-4/+1
|\
| * muxcover: do not add decode muxes with x inputsLofty2023-01-261-4/+1
* | Updated changelogMiodrag Milanovic2023-02-081-0/+3
* | add pmux option to bmuxmap for better fsm detection with verific frontendN. Engelhardt2023-01-301-6/+30
|/
* Merge branch 'xprop' of github.com:jix/yosys into claire/eqystuffClaire Xenia Wolf2022-12-014-19/+99
|\
| * Add bwmuxmap passJannis Harder2022-11-302-0/+71
| * Add bitwise `$bweqx` and `$bwmux` cellsJannis Harder2022-11-302-6/+29
| * simplemap: Map `$xnor` to `$_XNOR_` cellsJannis Harder2022-11-291-15/+1
* | Add insbuf -chain modeClaire Xenia Wolf2022-12-011-2/+38
|/
* Fix crash in flowmapDag Lem2022-09-201-1/+2
* Fix tmpdir naming when passing -nocleanup option to abc(9) on systems where b...N. Engelhardt2022-09-132-6/+12
* Merge pull request #3458 from QuantamHD/abc_fasterN. Engelhardt2022-08-311-6/+6
|\
| * Improves ABC command runtime by 10-100xEthan Mahintorabi2022-08-241-6/+6
* | Fitting help messages to 80 character widthKrystalDelusion2022-08-249-63/+57
|/
* support file locations containing spacesMiodrag Milanovic2022-08-082-8/+8
* Fix external ABC build after commit 0ca0932b5.Catherine2022-07-072-4/+8
* iopadmap: Fix z assignment removal.Marcelina Kościelnicka2022-06-071-7/+21
* Observe $TMPDIR variable when creating tmp filesMohamed A. Bamakhrama2022-05-272-2/+2
* abc9_ops: Don't leave unused derived modules lying aroundgatecat2022-05-231-0/+9
* abc: Use dict/pool instead of std::map/std::setMarcelina Kościelnicka2022-05-041-14/+14
* tribuf: `-formal` option: convert all to logic and detect conflictsJannis Harder2022-04-121-3/+46
* abc: Add support for FFs with reset in -dffMarcelina Kościelnicka2022-04-071-90/+229
* Merge pull request #3194 from Ravenslofty/abc9-flow3mfsLofty2022-03-281-1/+7
|\
| * abc9: add flow3mfs scriptLofty2022-02-101-1/+7
* | abc9_ops: Also derive blackboxes with timing infogatecat2022-03-241-5/+10
* | abc: Fix {I} and {P} substitutionAnton Blanchard2022-02-231-2/+2
* | Correct a typo in the manualYRabbit2022-02-021-1/+1
* | Add $bmux and $demux cells.Marcelina Kościelnicka2022-01-284-1/+183
|/
* sta: very crude static timing analysis passLofty2021-11-251-30/+28
* Merge pull request #3077 from YosysHQ/claire/genlibClaire Xen2021-11-101-21/+40
|\
| * Spelling fix in abc.ccClaire Xen2021-11-101-1/+1
| * Add genlib support to ABC commandClaire Xenia Wolf2021-11-101-21/+40
* | iopadmap: Fix ebmarassing typoMarcelina Kościelnicka2021-11-101-1/+1
* | iopadmap: Add native support for negative-polarity output enable.Marcelina Kościelnicka2021-11-091-7/+22
|/
* flatten: Keep sigmap around between flatten_cell invocations.Marcelina Kościelnicka2021-11-021-3/+4
* dfflegalize: Refactor, add aldff support.Marcelina Kościelnicka2021-10-271-973/+889
* verilog: use derived module info to elaborate cell connectionsZachary Snow2021-10-251-1/+3
* Change implicit conversions from bool to Sig* to explicit.Marcelina Kościelnicka2021-10-211-4/+6
* extract_reduce: Refactor and fix input signal construction.Marcelina Kościelnicka2021-10-211-63/+34
* dfflegalize: remove redundant check for initialized dlatchPaul Annesley2021-10-171-4/+0
* FfData: some refactoring.Marcelina Kościelnicka2021-10-073-50/+15
* Hook up $aldff support in various passes.Marcelina Kościelnicka2021-10-021-1/+3
* zinit: Refactor to use FfData.Marcelina Kościelnicka2021-10-021-101/+38
* kernel/ff: Refactor FfData to enable FFs with async load.Marcelina Kościelnicka2021-10-021-2/+2
* simplemap: refactor to use FfData.Marcelina Kościelnicka2021-10-022-287/+20
* abc9: make re-entrant (#2993)Eddie Hung2021-09-092-9/+9
* abc9: holes module to instantiate cells with NEW_ID (#2992)Eddie Hung2021-09-091-1/+1
* abc9: replace cell type/parameters if derived type already processed (#2991)Eddie Hung2021-09-091-6/+22
* Add v2 memory cells.Marcelina Kościelnicka2021-08-111-0/+1