From 9518ccf4535a64c775e00d711786f0f6fc1a0fe9 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 27 Jul 2020 19:57:29 +0200 Subject: [PATCH] integration/soc/etherbone: expose ethcore (useful to combine udp/etherbone). --- litex/soc/integration/soc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.30.2