platforms/zybo_z7: fix default_clk typo.
This commit is contained in:
parent
ac075f18c7
commit
46e8a957fe
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue