sayma: add RTIO log to DRTIO master

pull/1082/head
Sebastien Bourdeauducq 2018-06-22 00:05:22 +08:00
parent 83428961ad
commit e6d1726754
1 changed files with 4 additions and 0 deletions

View File

@ -313,6 +313,10 @@ class Master(MiniSoC, AMPSoC, RTMCommon):
self.ad9154_1.sawgs
for phy in sawg.phys)
self.config["HAS_RTIO_LOG"] = None
self.config["RTIO_LOG_CHANNEL"] = len(rtio_channels)
rtio_channels.append(rtio.LogChannel())
self.submodules.rtio_moninj = rtio.MonInj(rtio_channels)
self.csr_devices.append("rtio_moninj")