projects
/
ls2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffaec30
)
update arty a7 clock frequency to 27 mhz, works with QSPI and
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 30 Apr 2022 13:25:37 +0000
(14:25 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 30 Apr 2022 13:25:40 +0000
(14:25 +0100)
is within timing
src/ls2.py
patch
|
blob
|
history
diff --git
a/src/ls2.py
b/src/ls2.py
index 89d6c06b40565ae7a89166dcbe465c372848bc91..157c1eb38c1f555c3cacb8273f7077227ad44278 100644
(file)
--- a/
src/ls2.py
+++ b/
src/ls2.py
@@
-868,7
+868,7
@@
def build_platform(fpga, firmware):
clk_freq = 50e6
dram_clk_freq = 100e6
if fpga == 'arty_a7':
- clk_freq =
50e6
+ clk_freq =
27e6 # urrr "working" with the QSPI core (25 mhz does not)
if fpga == 'ulx3s':
clk_freq = 40.0e6
if fpga == 'orangecrab':