From 028c95dfda9a97fe719cf7ac3732ecb94d2c2cdd Mon Sep 17 00:00:00 2001
From: jand
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.