From a4caa8964a59379c80ce1678022d14ce12204bc2 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 16 Jul 2018 09:44:15 +0200 Subject: [PATCH] targets/nexys_video: remove read leveling constants (now automatic) --- litex/boards/targets/nexys_video.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litex/boards/targets/nexys_video.py b/litex/boards/targets/nexys_video.py index 70e054ec1..e0146fbb4 100755 --- a/litex/boards/targets/nexys_video.py +++ b/litex/boards/targets/nexys_video.py @@ -97,8 +97,6 @@ class BaseSoC(SoCSDRAM): # sdram self.submodules.ddrphy = s7ddrphy.A7DDRPHY(platform.request("ddram")) - self.add_constant("READ_LEVELING_BITSLIP", 3) - self.add_constant("READ_LEVELING_DELAY", 14) sdram_module = MT41K256M16(self.clk_freq, "1:4") self.register_sdram(self.ddrphy, sdram_module.geom_settings,