diff --git a/liteeth/core/ip.py b/liteeth/core/ip.py index 65639b9..22ace2e 100644 --- a/liteeth/core/ip.py +++ b/liteeth/core/ip.py @@ -94,7 +94,7 @@ class LiteEthIPV4Packetizer(Packetizer): class LiteEthIPTX(LiteXModule): - def __init__(self, mac_address, ip_address, arp_table, dw=8, with_buffer=False): + def __init__(self, mac_address, ip_address, arp_table, dw=8, with_buffer=True): self.sink = sink = stream.Endpoint(eth_ipv4_user_description(dw)) self.source = source = stream.Endpoint(eth_mac_description(dw)) self.target_unreachable = Signal()