Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
targets/opsis_base: fix encoder clock
  • Loading branch information
enjoy-digital committed Jan 25, 2016
1 parent dd7a139 commit d73027f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/opsis_base.py
Expand Up @@ -116,7 +116,7 @@ def __init__(self, platform, clk_freq):
self.specials += AsyncResetSynchronizer(self.cd_base50, self.cd_sys.rst | ~dcm_base50_locked)
platform.add_period_constraint(self.cd_base50.clk, 20)

self.comb += self.cd_encoder.clk.eq(self.cd_encoder.clk)
self.comb += self.cd_encoder.clk.eq(self.cd_sys.clk)
self.specials += AsyncResetSynchronizer(self.cd_encoder, self.cd_sys.rst)


Expand Down

0 comments on commit d73027f

Please sign in to comment.