Skip to content

Commit

Permalink
sayma: drive filtered_clk_sel on master variant
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourdeauducq committed Feb 6, 2020
1 parent 52ec849 commit 6d26def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/gateware/targets/sayma_amc.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def __init__(self, **kwargs):
self.config["SI5324_AS_SYNTHESIZER"] = None
self.config["RTIO_FREQUENCY"] = str(rtio_clk_freq/1e6)

self.comb += platform.request("filtered_clk_sel").eq(1)
self.comb += platform.request("sfp_tx_disable", 0).eq(0)
self.submodules.drtio_transceiver = gth_ultrascale.GTH(
clock_pads=platform.request("cdr_clk_clean", 0),
Expand Down

0 comments on commit 6d26def

Please sign in to comment.