diff options
author | Matt Ettus <matt@ettus.com> | 2009-09-04 22:23:27 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2009-09-04 22:23:27 -0700 |
commit | c21464b1107295575afa958e34f915f7d9985c14 (patch) | |
tree | d129daeeb1af64465858aaca126ec9923742e7fb /top | |
parent | 71babf966d8cd340eb62122a297c2cc3b1294b82 (diff) | |
download | uhd-c21464b1107295575afa958e34f915f7d9985c14.tar.gz uhd-c21464b1107295575afa958e34f915f7d9985c14.tar.bz2 uhd-c21464b1107295575afa958e34f915f7d9985c14.zip |
Implement Eth flow control using pause frames
Not fully tested, but it seems to work without frame errors, sequence
number errors or ethernet overruns. Still of course will get tx underruns
on a slow machine, and the transmitted signal has some issues though.
Diffstat (limited to 'top')
-rw-r--r-- | top/u2_rev3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/top/u2_rev3/Makefile b/top/u2_rev3/Makefile index 7847b8c72..94681f6cd 100644 --- a/top/u2_rev3/Makefile +++ b/top/u2_rev3/Makefile @@ -90,6 +90,7 @@ simple_gemac/simple_gemac_rx.v \ simple_gemac/crc.v \ simple_gemac/delay_line.v \ simple_gemac/flow_ctrl_tx.v \ +simple_gemac/flow_ctrl_rx.v \ simple_gemac/address_filter.v \ simple_gemac/ll8_to_txmac.v \ simple_gemac/rxmac_to_ll8.v \ |