projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a38b8c
)
targets/kc705: fix csr address conflict on eth
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Mon, 16 Feb 2015 13:14:03 +0000
(14:14 +0100)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Wed, 18 Feb 2015 17:45:18 +0000
(10:45 -0700)
targets/kc705.py
patch
|
blob
|
history
diff --git
a/targets/kc705.py
b/targets/kc705.py
index f6aa143c1edf419d8af539475dcce540cfa7296d..50b6880416b157b834af1765767cff147d8c8677 100644
(file)
--- a/
targets/kc705.py
+++ b/
targets/kc705.py
@@
-111,8
+111,8
@@
class BaseSoC(SDRAMSoC):
class MiniSoC(BaseSoC):
csr_map = {
- "ethphy": 1
1
,
- "ethmac": 1
2
,
+ "ethphy": 1
2
,
+ "ethmac": 1
3
,
}
csr_map.update(BaseSoC.csr_map)