Skip to content

Commit

Permalink
platforms/sqrl_xcu1525: Revert previous commit, clk constraints were …
Browse files Browse the repository at this point in the history
…already present in DDR4 constraints.
  • Loading branch information
enjoy-digital committed Sep 13, 2024
1 parent 90ff3d1 commit 4604379
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions litex_boards/platforms/sqrl_xcu1525.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,6 @@ def create_programmer(self):

def do_finalize(self, fragment):
XilinxUSPPlatform.do_finalize(self, fragment)
# Clks Constraints.
self.add_period_constraint(self.lookup_request("clk300", 0, loose=True), 1e9/300e6)
self.add_period_constraint(self.lookup_request("clk300", 1, loose=True), 1e9/300e6)
self.add_period_constraint(self.lookup_request("clk300", 2, loose=True), 1e9/300e6)
self.add_period_constraint(self.lookup_request("clk300", 3, loose=True), 1e9/300e6)

# For passively cooled boards, overheating is a significant risk if airflow isn't sufficient
self.add_platform_command("set_property BITSTREAM.CONFIG.OVERTEMPSHUTDOWN ENABLE [current_design]")
Expand Down

0 comments on commit 4604379

Please sign in to comment.