2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-17 21:11:56 +08:00

soc/target: remap RTIO to avoid conflict with Ethernet MAC+PHY

This commit is contained in:
Sebastien Bourdeauducq 2014-11-21 15:51:51 -08:00
parent 1f92e19f2b
commit 65567e1201

View File

@ -41,7 +41,7 @@ class _TestGen(Module):
class ARTIQMiniSoC(BaseSoC): class ARTIQMiniSoC(BaseSoC):
csr_map = { csr_map = {
"rtio": 12 "rtio": 13
} }
csr_map.update(BaseSoC.csr_map) csr_map.update(BaseSoC.csr_map)