forked from M-Labs/artiq
soc/target: remap RTIO to avoid conflict with spiflash and ddrphy in MiSoC
This commit is contained in:
parent
61a50ee53c
commit
346cca9e90
|
@ -41,7 +41,7 @@ class _TestGen(Module):
|
||||||
|
|
||||||
class ARTIQMiniSoC(BaseSoC):
|
class ARTIQMiniSoC(BaseSoC):
|
||||||
csr_map = {
|
csr_map = {
|
||||||
"rtio": 10
|
"rtio": 12
|
||||||
}
|
}
|
||||||
csr_map.update(BaseSoC.csr_map)
|
csr_map.update(BaseSoC.csr_map)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue