From 6573ecd487e7e5498ccdd31bda71d026c37056e9 Mon Sep 17 00:00:00 2001 From: morgan Date: Thu, 2 Nov 2023 12:36:22 +0800 Subject: [PATCH] add has_rtio_moninj cfg to zc706 satellite --- src/gateware/zc706.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gateware/zc706.py b/src/gateware/zc706.py index aabe546..eb73eac 100755 --- a/src/gateware/zc706.py +++ b/src/gateware/zc706.py @@ -451,6 +451,7 @@ class _SatelliteBase(SoCCore): def add_rtio(self, rtio_channels): self.submodules.rtio_moninj = rtio.MonInj(rtio_channels) self.csr_devices.append("rtio_moninj") + self.rustc_cfg["has_rtio_moninj"] = None if self.acpki: self.rustc_cfg["ki_impl"] = "acp"