aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
| * | Replace pseudo-private member access to `connections_` in `passes/cmds/scatte...Alberto Gonzalez2020-04-161-13/+10
| * | Clean up `passes/cmds/scatter.cc`.Alberto Gonzalez2020-04-161-10/+7
| |/
* | Merge pull request #1882 from boqwxp/cleanup_renamewhitequark2020-04-171-119/+103
|\ \
| * | Use `dict` instead of `std::map`.Alberto Gonzalez2020-04-161-9/+9
| * | Revert to `stringf()` rather than stringstreams.Alberto Gonzalez2020-04-161-12/+8