forked from M-Labs/artiq
sayma_amc: pass RTIO clock frequency to SiPhaser
This commit is contained in:
parent
3b6f47886e
commit
443d6d8688
|
@ -561,7 +561,8 @@ class Satellite(BaseSoC, RTMCommon):
|
|||
self.config["RTIO_FREQUENCY"] = str(rtio_clk_freq/1e6)
|
||||
self.submodules.siphaser = SiPhaser7Series(
|
||||
si5324_clkin=platform.request("si5324_clkin"),
|
||||
rx_synchronizer=self.rx_synchronizer)
|
||||
rx_synchronizer=self.rx_synchronizer,
|
||||
rtio_clk_freq=rtio_clk_freq)
|
||||
platform.add_platform_command("set_property CLOCK_DEDICATED_ROUTE FALSE [get_nets {mmcm_ps}]",
|
||||
mmcm_ps=self.siphaser.mmcm_ps_output)
|
||||
platform.add_false_path_constraints(
|
||||
|
|
Loading…
Reference in New Issue