Skip to content

Commit

Permalink
sayma_rtm: use 150MHz RTIO freq for DDMTD
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Jan 31, 2019
1 parent ec230d6 commit ea431b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gateware/targets/sayma_rtm.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def __init__(self, platform):
self.specials += Instance("IBUFGDS", i_I=rtio_clock_pads.p, i_IB=rtio_clock_pads.n,
o_O=self.cd_rtio.clk)
self.submodules.sysref_ddmtd = jesd204_tools.DDMTD(
platform.request("rtm_master_aux_clk"), 125e6)
platform.request("rtm_master_aux_clk"), 150e6)
csr_devices.append("sysref_ddmtd")

# AMC/RTM serwb
Expand Down

0 comments on commit ea431b6

Please sign in to comment.