From a82958714c096eefebde16e0491b978135c1757e Mon Sep 17 00:00:00 2001 From: Kevin Laeufer Date: Fri, 31 Jul 2020 16:55:05 -0700 Subject: Fixed typo in fixed-point type parameter examples (#1816) Co-authored-by: chick Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- spec/spec.pdf | Bin 338195 -> 338200 bytes spec/spec.tex | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec.pdf b/spec/spec.pdf index fa3dbe8f..45dd4879 100644 Binary files a/spec/spec.pdf and b/spec/spec.pdf 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} -- cgit v1.2.3