From 8dd68eec190c3e5ab7789344b98c784cd6e2fcd2 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 8 Dec 2009 16:33:37 +0100 Subject: [PATCH] Put some function names inside \hs. --- Chapters/Prototype.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Chapters/Prototype.tex b/Chapters/Prototype.tex index 73873bd..390e98b 100644 --- a/Chapters/Prototype.tex +++ b/Chapters/Prototype.tex @@ -1424,11 +1424,11 @@ end architecture structural; \stopbuffer - \placeexample[][ex:AvgStateTypes]{\VHDL\ types generated for acc and avg from \in{example}[ex:AvgState]} + \placeexample[][ex:AvgStateTypes]{\VHDL\ types generated for \hs{acc} and \hs{avg} from \in{example}[ex:AvgState]} {\typebuffervhdl{AvgStateTypes}} - \placeexample[][ex:AccStateVHDL]{\VHDL\ generated for acc from \in{example}[ex:AvgState]} + \placeexample[][ex:AccStateVHDL]{\VHDL\ generated for \hs{acc} from \in{example}[ex:AvgState]} {\typebuffervhdl{AccStateVHDL}} - \placeexample[][ex:AvgStateVHDL]{\VHDL\ generated for avg from \in{example}[ex:AvgState]} + \placeexample[][ex:AvgStateVHDL]{\VHDL\ generated for \hs{avg} from \in{example}[ex:AvgState]} {\typebuffervhdl{AvgStateVHDL}} % \subsection{Initial state} % How to specify the initial state? Cannot be done inside a hardware -- 2.30.2