2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

kc705: use misoc clock for false path

This commit is contained in:
Sebastien Bourdeauducq 2016-10-30 11:12:36 +08:00
parent cd68577dbc
commit 2392113bb6

View File

@ -149,7 +149,7 @@ class _NIST_Ions(MiniSoC, AMPSoC):
self.rtio_crg.cd_rtio.clk.attr.add("keep")
self.platform.add_period_constraint(self.rtio_crg.cd_rtio.clk, 8.)
self.platform.add_false_path_constraints(
self.rtio.cd_rsys.clk,
self.crg.cd_sys.clk,
self.rtio_crg.cd_rtio.clk)
self.submodules.rtio_analyzer = rtio.Analyzer(self.rtio,