test minicon with de0nano (OK) and fix missing self in gensoc
This commit is contained in:
parent
f1200d6388
commit
8e04ef7b95
|
@ -245,7 +245,7 @@ class SDRAMSoC(GenSoC):
|
||||||
|
|
||||||
# MINICON
|
# MINICON
|
||||||
elif self.ramcon_type == "minicon":
|
elif self.ramcon_type == "minicon":
|
||||||
if with_l2:
|
if self.with_l2:
|
||||||
raise ValueError("MINICON does not implement L2 cache (Use LASMICON)")
|
raise ValueError("MINICON does not implement L2 cache (Use LASMICON)")
|
||||||
|
|
||||||
self.submodules.minicon = sdramcon = Minicon(phy_settings, sdram_geom, sdram_timing)
|
self.submodules.minicon = sdramcon = Minicon(phy_settings, sdram_geom, sdram_timing)
|
||||||
|
|
Loading…
Reference in New Issue