zc706: forgot to add drtiorep csr group

pull/140/head
mwojcik 2021-10-07 11:51:34 +02:00
parent b11f689e2d
commit 6c2c4a9119
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ class _SatelliteBase(SoCCore):
self.rustc_cfg["has_drtio"] = None
self.rustc_cfg["has_drtio_routing"] = None
self.add_csr_group("drtioaux", drtioaux_csr_group)
self.add_csr_group("drtiorep", drtiorep_csr_group)
self.add_memory_group("drtioaux_mem", drtioaux_memory_group)
self.rustc_cfg["rtio_frequency"] = str(self.drtio_transceiver.rtio_clk_freq/1e6)