projects
/
ls2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6905d8
)
nope, 24 mhz works, 27 does not
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 30 Apr 2022 14:02:44 +0000
(15:02 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sat, 30 Apr 2022 14:02:44 +0000
(15:02 +0100)
src/ls2.py
patch
|
blob
|
history
diff --git
a/src/ls2.py
b/src/ls2.py
index 157c1eb38c1f555c3cacb8273f7077227ad44278..76c726bfc266066a66123ba6b889d759120405ac 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 = 2
7
e6 # urrr "working" with the QSPI core (25 mhz does not)
+ clk_freq = 2
4
e6 # urrr "working" with the QSPI core (25 mhz does not)
if fpga == 'ulx3s':
clk_freq = 40.0e6
if fpga == 'orangecrab':