kasli: fix satellite TSC instantiation

This commit is contained in:
Sebastien Bourdeauducq 2018-09-15 14:06:54 +08:00
parent c0c413196a
commit cd61ee858c
1 changed files with 1 additions and 1 deletions

View File

@ -816,7 +816,7 @@ class _SatelliteBase(BaseSoC):
self.comb += [sfp_ctl.led.eq(channel.rx_ready)
for sfp_ctl, channel in zip(sfp_ctls, self.drtio_transceiver.channels)]
self.rtio_tsc = rtio.TSC("sync", glbl_fine_ts_width=3)
self.submodules.rtio_tsc = rtio.TSC("sync", glbl_fine_ts_width=3)
drtioaux_csr_group = []
drtioaux_memory_group = []