test minicon with de0nano (OK) and fix missing self in gensoc

This commit is contained in:
Florent Kermarrec 2015-02-27 20:00:16 +01:00
parent f1200d6388
commit 8e04ef7b95
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ class SDRAMSoC(GenSoC):
# MINICON
elif self.ramcon_type == "minicon":
if with_l2:
if self.with_l2:
raise ValueError("MINICON does not implement L2 cache (Use LASMICON)")
self.submodules.minicon = sdramcon = Minicon(phy_settings, sdram_geom, sdram_timing)