projects
/
ls2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b20849
)
comment/80-char limit
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 8 Apr 2022 11:54:05 +0000
(12:54 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Fri, 8 Apr 2022 11:54:05 +0000
(12:54 +0100)
src/ls2.py
patch
|
blob
|
history
diff --git
a/src/ls2.py
b/src/ls2.py
index 9deacd4781beb52593ebcf023008c90b43bb41c4..2dff604f5b5396360f0a6ac5bb595904b8d51ba1 100644
(file)
--- a/
src/ls2.py
+++ b/
src/ls2.py
@@
-646,7
+646,9
@@
def build_platform(fpga, firmware):
if fpga == 'versa_ecp5':
clk_freq = 50e6 # crank right down to test hyperram
if fpga == 'versa_ecp5_85':
- clk_freq = 50e6 # 50MHz works. 100MHz works. 55MHz does NOT work. Stick with multiples of 50MHz...
+ # 50MHz works. 100MHz works. 55MHz does NOT work.
+ # Stick with multiples of 50MHz...
+ clk_freq = 50e6
if fpga == 'arty_a7':
clk_freq = 50e6
if fpga == 'ulx3s':