Minor presentation fixes

This commit is contained in:
Clifford Wolf 2016-05-14 11:35:39 +02:00
parent 407cdea0bc
commit d05115ceda
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ struct MyPass : public Pass {
log("Modules in current design:\n");
for (auto mod : design->modules())
log(" %s (%d wires, %d cells)\n", log_id(mod),
GetSize(mod->wires), GetSize(mod->cells));
GetSize(mod->wires()), GetSize(mod->cells()));
}
} MyPass;
\end{lstlisting}