platforms/zybo_z7: fix default_clk typo.

This commit is contained in:
Florent Kermarrec 2020-11-12 14:26:36 +01:00
parent ac075f18c7
commit 46e8a957fe
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ _connectors = [
# Platform ----------------------------------------------------------------------------------------- # Platform -----------------------------------------------------------------------------------------
class Platform(XilinxPlatform): class Platform(XilinxPlatform):
default_clk_name = "clk128" default_clk_name = "clk125"
default_clk_period = 1e9/125e6 default_clk_period = 1e9/125e6
def __init__(self): def __init__(self):