From 551a0aeb27ab877479a48c1d6319d5b56592dd1e Mon Sep 17 00:00:00 2001 From: jand Date: Fri, 1 Aug 2003 14:22:44 +0000 Subject: [PATCH] typo --- doc/whatsnew03/whatsnew03.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whatsnew03/whatsnew03.tex b/doc/whatsnew03/whatsnew03.tex index b12f60dd..f5518a91 100644 --- a/doc/whatsnew03/whatsnew03.tex +++ b/doc/whatsnew03/whatsnew03.tex @@ -192,7 +192,7 @@ def mux(z, a, b, sel): return mux_logic \end{verbatim} -Note in the first version, the sensitivity list is at the beginning of +Note that in the first version, the sensitivity list is at the beginning of the generator function code. This is traditionally done in synthesizable RTL style modeling. However, the semantics of this style are not entirely correct: at the start of the simulation, the