|
|
|
@ -248,7 +248,7 @@ class _MasterBase(SoCCore): |
|
|
|
|
self.drtio_cri.append(core.cri) |
|
|
|
|
self.csr_devices.append(core_name) |
|
|
|
|
|
|
|
|
|
coreaux = cdr(aux_controller.DRTIOAuxControllerBare(core.link_layer)) |
|
|
|
|
coreaux = cdr(drtio_aux_controller.DRTIOAuxControllerBare(core.link_layer)) |
|
|
|
|
setattr(self.submodules, coreaux_name, coreaux) |
|
|
|
|
self.csr_devices.append(coreaux_name) |
|
|
|
|
|
|
|
|
@ -384,7 +384,7 @@ class _SatelliteBase(SoCCore): |
|
|
|
|
# Repeaters - there would be for i != 0 - however zc706 only has one SFP |
|
|
|
|
# and no other means to connect to |
|
|
|
|
|
|
|
|
|
coreaux = cdr(aux_controller.DRTIOAuxControllerBare(core.link_layer)) |
|
|
|
|
coreaux = cdr(drtio_aux_controller.DRTIOAuxControllerBare(core.link_layer)) |
|
|
|
|
setattr(self.submodules, coreaux_name, coreaux) |
|
|
|
|
self.csr_devices.append(coreaux_name) |
|
|
|
|
|
|
|
|
|