From: Florent Kermarrec Date: Tue, 3 Mar 2015 09:24:05 +0000 (+0100) Subject: litesata: remove unneeded clock constraint X-Git-Tag: 24jan2021_ls180~2515 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f27e7a4b22eea6be21422ed3bb90221928286d30;p=litex.git litesata: remove unneeded clock constraint --- diff --git a/misoclib/mem/litesata/example_designs/platforms/kc705.py b/misoclib/mem/litesata/example_designs/platforms/kc705.py index c39b366d..9a8cbdd5 100644 --- a/misoclib/mem/litesata/example_designs/platforms/kc705.py +++ b/misoclib/mem/litesata/example_designs/platforms/kc705.py @@ -33,10 +33,6 @@ class Platform(SpecializedPlatform): self.add_period_constraint(self.lookup_request("clk200").p, 5.0) except ConstraintError: pass - try: - self.add_period_constraint(self.lookup_request("sata_host").refclk_p, 6.66) - except ConstraintError: - pass self.add_platform_command(""" create_clock -name sys_clk -period 6 [get_nets sys_clk] create_clock -name sata_rx_clk -period 3.33 [get_nets sata_rx_clk]