From 3ebe4b322911d2ed37b126872b520960ad4179c1 Mon Sep 17 00:00:00 2001 From: Tobias Platen Date: Tue, 17 May 2022 19:04:38 +0200 Subject: [PATCH] orangecrab: don't use async. set to 50 mhz. --- src/ls2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2