Skip to content

Commit 8e04ef7

Browse files
committedFeb 27, 2015
test minicon with de0nano (OK) and fix missing self in gensoc
1 parent f1200d6 commit 8e04ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎misoclib/gensoc/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def register_sdram_phy(self, phy_dfi, phy_settings, sdram_geom, sdram_timing):
245245

246246
# MINICON
247247
elif self.ramcon_type == "minicon":
248-
if with_l2:
248+
if self.with_l2:
249249
raise ValueError("MINICON does not implement L2 cache (Use LASMICON)")
250250

251251
self.submodules.minicon = sdramcon = Minicon(phy_settings, sdram_geom, sdram_timing)

0 commit comments

Comments
 (0)
Please sign in to comment.