mirror of
https://github.com/myhdl/myhdl.git
synced 2025-01-24 21:52:56 +08:00
typo
This commit is contained in:
parent
ced30e3984
commit
0002a5d678
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user