projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d3af8a
)
top: raise frequency back to 83 1/3 MHz
author
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Mon, 17 Jun 2013 21:32:41 +0000
(23:32 +0200)
committer
Sebastien Bourdeauducq
<sebastien@milkymist.org>
Mon, 17 Jun 2013 21:32:41 +0000
(23:32 +0200)
top.py
patch
|
blob
|
history
diff --git
a/top.py
b/top.py
index 25e720c8aa6a415803ed11d32f26c5145295e11e..4396b1fdfcb469049b2570467a4575725ac6585c 100644
(file)
--- 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