aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into xaigEddie Hung2019-06-1233-358/+1320
|\
| * Allow muxcover costs to be changedEddie Hung2019-06-071-12/+42
| * Merge pull request #1071 from YosysHQ/eddie/fix_1070Clifford Wolf2019-06-061-2/+2
| |\
| | * Fix typo in opt_rmdffEddie Hung2019-06-051-2/+2
| * | Merge pull request #1072 from YosysHQ/eddie/fix_1069Clifford Wolf2019-06-061-0/+5
| |\ \
| | * | Error out if no top module given before 'sim'Eddie Hung2019-06-051-0/+5
| | |/
| * / Missing doc for -tech xilinx in shregmapEddie Hung2019-06-051-0/+3
| |/
| * Merge pull request #1067 from YosysHQ/clifford/fix1065Eddie Hung2019-06-051-1/+1
| |\
| | * Suppress driver-driver conflict warning for unknown cell types, fixes #1065Clifford Wolf2019-06-051-1/+1
| * | Major rewrite of wire selection in setundef -initClifford Wolf2019-06-051-30/+89
| * | Indent fixClifford Wolf2019-06-051-23/+25
| * | Merge pull request #999 from jakobwenzel/setundefInitFixClifford Wolf2019-06-051-16/+23
| |\ \
| | * | initialize more registers in setundef -initJakob Wenzel2019-05-091-16/+23
| * | | Fix typo in fmcombine log message, fixes #1063Clifford Wolf2019-06-051-2/+2
| | |/ | |/|
| * | Fix "tee" handling of log_streamsClifford Wolf2019-05-311-0/+5
| * | Merge pull request #1049 from YosysHQ/clifford/fix1047Clifford Wolf2019-05-281-4/+11
| |\ \
| | * | Do not use shiftmul peepopt pattern when mul result is truncated, fixes #1047Clifford Wolf2019-05-281-4/+11
| * | | 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
| | * | | Fix spacingEddie Hung2019-05-231-2/+2
| | * | | opt_rmdff to work on $dffe and $_DFFE_*Eddie Hung2019-05-231-3/+32
| | |/ /
| * / / move wand/wor resolution into hierarchy passStefan Biereigel2019-05-271-1/+77
| |/ /
| * | Add "wreduce -keepdc", fixes #1016Clifford Wolf2019-05-201-1/+9
| * | 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
| | |/
| * | Add "fmcombine -initeq -anyeq"Clifford Wolf2019-05-111-3/+38
| * | Add "stat -tech xilinx"Clifford Wolf2019-05-111-3/+73
| |/
| * Merge pull request #991 from kristofferkoch/gcc9-warningsClifford Wolf2019-05-082-4/+3
| |\
| | * Fix all warnings that occurred when compiling with gcc9Kristoffer Ellersgaard Koch2019-05-082-4/+3
| * | More opt_clean cleanupsClifford Wolf2019-05-071-26/+36
| * | Merge pull request #946 from YosysHQ/clifford/specifyClifford Wolf2019-05-061-1/+1
| |\ \
| | * | Merge branch 'master' of github.com:YosysHQ/yosys into clifford/specifyClifford Wolf2019-05-061-10/+22
| | |\|
| | * | Merge remote-tracking branch 'origin/master' into clifford/specifyEddie Hung2019-05-0317-188/+649
| | |\ \
| | * | | Add $specrule cells for $setup/$hold/$skew specify rulesClifford Wolf2019-04-231-1/+1
| | * | | Preserve $specify[23] cellsClifford Wolf2019-04-231-1/+1
| * | | | Merge pull request #975 from YosysHQ/clifford/fix968Clifford Wolf2019-05-061-11/+41
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of github.com:YosysHQ/yosys into clifford/fix968Clifford Wolf2019-05-0618-222/+614
| | |\ \ \ \
| | * | | | | Further improve unused-detection for opt_clean driver-driver conflict warningClifford Wolf2019-05-031-5/+8
| | * | | | | Improve unused-detection for opt_clean driver-driver conflict warningClifford Wolf2019-05-031-21/+29