mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
integration/soc/add_etherbone: Set default buffer_depth to 16 (Allow LiteScope's width up to 512-bit).
This commit is contained in:
parent
371608712f
commit
e6a81ec2af
1 changed files with 1 additions and 1 deletions
|
@ -1508,7 +1508,7 @@ class LiteXSoC(SoC):
|
|||
mac_address = 0x10e2d5000000,
|
||||
ip_address = "192.168.1.50",
|
||||
udp_port = 1234,
|
||||
buffer_depth = 4,
|
||||
buffer_depth = 16,
|
||||
with_timing_constraints = True):
|
||||
# Imports
|
||||
from liteeth.core import LiteEthUDPIPCore
|
||||
|
|
Loading…
Reference in a new issue