From ef4d9fc765ec1ccd336104c72bce7659bc9f4b64 Mon Sep 17 00:00:00 2001 From: Albert Magyar Date: Mon, 21 Jun 2021 16:50:09 -0700 Subject: [spec] Explicit widths may be non-negative, not just positive (#2277) * Fixes #2206--- spec/spec.pdf | Bin 338944 -> 330947 bytes spec/spec.tex | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec.pdf b/spec/spec.pdf index e392dec6..fcd690e6 100644 Binary files a/spec/spec.pdf and b/spec/spec.pdf 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> -- cgit v1.2.3