Skip to content

Commit

Permalink
core/ip/LiteEthIPTX: Enable buffer to ease timings on checksum.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Apr 4, 2024
1 parent b5d7ba1 commit fb407ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liteeth/core/ip.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def __init__(self, dw=8):


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()
Expand Down

0 comments on commit fb407ce

Please sign in to comment.