cpu/lm32: add missing buses
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 12 Oct 2019 17:20:50 +0000 (19:20 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Sat, 12 Oct 2019 17:20:50 +0000 (19:20 +0200)
litex/soc/cores/cpu/lm32/core.py

index f41345bbc5ac7384af17e2e900784299596274f3..522a0377fffd1d6d4b913c2701265f46cb7b1c22 100644 (file)
@@ -40,6 +40,7 @@ class LM32(CPU):
         self.ibus      = i = wishbone.Interface()
         self.dbus      = d = wishbone.Interface()
         self.interrupt = Signal(32)
+        self.buses     = [i, d]
 
         # # #