forked from M-Labs/artiq
drtio: fix imports
This commit is contained in:
parent
87e0384e97
commit
df61b85988
|
@ -11,7 +11,7 @@ from artiq.gateware.rtio.input_collector import *
|
|||
from artiq.gateware.drtio import (link_layer,
|
||||
rt_packet_satellite, rt_errors_satellite,
|
||||
rt_packet_master, rt_controller_master,
|
||||
rt_controller_repeater)
|
||||
rt_packet_repeater, rt_controller_repeater)
|
||||
from artiq.gateware.drtio.rx_synchronizer import GenericRXSynchronizer
|
||||
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ from migen import *
|
|||
from misoc.interconnect.csr import *
|
||||
|
||||
from artiq.gateware.rtio.cdc import BlindTransfer
|
||||
from artiq.gateware.drtio.cdc import CrossDomainRequest
|
||||
|
||||
|
||||
class RTController(Module, AutoCSR):
|
||||
|
|
Loading…
Reference in New Issue