Skip to content

Commit

Permalink
test minicon with de0nano (OK) and fix missing self in gensoc
Browse files Browse the repository at this point in the history
enjoy-digital committed Feb 27, 2015
1 parent f1200d6 commit 8e04ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoclib/gensoc/__init__.py
Original file line number Diff line number Diff line change
@@ -245,7 +245,7 @@ def register_sdram_phy(self, phy_dfi, phy_settings, sdram_geom, sdram_timing):

# 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)

0 comments on commit 8e04ef7

Please sign in to comment.