Skip to content

Commit

Permalink
platforms/machdyne_mozart_mx1.py: adding default_clk_name, default_cl…
Browse files Browse the repository at this point in the history
…k_period (fix CI failure)
  • Loading branch information
trabucayre committed Jun 22, 2024
1 parent f8d41e8 commit 75ef26b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions litex_boards/platforms/machdyne_mozart_mx1.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
# Platform -----------------------------------------------------------------------------------------

class Platform(Xilinx7SeriesPlatform):
default_clk_name = "clk48"
default_clk_period = 1e9/48e6

def __init__(self, revision="v0", variant="a7-35", toolchain="vivado"):

assert revision in ["v0"]
Expand Down

0 comments on commit 75ef26b

Please sign in to comment.