Skip to content

Commit

Permalink
dvisampler: reset PLL at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Sep 8, 2013
1 parent 52be94f commit d0edb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milkymist/dvisampler/clocking.py
Expand Up @@ -4,7 +4,7 @@

class Clocking(Module, AutoCSR):
def __init__(self, pads):
self._r_pll_reset = CSRStorage()
self._r_pll_reset = CSRStorage(reset=1)
self._r_locked = CSRStatus()

self.locked = Signal()
Expand Down

0 comments on commit d0edb7e

Please sign in to comment.