mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
platforms/zybo_z7: fix default_clk typo.
This commit is contained in:
parent
ac075f18c7
commit
46e8a957fe
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue