targets/nexys4ddr: remove MEMTEST_ADDR_SIZE limitation (no longer needed)

This commit is contained in:
Florent Kermarrec 2019-12-03 10:11:15 +01:00
parent 201d60f37a
commit cfd17321e2
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class BaseSoC(SoCSDRAM):
self.register_sdram(self.ddrphy,
geom_settings = sdram_module.geom_settings,
timing_settings = sdram_module.timing_settings)
self.add_constant("MEMTEST_ADDR_SIZE", 0) # FIXME
# EthernetSoC --------------------------------------------------------------------------------------