from gram.frontend.wishbone import gramWishbone
from nmigen_boards.versa_ecp5 import VersaECP5Platform
+from nmigen_boards.test.blinky import Blinky
from uartbridge import UARTBridge
from crg import ECPIX5CRG
m.submodules.dramcore = self.dramcore
m.submodules.drambone = self.drambone
+ # add blinky lights so we know FPGA is alive
+ m.submodules.blinky = Blinky()
+
# connect the arbiter (of wishbone masters)
# to the decoder (addressing wishbone slaves)
comb += self._arbiter.bus.connect(self._decoder.bus)