mirror of
https://github.com/myhdl/myhdl.git
synced 2024-12-14 07:44:38 +08:00
Function name is fixed (#318)
This commit is contained in:
parent
c3a74de25f
commit
829f6f94ed
@ -83,7 +83,7 @@ signal:
|
||||
single: VHDL; signal assignment
|
||||
single: Verilog; non-blocking assignment
|
||||
|
||||
The clock driver function :func:`clk_driver` drives the clock signal. If defines
|
||||
The clock driver function :func:`drive_clk` drives the clock signal. If defines
|
||||
a generator that continuously toggles a clock signal after a certain delay. A
|
||||
new value of a signal is specified by assigning to its ``next`` attribute. This
|
||||
is the MyHDL equivalent of the VHDL signal assignment and the Verilog
|
||||
|
Loading…
x
Reference in New Issue
Block a user