integration/soc/add_etherbone: Allow 64-bit support now that validated.
This commit is contained in:
parent
b41a526e81
commit
203c9816b2
|
@ -1956,7 +1956,7 @@ class LiteXSoC(SoC):
|
||||||
from liteeth.phy.model import LiteEthPHYModel
|
from liteeth.phy.model import LiteEthPHYModel
|
||||||
|
|
||||||
# Core
|
# Core
|
||||||
assert data_width in [8, 32]
|
assert data_width in [8, 32, 64]
|
||||||
with_sys_datapath = (data_width == 32)
|
with_sys_datapath = (data_width == 32)
|
||||||
self.check_if_exists(name + "_ethcore")
|
self.check_if_exists(name + "_ethcore")
|
||||||
ethcore = LiteEthUDPIPCore(
|
ethcore = LiteEthUDPIPCore(
|
||||||
|
|
Loading…
Reference in New Issue