aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Expand)AuthorAgeFilesLines
* Hook up $aldff support in various passes.Marcelina Kościelnicka2021-10-021-1/+1
* logger: Add -check-expected subcommand.Marcelina Kościelnicka2021-08-121-0/+9
* Add v2 memory cells.Marcelina Kościelnicka2021-08-111-1/+1
* rtlil: Make Process handling more uniform with Cell and Wire.Marcelina Kościelnicka2021-07-122-11/+8
* Merge pull request #2817 from YosysHQ/claire/fixemailsClaire Xen2021-06-0935-36/+36
|\
| * Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-0835-36/+36
* | autoname: simple perf optimizationsZachary Snow2021-06-081-11/+15
|/
* kernel/rtlil: Extract some helpers for checking memory cell types.Marcelina Kościelnicka2021-05-221-1/+1
* connect: Add -assert option, fix non-working sigmap.Marcelina Kościelnicka2021-05-081-4/+24
* Clarify bugpoint documentation regarding outputIris Johnson2021-03-241-0/+2
* bugpoint: add runner optionZachary Snow2021-03-171-6/+17
* blackbox: Include whiteboxed modulesgatecat2021-03-171-1/+2
* Add support for memory writes in processes.Marcelina Kościelnicka2021-03-083-0/+30
* scc: Add -specify option to find loops in boxesDan Ravensloft2021-01-261-17/+60
* plugin: enhance no-plugin errorumarcor2020-12-291-1/+5
* bugpoint: add -wires option.whitequark2020-12-071-3/+38
* bugpoint: try to remove whole processes first.whitequark2020-12-071-4/+40
* bugpoint: accept quoted strings in -grep.whitequark2020-12-071-1/+4
* bugpoint: add -command option.whitequark2020-12-071-13/+21
* check: add support for processes.whitequark2020-11-031-3/+38
* check: reformat log/help text to match most other passeswhitequark2020-11-031-19/+17
* use the new isPublic() in a few placesN. Engelhardt2020-09-144-5/+5
* Replace "ILANG" with "RTLIL" everywhere.whitequark2020-08-262-5/+5
* 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