mirror of https://github.com/YosysHQ/yosys.git
Minor presentation fixes
This commit is contained in:
parent
407cdea0bc
commit
d05115ceda
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue