From: Sebastien Bourdeauducq Date: Mon, 17 Jun 2013 21:32:41 +0000 (+0200) Subject: top: raise frequency back to 83 1/3 MHz X-Git-Tag: 24jan2021_ls180~2894 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a04d53be0734c5a0df81a793e04999b4beea2244;p=litex.git top: raise frequency back to 83 1/3 MHz --- diff --git a/top.py b/top.py index 25e720c8..4396b1fd 100644 --- a/top.py +++ b/top.py @@ -14,7 +14,7 @@ from milkymist.cif import get_macros version = get_macros("common/version.h")["VERSION"][1:-1] -clk_freq = (62 + Fraction(1, 2))*1000000 +clk_freq = (83 + Fraction(1, 3))*1000000 sram_size = 4096 # in bytes l2_size = 8192 # in bytes