From: Tobias Platen Date: Tue, 17 May 2022 17:04:38 +0000 (+0200) Subject: orangecrab: don't use async. set to 50 mhz. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ebe4b322911d2ed37b126872b520960ad4179c1;p=ls2.git orangecrab: don't use async. set to 50 mhz. --- diff --git a/src/ls2.py b/src/ls2.py index 9aef11a..87f6963 100644 --- a/src/ls2.py +++ b/src/ls2.py @@ -875,8 +875,8 @@ def build_platform(fpga, firmware): if fpga == 'ulx3s': clk_freq = 40.0e6 if fpga == 'orangecrab': - clk_freq = 40.0e6 # 50 MHz does not work - dram_clk_freq = 100.0e6 # does not work yet (0 warnings, 2 errors) + clk_freq = 50e6 + dram_clk_freq = 50e6 # merge dram_clk_freq with clk_freq if the same if clk_freq == dram_clk_freq: