Skip to content

Commit

Permalink
serwb/efinixserdes: slave PLL clk: slowclock as feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Dec 7, 2023
1 parent 03a7fbb commit dd25a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liteiclink/serwb/efinixserdes.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def __init__(self, pads, mode="master", platform=None, static_delay_taps=0):
lvds_input=True,
refclk_name=platform.get_pin_name(pads.clk_p) + "_gen",
)
pll.create_clkout(self.cd_rx_slow_clk, sys_clk_freq, name="rx_slow_clk")
pll.create_clkout(self.cd_rx_slow_clk, sys_clk_freq, name="rx_slow_clk", is_feedback=(platform.family=="Trion"))
pll.create_clkout(self.cd_rx_fast_clk, sys_clk_freq*4, phase=90, name="rx_fast_clk")

self.comb += self.refclk.eq(self.cd_rx_slow_clk.clk)
Expand Down

0 comments on commit dd25a96

Please sign in to comment.