From 028c95dfda9a97fe719cf7ac3732ecb94d2c2cdd Mon Sep 17 00:00:00 2001 From: jand Date: Wed, 30 Jul 2003 11:56:28 +0000 Subject: [PATCH] wording --- doc/html/myabout.dat | 2 +- doc/whatsnew03/whatsnew03.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/html/myabout.dat b/doc/html/myabout.dat index cfbb16e9..2139658c 100644 --- a/doc/html/myabout.dat +++ b/doc/html/myabout.dat @@ -24,7 +24,7 @@

Jan Decaluwe reused the Python documentation flow to generate -the MyHDL manual as much as he could; his sincere thanks and +the MyHDL documentation as much as he could; his sincere thanks and appreciation go out to all who contributed to this flow and made this part of his life so much easier.

diff --git a/doc/whatsnew03/whatsnew03.tex b/doc/whatsnew03/whatsnew03.tex index f9d20ace..0f1cd592 100644 --- a/doc/whatsnew03/whatsnew03.tex +++ b/doc/whatsnew03/whatsnew03.tex @@ -140,8 +140,8 @@ semantics. \myhdl\ 0.3 provides a function called \function{always_comb()} which is named and modeled after the SystemVerilog counterpart. \function{always_comb()} takes a single classic function as its -argument. This function should be locally defined and specifies what -should happen when one of its input signal +argument. This function should be a locally defined function that +specifies what should happen when one of its input signals changes. \function{always_comb()} returns a generator that is sensitive to all inputs, and that will run the function whenever an input changes.