1
0
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:
Ahmet Anbar 2019-08-10 23:32:39 +03:00 committed by Keerthan Jaic
parent c3a74de25f
commit 829f6f94ed

View File

@ -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