mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
improvement in "stat"
This commit is contained in:
parent
a1c3df7fe4
commit
6af8076967
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ struct StatPass : public Pass {
|
||||||
data.log_data();
|
data.log_data();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (top_mod != NULL)
|
if (top_mod != NULL && GetSize(mod_stat) > 1)
|
||||||
{
|
{
|
||||||
log("\n");
|
log("\n");
|
||||||
log("=== design hierarchy ===\n");
|
log("=== design hierarchy ===\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue