1
0
mirror of https://github.com/myhdl/myhdl.git synced 2025-01-24 21:52:56 +08:00
This commit is contained in:
jand 2004-01-28 23:07:16 +00:00
parent ced30e3984
commit 0002a5d678

View File

@ -281,7 +281,7 @@ width = 8
graycnt = Signal(intbv()[width:])
enable, clock, reset = [Signal(bool()) for i in range(3)]
GRAY_INC_1 = toVerilog(GrayIncReg, graycnt, enable, clock, reset, width)
GRAY_INC_REG_1 = toVerilog(GrayIncReg, graycnt, enable, clock, reset, width)
\end{verbatim}
The Verilog output module looks as follows: