mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
Merge pull request #274 from wuerges/master
Fixed doc: replaced a @instance by a @block.
This commit is contained in:
commit
e228402093
@ -93,7 +93,7 @@ model directly::
|
||||
|
||||
from myhdl import block, always_seq
|
||||
|
||||
@instance
|
||||
@block
|
||||
def top(<parameters>, clock, ..., reset, ...):
|
||||
...
|
||||
@always_seq(clock.posedge, reset=reset)
|
||||
|
Loading…
x
Reference in New Issue
Block a user