aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
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
* Add new builtin FF typesMarcelina Koƛcielnicka2020-06-231-1/+4
* Use C++11 final/override keywords.whitequark2020-06-1837-93/+93
* splitnets: Clean up pseudo-private member usageAlberto Gonzalez2020-06-131-7/+6
* splitnets: Slightly improve efficiency by avoiding some unnecessary lookupsAlberto Gonzalez2020-06-131-9/+13
* splitnets: propagate (*hdlname*) and disambiguate via start_offset.whitequark2020-06-101-0/+4
* Merge pull request #2085 from rswarbrick/selectclairexen2020-06-081-14/+19
|\
| * Pass some more args by reference in select.ccRupert Swarbrick2020-05-271-7/+7
| * Minor optimisations in select.cc's match_ids functionRupert Swarbrick2020-05-271-9/+11
| * Silence warning in select.ccRupert Swarbrick2020-05-271-1/+4
* | Merge pull request #2081 from YosysHQ/eddie/blackbox_astEddie Hung2020-05-301-25/+1
|\ \
| * | blackbox: re-use existing Module::makeblackbox() methodEddie Hung2020-05-251-25/+1
| |/
* | Add flooring division operatorXiretza2020-05-281-1/+1
* | Add flooring modulo operatorXiretza2020-05-281-1/+1
* | printattrs: Simplify `get_indent_str()`.Alberto Gonzalez2020-05-281-3/+1
* | printattrs: Refactor indentation string building for clarity.Alberto Gonzalez2020-05-271-5/+11
* | printattrs: Use `flags` to pretty-print the `RTLIL::Const` appropriately.Alberto Gonzalez2020-05-271-8/+15
* | misc: Add `printattrs` command.Alberto Gonzalez2020-05-272-0/+80
|/
* log: Use `dict` instead of `std::vector<std::pair>` for `log_expect_{error, w...Alberto Gonzalez2020-05-151-33/+6
* logger: clean up docEddie Hung2020-05-141-1/+2
* logger: fix for multiple calls with same patternEddie Hung2020-05-141-6/+34
* Add WASI platform support.whitequark2020-04-303-5/+15
* bugpoint: improve messagingEddie Hung2020-04-241-7/+7
* bugpoint: (* keep *) to (* bugpoint_keep *); also apply to modules/cellsEddie Hung2020-04-241-5/+14
* bugpoint: skip ports with (* keep *) on; add headerEddie Hung2020-04-241-9/+18
* bugpoint: improve help textEddie Hung2020-04-231-11/+13
* Merge pull request #1949 from YosysHQ/eddie/select_blackboxEddie Hung2020-04-221-9/+26
|\
| * Update passes/cmds/select.ccClaire Wolf2020-04-221-2/+2
| * select: do not select black/white boxes by default, '=' prefix to do soEddie Hung2020-04-221-5/+5
| * Add '=' selection pattern prefix for non-blackbox only patternsClaire Wolf2020-04-211-12/+26
| * select: do not select inside blackboxesEddie Hung2020-04-161-0/+3
* | Merge pull request #1950 from YosysHQ/eddie/design_importEddie Hung2020-04-221-2/+8
|\ \
| * | design: -import to not count black/white-boxes as candidates for topEddie Hung2020-04-161-2/+8
| |/
* | bugpoint: Don't remove modules or cells while iterating over them.Marcelina Koƛcielnicka2020-04-221-4/+14
* | Merge pull request #1888 from boqwxp/cleanup_scatterwhitequark2020-04-171-17/+11
|\ \
| * | Replace `std::map` with `dict`.Alberto Gonzalez2020-04-161-2/+2