aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:YosysHQ/yosys into clifford/fix968Clifford Wolf2019-05-0618-222/+614
|\
| * Bugfix in peepopt_shiftmul.pmgClifford Wolf2019-05-061-0/+4
| * Merge pull request #989 from YosysHQ/dave/abc_name_improveClifford Wolf2019-05-061-8/+21
| |\
| | * abc: Fix handling of postfixed names (e.g. for retiming)David Shah2019-05-041-4/+4
| | * abc: Improve name recoveryDavid Shah2019-05-041-4/+17
| * | Fix bug in "expose -input"Clifford Wolf2019-05-061-1/+1
| * | Cleanups in opt_cleanClifford Wolf2019-05-061-47/+16
| |/
| * Improve opt_clean handling of unused wiresClifford Wolf2019-05-041-10/+22
| * Merge pull request #969 from YosysHQ/clifford/pmgenstuffClifford Wolf2019-05-0310-151/+496
| |\
| | * Update pmgen documentationClifford Wolf2019-05-031-6/+18
| | * Fix typoClifford Wolf2019-05-031-1/+1
| | * Add peepopt_muldiv, fixes #930Clifford Wolf2019-04-305-1/+77
| | * pmgen progressClifford Wolf2019-04-304-13/+27
| | * Some pmgen reorg, rename peepopt.pmg to peepopt_shiftmul.pmgClifford Wolf2019-04-303-4/+6
| | * Progress in shiftmul peepopt patternClifford Wolf2019-04-301-3/+51
| | * Add "peepopt" skeletonClifford Wolf2019-04-295-1/+112
| | * Add pmgen support for multiple patterns in one matcherClifford Wolf2019-04-293-130/+188
| | * Support multiple pmg files (right now just concatenated together)Clifford Wolf2019-04-291-6/+30
| * | Merge pull request #984 from YosysHQ/eddie/fix_982Clifford Wolf2019-05-031-1/+2
| |\ \
| | * | If init is 1'bx, do not add to dict as per @cliffordwolfEddie Hung2019-05-031-1/+2
| | * | Revert "dffinit -noreinit to silently continue when init value is 1'bx"Eddie Hung2019-05-031-12/+4
| | * | dffinit -noreinit to silently continue when init value is 1'bxEddie Hung2019-05-021-4/+12
| * | | Improve opt_expr and opt_clean handling of (partially) undriven and/or unused...Clifford Wolf2019-05-032-44/+81
| |/ /
| * | Merge branch 'master' of github.com:YosysHQ/yosysEddie Hung2019-05-016-6/+74
| |\ \
| | * | Add missing enable_undef to "sat -tempinduct-def", fixes #883Clifford Wolf2019-05-021-0/+1
| | * | Fix floating point exception in qwp, fixes #923Clifford Wolf2019-05-011-1/+1
| * | | Copy with 1'bx padding in $shiftxEddie Hung2019-04-281-1/+11
| | |/ | |/|
* | | 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
* | | Silently resolve completely unused cell-vs-const driver-driver conflictsClifford Wolf2019-05-011-2/+21
| |/ |/|
* | Fix segfault in wreduceClifford Wolf2019-04-301-0/+2
* | Merge pull request #966 from YosysHQ/clifford/fix956Clifford Wolf2019-04-302-2/+54
|\ \
| * | Add handling of init attributes in "opt_expr -undriven"Clifford Wolf2019-04-301-2/+41
| * | Drive dangling wires with init attr with their init value, fixes #956Clifford Wolf2019-04-291-0/+13
| |/
* / Add -undef option to equiv_opt, passed to equiv_inductEddie Hung2019-04-261-3/+16
|/
* MisspellingEddie Hung2019-04-251-1/+1
* Remove some left-over log_dump()Clifford Wolf2019-04-231-2/+0
* Merge pull request #914 from YosysHQ/xc7srlEddie Hung2019-04-221-5/+159
|\
| * Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-04-223-2/+54
| |\
| * | Use new pmux2shiftx from #944, remove my old attemptEddie Hung2019-04-213-134/+0
| * | Merge remote-tracking branch 'origin/clifford/pmux2shiftx' into xc7srlEddie Hung2019-04-202-0/+832
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into xc7srlEddie Hung2019-04-2011-26/+86
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/pmux2shiftx' into xc7srlEddie Hung2019-04-202-0/+82
| |\ \ \ \
| | * | | | Fix ordering of when to insert zero indexEddie Hung2019-04-111-2/+1
| | * | | | More unusedEddie Hung2019-04-111-1/+0
| | * | | | Remove unusedEddie Hung2019-04-111-1/+0
| | * | | | FixesEddie Hung2019-04-111-20/+16
| | * | | | WIPEddie Hung2019-04-112-0/+89
| | * | | | Spelling fixesEddie Hung2019-04-111-2/+2
| * | | | | Merge remote-tracking branch 'origin' into xc7srlEddie Hung2019-04-207-56/+118
| |\ \ \ \ \