top: raise frequency back to 83 1/3 MHz

This commit is contained in:
Sebastien Bourdeauducq 2013-06-17 23:32:41 +02:00
parent 6d3af8a914
commit a04d53be07
1 changed files with 1 additions and 1 deletions

2
top.py
View File

@ -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