diff options
| -rw-r--r-- | spec/spec.pdf | bin | 339566 -> 340133 bytes | |||
| -rw-r--r-- | spec/spec.tex | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/spec.pdf b/spec/spec.pdf Binary files differindex 2eaac920..7a3bec8b 100644 --- a/spec/spec.pdf +++ b/spec/spec.pdf 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. |
