Skip to content

Commit 346cca9

Browse files
committedOct 21, 2014
soc/target: remap RTIO to avoid conflict with spiflash and ddrphy in MiSoC
1 parent 61a50ee commit 346cca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎soc/targets/artiq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, pad):
4141

4242
class ARTIQMiniSoC(BaseSoC):
4343
csr_map = {
44-
"rtio": 10
44+
"rtio": 12
4545
}
4646
csr_map.update(BaseSoC.csr_map)
4747

0 commit comments

Comments
 (0)
Please sign in to comment.