diff options
| -rw-r--r-- | spec/spec.pdf | bin | 338944 -> 330947 bytes | |||
| -rw-r--r-- | spec/spec.tex | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec.pdf b/spec/spec.pdf Binary files differindex e392dec6..fcd690e6 100644 --- a/spec/spec.pdf +++ b/spec/spec.pdf diff --git a/spec/spec.tex b/spec/spec.tex index 8201b32e..df3422e2 100644 --- a/spec/spec.tex +++ b/spec/spec.tex @@ -170,7 +170,7 @@ There are five ground types in FIRRTL: an unsigned integer type, a signed intege \subsubsection{Integer Types} -Both unsigned and signed integer types may optionally be given a known positive integer bit width. +Both unsigned and signed integer types may optionally be given a known non-negative integer bit width. \begin{lstlisting} UInt<10> |
