aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/spec.pdfbin338195 -> 338200 bytes
-rw-r--r--spec/spec.tex2
2 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec.pdf b/spec/spec.pdf
index fa3dbe8f..45dd4879 100644
--- a/spec/spec.pdf
+++ b/spec/spec.pdf
Binary files differ
diff --git a/spec/spec.tex b/spec/spec.tex
index 8410c9d2..e20a8b22 100644
--- a/spec/spec.tex
+++ b/spec/spec.tex
@@ -219,7 +219,7 @@ Included below are examples of the syntax for all possible combinations of speci
fixed-point type parameters.
\begin{lstlisting}
Fixed<3><<2>> ; 3-bit width, 2 bits after binary point
-Fixed<10> ; 1-bit width, inferred binary point
+Fixed<10> ; 10-bit width, inferred binary point
Fixed<<-4>> ; Inferred width, binary point of -4
Fixed ; Inferred width and binary point
\end{lstlisting}