aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/printattrs.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* printattrs: Simplify `get_indent_str()`.Alberto Gonzalez2020-05-281-3/+1
| | | | Co-Authored-By: Xiretza <xiretza@xiretza.xyz>
* printattrs: Refactor indentation string building for clarity.Alberto Gonzalez2020-05-271-5/+11
| | | | Co-Authored-By: whitequark <whitequark@whitequark.org>
* printattrs: Use `flags` to pretty-print the `RTLIL::Const` appropriately.Alberto Gonzalez2020-05-271-8/+15
| | | | Co-Authored-By: whitequark <whitequark@whitequark.org>
* misc: Add `printattrs` command.Alberto Gonzalez2020-05-271-0/+79