soc/sdram: Vivado 2015.1 still does not fix issue with L2 cache, update comment...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 4 May 2015 10:28:49 +0000 (12:28 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 4 May 2015 10:28:49 +0000 (12:28 +0200)
misoclib/soc/sdram.py

index 1d96d280b6eef096ec60bcef089df1849e64336e..44ad29bc8983ecf8572091e0bd83fe1e8180dcdc 100644 (file)
@@ -59,8 +59,8 @@ class SDRAMSoC(SoC):
 
             l2_size = self.sdram_controller_settings.l2_size
             if l2_size:
-                # XXX Vivado 2014.X workaround, Vivado is not able to map correctly our L2 cache.
-                # Issue is reported to Xilinx and should be fixed in next releases (2015.1?).
+                # XXX Vivado ->2015.1 workaround, Vivado is not able to map correctly our L2 cache.
+                # Issue is reported to Xilinx and should be fixed in next releases (2015.2?).
                 # Remove this workaround when fixed by Xilinx.
                 from mibuild.xilinx.vivado import XilinxVivadoToolchain
                 if isinstance(self.platform.toolchain, XilinxVivadoToolchain):