Include module name for area summary stats
authorEdmond Cote <edmond.cote@gmail.com>
Tue, 19 Jun 2018 00:29:01 +0000 (17:29 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jun 2018 00:29:01 +0000 (17:29 -0700)
commitd89560a0ba6402a8d13177909cc2c1f3b8b7c3e2
treee641204de220a43a975d8bae3b3488e1ab4bcff4
parent0ff0ce4973db6f91b717b3771d8a9ca4cdb3a191
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
~~~~
passes/cmds/stat.cc