2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 03:08:27 +08:00

kc705_drtio_master: add missing rtio_core CSRs

This commit is contained in:
Sebastien Bourdeauducq 2016-12-09 19:23:36 +08:00
parent 4422b6902a
commit 0a9f69a3ed

View File

@ -100,6 +100,7 @@ class Master(MiniSoC, AMPSoC):
self.submodules += phy
rtio_channels.append(rtio.Channel.from_phy(phy))
self.submodules.rtio_core = rtio.Core(rtio_channels, 3)
self.csr_devices.append("rtio_core")
self.submodules.rtio = rtio.KernelInitiator()
self.submodules.rtio_dma = rtio.DMA(self.get_native_sdram_if())