diff --git a/artiq/gateware/drtio/core.py b/artiq/gateware/drtio/core.py index f2ecce9e4..213fb7a8a 100644 --- a/artiq/gateware/drtio/core.py +++ b/artiq/gateware/drtio/core.py @@ -6,8 +6,7 @@ from migen.genlib.cdc import ElasticBuffer from artiq.gateware.rtio.sed.core import * from artiq.gateware.rtio.input_collector import * from artiq.gateware.drtio import (link_layer, aux_controller, - rt_packet_satellite, rt_iobuffer_satellite, - rt_errors_satellite, + rt_packet_satellite, rt_errors_satellite, rt_packet_master, rt_controller_master)