yosys/passes
Edmond Cote d89560a0ba
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
~~~~
2018-06-18 17:29:01 -07:00
..
cmds Include module name for area summary stats 2018-06-18 17:29:01 -07:00
equiv Improve log messages in equiv_make 2018-01-19 16:20:40 +01:00
fsm Remove some dead code from fsm_map 2017-08-21 15:02:16 +02:00
hierarchy Bugfix in handling of array instances with empty ports 2018-05-31 18:09:31 +02:00
memory Disable memory_dff for initialized FFs 2018-05-28 17:16:15 +02:00
opt Add optimization of tristate buffer with constant control input 2018-05-12 15:18:27 +02:00
proc Add warnings for driver-driver conflicts between FFs (and other cells) and constants 2017-12-12 17:13:27 +01:00
sat Removed $timescale from "sat" command VCD writer 2018-03-29 12:38:41 +02:00
techmap Fix infinite loop in abc command under emscripten 2018-05-18 22:42:39 -07:00
tests Add $live and $fair cell types, add support for s_eventually keyword 2017-02-25 10:36:39 +01:00