integration/soc/etherbone: expose ethcore (useful to combine udp/etherbone).

This commit is contained in:
Florent Kermarrec 2020-07-27 19:57:29 +02:00
parent 9e07623b61
commit 9518ccf453
1 changed files with 1 additions and 1 deletions

View File

@ -1285,7 +1285,7 @@ class LiteXSoC(SoC):
ip_address = ip_address,
clk_freq = self.clk_freq)
ethcore = ClockDomainsRenamer("eth_tx")(ethcore)
self.submodules += ethcore
self.submodules.ethcore = ethcore
# Clock domain renaming
self.clock_domains.cd_etherbone = ClockDomain("etherbone")