mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-22 08:40:28 +00:00
The PR prints the name of the module when displaying the final area count. Pros: - Easier for the user to `grep` for area information about a specific module Cons: - Arguably more verbose, less "pretty" than author desires Verification: ~~~~ 30c30 < Chip area for this module: 20616.349000 --- > Chip area for module '$paramod$d1738fc0bb353d517bc2caf8fef2abb20bced034\picorv32': 20616.349000 70c70 < Chip area for this module: 88.697700 --- > Chip area for module '\picorv32_axi_adapter': 88.697700 102c102 < Chip area for this module: 20705.046700 --- > Chip area for top module '\picorv32_axi': 20705.046700 ~~~~ |
||
|---|---|---|
| .. | ||
| add.cc | ||
| blackbox.cc | ||
| check.cc | ||
| chformal.cc | ||
| chtype.cc | ||
| connect.cc | ||
| connwrappers.cc | ||
| copy.cc | ||
| cover.cc | ||
| delete.cc | ||
| design.cc | ||
| edgetypes.cc | ||
| logcmd.cc | ||
| ltp.cc | ||
| Makefile.inc | ||
| plugin.cc | ||
| qwp.cc | ||
| rename.cc | ||
| scatter.cc | ||
| scc.cc | ||
| select.cc | ||
| setattr.cc | ||
| setundef.cc | ||
| show.cc | ||
| splice.cc | ||
| splitnets.cc | ||
| stat.cc | ||
| tee.cc | ||
| torder.cc | ||
| trace.cc | ||
| write_file.cc | ||