aboutsummaryrefslogtreecommitdiffstats
path: root/passes/techmap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix deadname SVN linksClaire Xenia Wolf2021-06-092-3/+3
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-0833-33/+33
* kernel/rtlil: Extract some helpers for checking memory cell types.Marcelina Kościelnicka2021-05-223-22/+5
* flatten: rewrite memid in memwr actions.whitequark2021-04-091-0/+3
* abc9: uniquify blackboxes like whiteboxes (#2695)Eddie Hung2021-03-291-10/+6
* abc9: fix SCC issues (#2694)Eddie Hung2021-03-292-28/+52
* Replace assert in abc9_ops with more useful error messageDan Ravensloft2021-03-071-1/+9
* Fixes command line for abc pass in -fast -sop modeRobert Baruch2021-02-161-1/+1
* Merge pull request #2529 from zachjs/unnamed-genblkwhitequark2021-02-041-23/+22
|\
| * verilog: significant block scoping improvementsZachary Snow2021-01-311-23/+22