We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438a085 commit 553262bCopy full SHA for 553262b
misoclib/soc/sdram.py
@@ -59,8 +59,8 @@ def register_sdram_phy(self, phy):
59
60
l2_size = self.sdram_controller_settings.l2_size
61
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?).
+ # 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?).
64
# Remove this workaround when fixed by Xilinx.
65
from mibuild.xilinx.vivado import XilinxVivadoToolchain
66
if isinstance(self.platform.toolchain, XilinxVivadoToolchain):
0 commit comments