dvisampler: reset PLL at startup
This commit is contained in:
parent
52be94f060
commit
d0edb7e2b8
|
@ -4,7 +4,7 @@ from migen.bank.description import *
|
||||||
|
|
||||||
class Clocking(Module, AutoCSR):
|
class Clocking(Module, AutoCSR):
|
||||||
def __init__(self, pads):
|
def __init__(self, pads):
|
||||||
self._r_pll_reset = CSRStorage()
|
self._r_pll_reset = CSRStorage(reset=1)
|
||||||
self._r_locked = CSRStatus()
|
self._r_locked = CSRStatus()
|
||||||
|
|
||||||
self.locked = Signal()
|
self.locked = Signal()
|
||||||
|
|
Loading…
Reference in New Issue