3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-23 14:23:41 +00:00
yosys/passes/cmds
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
..
add.cc
blackbox.cc Add blackbox command 2017-10-04 18:30:42 +02:00
check.cc Added "check -initdrv" 2017-01-04 18:12:41 +01:00
chformal.cc Fix gcc compiler warning 2017-04-05 11:21:06 +02:00
chtype.cc Add chtype command 2017-06-30 17:57:34 +02:00
connect.cc
connwrappers.cc Fix connwrappers help message 2018-03-04 22:54:34 +01:00
copy.cc
cover.cc Add "#ifdef __FreeBSD__" 2018-05-13 13:08:26 +02:00
delete.cc
design.cc Add "design -import" 2017-06-30 19:18:52 +02:00
edgetypes.cc
logcmd.cc
ltp.cc Add "ltp" command 2017-10-31 12:40:25 +01:00
Makefile.inc Add "ltp" command 2017-10-31 12:40:25 +01:00
plugin.cc
qwp.cc Add support for "yosys -E" 2018-01-07 16:36:13 +01:00
rename.cc
scatter.cc
scc.cc Implemented "scc -set_attr" 2016-11-06 00:04:10 +01:00
select.cc Recognize stand-alone obj pattern even when it contains a slash 2018-02-13 14:55:24 +01:00
setattr.cc Added "setparam -type" 2016-10-19 13:54:04 +02:00
setundef.cc Add setundef -anyseq / -anyconst support to -undriven mode 2018-06-01 11:57:28 +02:00
show.cc Add support for "yosys -E" 2018-01-07 16:36:13 +01:00
splice.cc Added "yosys -D" feature 2016-04-21 23:28:37 +02:00
splitnets.cc Added wire start_offset and upto handling to splitnets cmd 2016-11-23 13:54:33 +01:00
stat.cc Include module name for area summary stats 2018-06-18 17:29:01 -07:00
tee.cc Add support for "yosys -E" 2018-01-07 16:36:13 +01:00
torder.cc Added "yosys -D" feature 2016-04-21 23:28:37 +02:00
trace.cc
write_file.cc Add support for "yosys -E" 2018-01-07 16:36:13 +01:00