From 2be52f57415b44cb170c70418c59c3c89fa85b59 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Thu, 29 Jun 2017 19:40:36 +0100 Subject: [PATCH] fix simple typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index dde75ec6..48351aaa 100644 --- a/README +++ b/README @@ -120,5 +120,5 @@ then RX VITA time alignment will not be possible due to ambiguity. Currently, the adc sample strobes are driven from a common sigal. simple_gemac_wrapper.v was modified to have an axi_packet_gate in the eth transmit direction. -This guarantees thats a packet is 100% buffered before being send out over ethernet. +This guarantees thats a packet is 100% buffered before being sent out over ethernet. This avoid in-packet underflow when the mac is fed from a slower clock domain.