mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
wording
This commit is contained in:
parent
5c820c647e
commit
028c95dfda
@ -24,7 +24,7 @@
|
||||
</p>
|
||||
|
||||
<p> 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.
|
||||
</p>
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user