mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
targets/kc705: avoid ddrphy/ethphy address conflict
This commit is contained in:
parent
603c2641bb
commit
7eaa5f7372
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ class BaseSoC(SDRAMSoC):
|
|||
|
||||
class MiniSoC(BaseSoC):
|
||||
csr_map = {
|
||||
"ethphy": 10,
|
||||
"ethmac": 11,
|
||||
"ethphy": 11,
|
||||
"ethmac": 12,
|
||||
}
|
||||
csr_map.update(BaseSoC.csr_map)
|
||||
|
||||
|
|
Loading…
Reference in a new issue