Skip to content

Commit 553262b

Browse files
committedMay 4, 2015
soc/sdram: Vivado 2015.1 still does not fix issue with L2 cache, update comment...
1 parent 438a085 commit 553262b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎misoclib/soc/sdram.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def register_sdram_phy(self, phy):
5959

6060
l2_size = self.sdram_controller_settings.l2_size
6161
if l2_size:
62-
# XXX Vivado 2014.X workaround, Vivado is not able to map correctly our L2 cache.
63-
# Issue is reported to Xilinx and should be fixed in next releases (2015.1?).
62+
# XXX Vivado ->2015.1 workaround, Vivado is not able to map correctly our L2 cache.
63+
# Issue is reported to Xilinx and should be fixed in next releases (2015.2?).
6464
# Remove this workaround when fixed by Xilinx.
6565
from mibuild.xilinx.vivado import XilinxVivadoToolchain
6666
if isinstance(self.platform.toolchain, XilinxVivadoToolchain):

0 commit comments

Comments
 (0)
Please sign in to comment.