mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cores/dna: Fix typo.
This commit is contained in:
parent
4426e61899
commit
153182a014
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class DNA(Module, AutoCSR):
|
|||
count = Signal(8)
|
||||
dout = Signal()
|
||||
self.specials += Instance("DNA_PORT",
|
||||
i_CLK = ClockSignal("icap"),
|
||||
i_CLK = ClockSignal("dna"),
|
||||
i_READ = (count == 0),
|
||||
i_SHIFT = 1,
|
||||
i_DIN = 0,
|
||||
|
|
Loading…
Reference in a new issue