diff --git a/soc/targets/artiq.py b/soc/targets/artiq.py index 15a45823e..aff07b227 100644 --- a/soc/targets/artiq.py +++ b/soc/targets/artiq.py @@ -41,7 +41,7 @@ class _TestGen(Module): class ARTIQMiniSoC(BaseSoC): csr_map = { - "rtio": 10 + "rtio": 12 } csr_map.update(BaseSoC.csr_map)