diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-15 14:35:42 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-03-16 12:26:38 -0700 |
commit | a3caf028dcc498216ee8007382a83b83554a3cf9 (patch) | |
tree | 8989129e40f44c8bf3da513676378ca6060a9a41 /usrp2 | |
parent | 2b4f49ea92999ab234204a7fad79e4cf7148a977 (diff) | |
download | uhd-a3caf028dcc498216ee8007382a83b83554a3cf9.tar.gz uhd-a3caf028dcc498216ee8007382a83b83554a3cf9.tar.bz2 uhd-a3caf028dcc498216ee8007382a83b83554a3cf9.zip |
moved the eth realignment stuff into the simple_gemac
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/simple_gemac/Makefile.srcs | 2 | ||||
-rw-r--r-- | usrp2/simple_gemac/ethrx_realign.v (renamed from usrp2/udp/ethrx_realign.v) | 0 | ||||
-rw-r--r-- | usrp2/simple_gemac/ethtx_realign.v (renamed from usrp2/udp/ethtx_realign.v) | 0 |
3 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/simple_gemac/Makefile.srcs b/usrp2/simple_gemac/Makefile.srcs index b82e64208..7bcc58c91 100644 --- a/usrp2/simple_gemac/Makefile.srcs +++ b/usrp2/simple_gemac/Makefile.srcs @@ -24,4 +24,6 @@ miim/eth_miim.v \ miim/eth_clockgen.v \ miim/eth_outputcontrol.v \ miim/eth_shiftreg.v \ +ethtx_realign.v \ +ethrx_realign.v \ )) diff --git a/usrp2/udp/ethrx_realign.v b/usrp2/simple_gemac/ethrx_realign.v index e0987e408..e0987e408 100644 --- a/usrp2/udp/ethrx_realign.v +++ b/usrp2/simple_gemac/ethrx_realign.v diff --git a/usrp2/udp/ethtx_realign.v b/usrp2/simple_gemac/ethtx_realign.v index 74a1ef46b..74a1ef46b 100644 --- a/usrp2/udp/ethtx_realign.v +++ b/usrp2/simple_gemac/ethtx_realign.v |