aboutsummaryrefslogtreecommitdiffstats
path: root/passes
Commit message (Expand)AuthorAgeFilesLines
* glift: Use worker pattern.Alberto Gonzalez2020-07-011-80/+75
* glift: Add support for $_NAND_ and $_NOR_ cells.Alberto Gonzalez2020-07-011-8/+11
* glift: Add support for $_MUX_ and $_NMUX_ cells.Alberto Gonzalez2020-07-011-1/+34
* glift: Add support for $_XOR_ and $_XNOR_ cells.Alberto Gonzalez2020-07-011-15/+79
* glift: Add initial hierarchy support.Alberto Gonzalez2020-07-011-12/+59
* glift: Replace `YS_OVERRIDE` with `override`.Alberto Gonzalez2020-07-011-2/+2
* glift: Add `-simple-cost-model` optionAlberto Gonzalez2020-07-011-20/+45
* glift: Add `-instrument-more` option to add 4 more versions of taint tracking...Alberto Gonzalez2020-07-011-44/+124
* glift: Change command names to better represent their functions.Alberto Gonzalez2020-07-011-22/+22
* glift: Add `-create-imprecise` command, rename other commands, and re-work th...Alberto Gonzalez2020-07-011-28/+54
* glift: Add replacement scoring and area minimization option.Alberto Gonzalez2020-07-011-3/+56
* glift: Remove outputs by default; add `-keep-outputs` option; properly reset ...Alberto Gonzalez2020-07-011-12/+43
* glift: Initial implementation of the `-sketchify` option.Alberto Gonzalez2020-07-011-50/+71
* glift: Initial implementation of GLIFT model construction.Alberto Gonzalez2020-07-011-2/+173
* glift: Add skeleton for `glift` command.Alberto Gonzalez2020-07-012-0/+51
* Merge pull request #2138 from boqwxp/qbfsat-oflagclairexen2020-07-011-16/+47
|\
| * qbfsat: Add `-O[012]` options to control pre-solving simplification with ABC.Alberto Gonzalez2020-06-301-16/+47
* | Merge pull request #2206 from boqwxp/qbfsat-fix-name-specializationclairexen2020-07-011-2/+24
|\ \
| * | qbfsat: Fix name-based hole specialization.Alberto Gonzalez2020-06-301-2/+24
| |/
* | Merge pull request #2199 from YosysHQ/mmicko/sim_memoryclairexen2020-06-301-1/+4
|\ \
| * | sim - error when memrd and memwr detectedMiodrag Milanovic2020-06-291-1/+4
* | | Merge pull request #2201 from YosysHQ/fix_test_cell_ilangclairexen2020-06-301-2/+2
|\ \ \
| * | | Use ID macro to fix assertionMiodrag Milanovic2020-06-291-2/+2
| |/ /
* | / techmap: don't drop attributes on replaced cells.whitequark2020-06-291-2/+3
| |/ |/|
* | Merge pull request #2200 from YosysHQ/mmicko/fix_exposeMiodrag Milanović2020-06-291-7/+23
|\ \
| * | Give error that options are exclusiveMiodrag Milanovic2020-06-291-2/+6
| * | cleanupMiodrag Milanovic2020-06-291-12/+13
| * | expose pass fixMiodrag Milanovic2020-06-291-5/+16
| |/
* / test_cell: don't generate directional shifts with \B_SIGNED=1Xiretza2020-06-281-0/+4
|/
* Merge pull request #2168 from whitequark/assert-unused-exprsclairexen2020-06-255-20/+20
|\
| * Use [[maybe_unused]] instead of YS_ATTRIBUTE(unused).whitequark2020-06-191-10/+10
| * Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug().whitequark2020-06-194-10/+10
* | Merge pull request #2135 from boqwxp/qbfsat-timeinfoclairexen2020-06-251-1/+6
|\ \
| * | log, qbfsat: Include child process time in `PerformanceTimer::query()` and re...Alberto Gonzalez2020-06-211-1/+6
* | | Merge pull request #2093 from boqwxp/qbfsat-bugfixesclairexen2020-06-251-86/+136
|\| |
| * | qbfsat: Simplify solution recovery parsing and tweak the solution regexes.Alberto Gonzalez2020-06-211-22/+12
| * | qbfsat: Avoid instantiating `AttrObject`s directly.Alberto Gonzalez2020-06-211-9/+6
| * | qbfsat: Simplify solution format and replace `SigBit::str()` with `log_signal...Alberto Gonzalez2020-06-211-19/+37
| * | qbfsat: Fixes three bugs.Alberto Gonzalez2020-06-211-5/+17
| * | qbfsat: Use bit precise mapping for hole value wires and a more robust hole s...Alberto Gonzalez2020-06-211-80/+113
| |/
* | simplemap: Fix $dffsre mapping.Marcelina Kościelnicka2020-06-231-1/+1
* | Update dff2dffe, dff2dffs, zinit to new FF types.Marcelina Kościelnicka2020-06-233-43/+73
* | Add new FF types to simplemap.Marcelina Kościelnicka2020-06-231-8/+133
* | Add support for new FF types in some opt passes.Marcelina Kościelnicka2020-06-233-14/+53
* | Add new builtin FF typesMarcelina Kościelnicka2020-06-231-1/+4
|/
* Merge pull request #2173 from whitequark/use-cxx11-final-overridewhitequark2020-06-19153-340/+340
|\
| * Use C++11 final/override keywords.whitequark2020-06-18153-340/+340
* | cutpoint: Improve efficiency by iterating over module ports instead of module...Alberto Gonzalez2020-06-181-9/+10
|/
* Merge pull request #2153 from boqwxp/splitnets-cleanupN. Engelhardt2020-06-181-16/+19
|\
| * splitnets: Clean up pseudo-private member usageAlberto Gonzalez2020-06-131-7/+6