Commit 46e8a957 authored by Florent Kermarrec's avatar Florent Kermarrec

platforms/zybo_z7: fix default_clk typo.

parent ac075f18
......@@ -89,7 +89,7 @@ _connectors = [
# Platform -----------------------------------------------------------------------------------------
class Platform(XilinxPlatform):
default_clk_name = "clk128"
default_clk_name = "clk125"
default_clk_period = 1e9/125e6
def __init__(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment