From: Tobias Platen Date: Thu, 30 Jun 2022 18:56:34 +0000 (+0200) Subject: set dram_clk_freq to None X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5a5ed6aed0e0c9e36d3d9a292b80403bfd2a420;p=ls2.git set dram_clk_freq to None --- diff --git a/src/ls2.py b/src/ls2.py index 87f6963..0e72d47 100644 --- a/src/ls2.py +++ b/src/ls2.py @@ -876,7 +876,6 @@ def build_platform(fpga, firmware): clk_freq = 40.0e6 if fpga == 'orangecrab': clk_freq = 50e6 - dram_clk_freq = 50e6 # merge dram_clk_freq with clk_freq if the same if clk_freq == dram_clk_freq: