aboutsummaryrefslogtreecommitdiff
path: root/spec/spec.tex
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec.tex')
-rw-r--r--spec/spec.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec.tex b/spec/spec.tex
index 7d4d8ef2..3a9da4a2 100644
--- a/spec/spec.tex
+++ b/spec/spec.tex
@@ -902,9 +902,9 @@ In the example above, the type of \verb|mymem| is:
flip data: {real:SInt<16>, imag:SInt<16>}}
flip w: {addr: UInt<8>,
en: UInt<1>,
- clk: Clock},
+ clk: Clock,
data: {real:SInt<16>, imag:SInt<16>},
- mask: {real:UInt<1>, imag:UInt<1>}}
+ mask: {real:UInt<1>, imag:UInt<1>}}}
\end{lstlisting}
The following sections describe how a memory's field types are calculated and the behavior of each type of memory port.