targets/nexys_video: remove read leveling constants (now automatic)
This commit is contained in:
parent
d825004173
commit
a4caa8964a
|
@ -97,8 +97,6 @@ class BaseSoC(SoCSDRAM):
|
||||||
|
|
||||||
# sdram
|
# sdram
|
||||||
self.submodules.ddrphy = s7ddrphy.A7DDRPHY(platform.request("ddram"))
|
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")
|
sdram_module = MT41K256M16(self.clk_freq, "1:4")
|
||||||
self.register_sdram(self.ddrphy,
|
self.register_sdram(self.ddrphy,
|
||||||
sdram_module.geom_settings,
|
sdram_module.geom_settings,
|
||||||
|
|
Loading…
Reference in New Issue