aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xaig' into xc7muxEddie Hung2019-05-311-6/+0
|\
| * Move clean from aigerparse to abc9Eddie Hung2019-04-231-0/+1
| * Merge branch 'xaig' of github.com:YosysHQ/yosys into xaigEddie Hung2019-04-221-5/+159
| |\
| | * Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-04-221-5/+159
| | |\
| * | | Tidy upEddie Hung2019-04-221-6/+0
| |/ /
* | | Throw out unused code inherited from abcEddie Hung2019-05-311-212/+3
* | | Fix spellingEddie Hung2019-05-301-1/+1
* | | Revert "Re-enable &dc2"Eddie Hung2019-05-301-1/+1
* | | Do not double count LUT1sEddie Hung2019-05-301-1/+0
* | | Re-enable &dc2Eddie Hung2019-05-301-1/+1
* | | Reduce -W to 160Eddie Hung2019-05-291-1/+1
* | | Erase all boxes before stitchingEddie Hung2019-05-291-27/+30
* | | Call &if with -W 250Eddie Hung2019-05-291-1/+6
* | | Add some debug to abc9Eddie Hung2019-05-291-1/+19
* | | From masterEddie Hung2019-05-281-1/+1
* | | Update from masterEddie Hung2019-05-282-3/+1
* | | Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-05-283-50/+203
|\ \ \
| * | | Refactor hierarchy wand/wor handlingClifford Wolf2019-05-281-102/+143
| * | | Merge branch 'master' into wandworStefan Biereigel2019-05-272-6/+71
| |\ \ \
| | * \ \ Merge pull request #1026 from YosysHQ/clifford/fix1023Clifford Wolf2019-05-271-2/+3
| | |\ \ \
| | | * | | Keep zero-width wires in opt_clean if and only if they are ports, fixes #1023Clifford Wolf2019-05-221-2/+3
| | * | | | Revert enable checkEddie Hung2019-05-251-3/+1
| | * | | | opt_rmdff to optimise even in presence of enable signal, even removingEddie Hung2019-05-241-12/+29
| | * | | | Add commentsEddie Hung2019-05-241-1/+22
| | * | | | Resolve @cliffordwolf review, set even if !has_initEddie Hung2019-05-241-2/+1
| * | | | | move wand/wor resolution into hierarchy passStefan Biereigel2019-05-271-1/+77
| | |/ / / | |/| | |
* | | | | MisspellEddie Hung2019-05-281-1/+1
* | | | | If driver not found, use LUT2Eddie Hung2019-05-271-29/+27
* | | | | Disconnect all ABC boxes tooEddie Hung2019-05-271-11/+9
* | | | | Parse without wideportsEddie Hung2019-05-271-1/+1
* | | | | Remove mapped_mod when doneEddie Hung2019-05-271-0/+2
* | | | | Instantiate cell type (from sym file) otherwise 'clean' warningsEddie Hung2019-05-271-7/+5
* | | | | Add 'cinput' and 'coutput' to symbols file for boxesEddie Hung2019-05-271-7/+18
* | | | | ABC9 to call &sweepEddie Hung2019-05-261-2/+1
* | | | | TypoEddie Hung2019-05-261-1/+1
* | | | | Combine ABC_COMMAND_LUTEddie Hung2019-05-261-2/+1
* | | | | Fix "a" extensionEddie Hung2019-05-261-1/+3
* | | | | Add &fraig and &mfs backEddie Hung2019-05-241-2/+1
* | | | | Merge remote-tracking branch 'origin/eddie/opt_rmdff' into xc7muxEddie Hung2019-05-232-4/+41
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix spacingEddie Hung2019-05-231-2/+2
| * | | | opt_rmdff to work on $dffe and $_DFFE_*Eddie Hung2019-05-231-3/+32
| |/ / /
| * | | Add "wreduce -keepdc", fixes #1016Clifford Wolf2019-05-201-1/+9
* | | | Merge remote-tracking branch 'origin/master' into xc7muxEddie Hung2019-05-2117-139/+384
|\| | |
| * | | Improvements in opt_cleanClifford Wolf2019-05-151-10/+10
| * | | Do not leak file descriptors in cover.ccClifford Wolf2019-05-151-5/+6
| * | | Fix two instances of integer-assignment to string.Henner Zeller2019-05-142-2/+3
| * | | bugpoint: check for -script option.whitequark2019-05-141-0/+3
| * | | Fix handling of glob_abort_cnt in opt_muxtree, fixes #1002Clifford Wolf2019-05-121-3/+11
| * | | Merge pull request #1003 from makaimann/zinit-allClifford Wolf2019-05-111-1/+1
| |\ \ \
| | * | | Zinit option '-singleton' -> '-all'Makai Mann2019-05-101-1/+1