aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAlbert Magyar2021-06-21 16:50:09 -0700
committerGitHub2021-06-21 23:50:09 +0000
commitef4d9fc765ec1ccd336104c72bce7659bc9f4b64 (patch)
treedb6fb7c979726b8f02eaa0c7eba351803da85a89 /spec
parenteb0841d27f5cd077c5f27f339ef9eb86cbe64599 (diff)
[spec] Explicit widths may be non-negative, not just positive (#2277)
* Fixes #2206
Diffstat (limited to 'spec')
-rw-r--r--spec/spec.pdfbin338944 -> 330947 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 e392dec6..fcd690e6 100644
--- a/spec/spec.pdf
+++ b/spec/spec.pdf
Binary files differ
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>