diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-12 13:03:50 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-07-12 13:03:50 -0700 |
commit | d6dcd6253271b49ce47956c134952869e755b764 (patch) | |
tree | 3c1226ac34e36fa0a7a433fb47291fa3e5e899bf /usrp2/control_lib/Makefile.srcs | |
parent | 75f82d4fdb3ff6dec0d858468f4779a7b081ef2b (diff) | |
parent | 281b8a202a16ad68241c12ae096a1e400f0c46b7 (diff) | |
download | uhd-d6dcd6253271b49ce47956c134952869e755b764.tar.gz uhd-d6dcd6253271b49ce47956c134952869e755b764.tar.bz2 uhd-d6dcd6253271b49ce47956c134952869e755b764.zip |
Merge branch 'ise12' into u2p
* ise12:
precompute udp checksums
barely fails timing on gigE/10 and gigE/12, larger fail on udp/10, but all seem to work ok
Diffstat (limited to 'usrp2/control_lib/Makefile.srcs')
-rw-r--r-- | usrp2/control_lib/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/control_lib/Makefile.srcs b/usrp2/control_lib/Makefile.srcs index 5e2a96a53..bc8e4d5bc 100644 --- a/usrp2/control_lib/Makefile.srcs +++ b/usrp2/control_lib/Makefile.srcs @@ -20,6 +20,7 @@ mux8.v \ nsgpio.v \ ram_2port.v \ ram_harv_cache.v \ +ram_harvard.v \ ram_loader.v \ setting_reg.v \ settings_bus.v \ |