projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
603c264
)
targets/kc705: avoid ddrphy/ethphy address conflict
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 21 Nov 2014 01:11:57 +0000
(17:11 -0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 21 Nov 2014 01:11:57 +0000
(17:11 -0800)
targets/kc705.py
patch
|
blob
|
history
diff --git
a/targets/kc705.py
b/targets/kc705.py
index 1aab9ef47beb42fcfdc76edc867650cfacb32c47..5680a0e7ad2538ab529f2d6dd0f43242aec435f5 100644
(file)
--- a/
targets/kc705.py
+++ b/
targets/kc705.py
@@
-107,8
+107,8
@@
class BaseSoC(SDRAMSoC):
class MiniSoC(BaseSoC):
csr_map = {
- "ethphy": 1
0
,
- "ethmac": 1
1
,
+ "ethphy": 1
1
,
+ "ethmac": 1
2
,
}
csr_map.update(BaseSoC.csr_map)