platforms/machdyne_mozart_mx1.py: adding default_clk_name, default_clk_period (fix CI failure)

This commit is contained in:
Gwenhael Goavec-Merou 2024-06-22 22:43:06 +02:00
parent f8d41e880d
commit 75ef26b8e5
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ _connectors_vx = [
# 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"]