mirror of https://github.com/YosysHQ/yosys.git
d89560a0ba
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 ~~~~ |
||
---|---|---|
.. | ||
Makefile.inc | ||
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 | ||
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 |