From: Florent Kermarrec Date: Mon, 27 Jul 2020 17:57:29 +0000 (+0200) Subject: integration/soc/etherbone: expose ethcore (useful to combine udp/etherbone). X-Git-Tag: 24jan2021_ls180~54 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9518ccf4535a64c775e00d711786f0f6fc1a0fe9;p=litex.git integration/soc/etherbone: expose ethcore (useful to combine udp/etherbone). --- diff --git a/litex/soc/integration/soc.py b/litex/soc/integration/soc.py index 477d883a..838e65b3 100644 --- a/litex/soc/integration/soc.py +++ b/litex/soc/integration/soc.py @@ -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")