diff options
author | Edmond Cote <edmond.cote@gmail.com> | 2018-06-18 17:29:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-18 17:29:01 -0700 |
commit | d89560a0ba6402a8d13177909cc2c1f3b8b7c3e2 (patch) | |
tree | e641204de220a43a975d8bae3b3488e1ab4bcff4 /tests/sva | |
parent | 0ff0ce4973db6f91b717b3771d8a9ca4cdb3a191 (diff) | |
download | yosys-d89560a0ba6402a8d13177909cc2c1f3b8b7c3e2.tar.gz yosys-d89560a0ba6402a8d13177909cc2c1f3b8b7c3e2.tar.bz2 yosys-d89560a0ba6402a8d13177909cc2c1f3b8b7c3e2.zip |
Include module name for area summary stats
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
~~~~
Diffstat (limited to 'tests/sva')
0 files changed, 0 insertions, 0 deletions