aux_controller renamed to drtio_aux_controller
This commit is contained in:
parent
e24ba9f886
commit
9bbc12be23
|
@ -24,7 +24,7 @@ from artiq.gateware.drtio import *
|
|||
import dma
|
||||
import analyzer
|
||||
import acpki
|
||||
import aux_controller
|
||||
import drtio_aux_controller
|
||||
|
||||
class RTIOCRG(Module, AutoCSR):
|
||||
def __init__(self, platform):
|
||||
|
|
|
@ -24,7 +24,7 @@ from artiq.gateware.drtio import *
|
|||
import dma
|
||||
import analyzer
|
||||
import acpki
|
||||
import aux_controller
|
||||
import drtio_aux_controller
|
||||
|
||||
class RTIOCRG(Module, AutoCSR):
|
||||
def __init__(self, platform, rtio_internal_clk):
|
||||
|
|
Loading…
Reference in New Issue