From 203c9816b2898c5584a38a7d2c8c586f5046d9a3 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 12 Sep 2024 13:38:13 +0200 Subject: [PATCH] integration/soc/add_etherbone: Allow 64-bit support now that validated. --- 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 886f07353..73be95530 100644 --- a/litex/soc/integration/soc.py +++ b/litex/soc/integration/soc.py @@ -1956,7 +1956,7 @@ class LiteXSoC(SoC): from liteeth.phy.model import LiteEthPHYModel # Core - assert data_width in [8, 32] + assert data_width in [8, 32, 64] with_sys_datapath = (data_width == 32) self.check_if_exists(name + "_ethcore") ethcore = LiteEthUDPIPCore(