From d05115ceda2969badb83b3b2f0cefcd447c29451 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 14 May 2016 11:35:39 +0200 Subject: [PATCH] Minor presentation fixes --- manual/PRESENTATION_Prog.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/PRESENTATION_Prog.tex b/manual/PRESENTATION_Prog.tex index 73c2bf419..b85eda892 100644 --- a/manual/PRESENTATION_Prog.tex +++ b/manual/PRESENTATION_Prog.tex @@ -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} -- 2.30.2