Skip to content
Snippets Groups Projects
Commit 8d26c241 authored by Florent Kermarrec's avatar Florent Kermarrec
Browse files

kc705: revert sys_clk_freq to 125MHz.

parent babf638c
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ class _CRG(Module): ...@@ -48,7 +48,7 @@ class _CRG(Module):
# BaseSoC ------------------------------------------------------------------------------------------ # BaseSoC ------------------------------------------------------------------------------------------
class BaseSoC(SoCCore): class BaseSoC(SoCCore):
def __init__(self, sys_clk_freq=int(150e6), with_ethernet=False, with_sata=False, **kwargs): def __init__(self, sys_clk_freq=int(125e6), with_ethernet=False, with_sata=False, **kwargs):
platform = kc705.Platform() platform = kc705.Platform()
# SoCCore ---------------------------------------------------------------------------------- # SoCCore ----------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment