import error
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Jun 2020 11:02:07 +0000 (12:02 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 20 Jun 2020 11:02:07 +0000 (12:02 +0100)
nmigen_soc/wishbone/sram.py

index ffb8f63da0c3a84cad1391deba5eeb363fdad8ef..030ad9073730e6fcb1e97b9b5c6f4b49f1c46936 100644 (file)
@@ -1,7 +1,7 @@
 from nmigen import Elaboratable, Memory, Module
 from nmigen.utils import log2_int
 
 from nmigen import Elaboratable, Memory, Module
 from nmigen.utils import log2_int
 
-from nmigen.wishbone.bus import Interface
+from nmigen_soc.wishbone.bus import Interface
 
 
 __all__ = ["SRAM"]
 
 
 __all__ = ["SRAM"]