Skip to content

Commit

Permalink
top: raise frequency back to 83 1/3 MHz
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Bourdeauducq committed Jun 17, 2013
1 parent 6d3af8a commit a04d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

Expand Down

0 comments on commit a04d53b

Please sign in to comment.