diff options
| author | Albert Magyar | 2021-06-21 16:50:09 -0700 |
|---|---|---|
| committer | GitHub | 2021-06-21 23:50:09 +0000 |
| commit | ef4d9fc765ec1ccd336104c72bce7659bc9f4b64 (patch) | |
| tree | db6fb7c979726b8f02eaa0c7eba351803da85a89 /spec | |
| parent | eb0841d27f5cd077c5f27f339ef9eb86cbe64599 (diff) | |
[spec] Explicit widths may be non-negative, not just positive (#2277)
* Fixes #2206
Diffstat (limited to 'spec')
| -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> |
