2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-29 05:03:34 +08:00

jesd204_tools: get the Vivado timing analyzer to behave

This commit is contained in:
Sebastien Bourdeauducq 2019-01-03 20:22:35 +08:00
parent d6a3172a3e
commit 10ebf63c47

View File

@ -37,6 +37,7 @@ class UltrascaleCRG(Module, AutoCSR):
]
if use_rtio_clock:
self.cd_jesd.clk.attr.add("keep")
self.comb += self.cd_jesd.clk.eq(ClockSignal("rtio"))
else:
self.specials += Instance("BUFG_GT", i_I=refclk2, o_O=self.cd_jesd.clk)