diff --git a/artiq/gateware/rtio/__init__.py b/artiq/gateware/rtio/__init__.py index fd78f6430..18feec299 100644 --- a/artiq/gateware/rtio/__init__.py +++ b/artiq/gateware/rtio/__init__.py @@ -1,4 +1,5 @@ -from artiq.gateware.rtio.cri import KernelInitiator, CRIDecoder +from artiq.gateware.rtio.cri import KernelInitiator, CRIInterconnectShared from artiq.gateware.rtio.core import Channel, LogChannel, Core from artiq.gateware.rtio.analyzer import Analyzer from artiq.gateware.rtio.moninj import MonInj +from artiq.gateware.rtio.dma import DMA