projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5062d1
)
integration/soc/add_etherbone: pass phy to ethcore not self.ethphy.
author
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 6 Aug 2020 16:22:42 +0000
(18:22 +0200)
committer
Florent Kermarrec
<florent@enjoy-digital.fr>
Thu, 6 Aug 2020 16:23:04 +0000
(18:23 +0200)
Similar in most of the cases but added restrictions.
litex/soc/integration/soc.py
patch
|
blob
|
history
diff --git
a/litex/soc/integration/soc.py
b/litex/soc/integration/soc.py
index eb56d0e2805c6e697dea3153c0bde4305d9dc1df..cd45a0b4a029723cecf84787079d3eab87c62fb0 100644
(file)
--- a/
litex/soc/integration/soc.py
+++ b/
litex/soc/integration/soc.py
@@
-1313,7
+1313,7
@@
class LiteXSoC(SoC):
from liteeth.frontend.etherbone import LiteEthEtherbone
# Core
ethcore = LiteEthUDPIPCore(
- phy =
self.eth
phy,
+ phy = phy,
mac_address = mac_address,
ip_address = ip_address,
clk_freq = self.clk_freq)