Skip to content

Commit

Permalink
targets/kc705: revert sys_clk_freq to 150MHz.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Nov 2, 2020
1 parent c1c095f commit 081d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litex/boards/targets/kc705.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(self, platform, sys_clk_freq):
# BaseSoC ------------------------------------------------------------------------------------------

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()

# SoCCore ----------------------------------------------------------------------------------
Expand Down

0 comments on commit 081d883

Please sign in to comment.