Skip to content

Commit

Permalink
soc/integration/soc: add_etherbone/ClockDomainRenamer: keep sys conne…
Browse files Browse the repository at this point in the history
…cted to sys instead of eth rx
  • Loading branch information
trabucayre committed Feb 7, 2024
1 parent 57bc036 commit 13c57e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions litex/soc/integration/soc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1834,8 +1834,7 @@ def add_etherbone(self, name="etherbone", phy=None, phy_cd="eth", data_width=8,
# Use PHY's eth_tx/eth_rx clock domains.
ethcore = ClockDomainsRenamer({
"eth_tx": phy_cd + "_tx",
"eth_rx": phy_cd + "_rx",
"sys": phy_cd + "_rx"})(ethcore)
"eth_rx": phy_cd + "_rx"})(ethcore)
self.add_module(name=f"ethcore_{name}", module=ethcore)

etherbone_cd = "sys"
Expand Down

0 comments on commit 13c57e8

Please sign in to comment.