mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
top: raise frequency back to 83 1/3 MHz
This commit is contained in:
parent
6d3af8a914
commit
a04d53be07
1 changed files with 1 additions and 1 deletions
2
top.py
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue