kasli: add invoke order comments

pull/2186/head
occheung 2023-09-03 20:30:37 -07:00 committed by Sébastien Bourdeauducq
parent 98904ef4c3
commit 5e5d671f4c
1 changed files with 2 additions and 0 deletions

View File

@ -365,6 +365,8 @@ class MasterBase(MiniSoC, AMPSoC):
self.csr_devices.append("rtio_analyzer")
def add_eem_drtio(self, eem_drtio_channels):
# Must be called before invoking add_rtio() to construct the CRI
# interconnect properly
self.submodules.eem_transceiver = eem_serdes.EEMSerdes(self.platform, eem_drtio_channels)
self.csr_devices.append("eem_transceiver")
self.config["HAS_DRTIO_EEM"] = None