diff options
author | Matt Ettus <matt@ettus.com> | 2010-05-20 13:43:13 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-05-20 13:43:13 -0700 |
commit | c6e8d0658dc66e9a24a87d4574c649b77ec4075d (patch) | |
tree | 2c212b640c1f8f5d81447c3360ffaed401f4c53a /usrp2/top/u2_rev3 | |
parent | 621ad7cc9e68b4e304b616d8f840d3a03a047c8b (diff) | |
download | uhd-c6e8d0658dc66e9a24a87d4574c649b77ec4075d.tar.gz uhd-c6e8d0658dc66e9a24a87d4574c649b77ec4075d.tar.bz2 uhd-c6e8d0658dc66e9a24a87d4574c649b77ec4075d.zip |
removes the icache and pipelines the reads
Diffstat (limited to 'usrp2/top/u2_rev3')
-rw-r--r-- | usrp2/top/u2_rev3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/top/u2_rev3/Makefile b/usrp2/top/u2_rev3/Makefile index 80d09acb7..bfebcac8b 100644 --- a/usrp2/top/u2_rev3/Makefile +++ b/usrp2/top/u2_rev3/Makefile @@ -66,6 +66,7 @@ control_lib/mux4.v \ control_lib/mux8.v \ control_lib/nsgpio.v \ control_lib/ram_2port.v \ +control_lib/ram_harvard.v \ control_lib/ram_harv_cache.v \ control_lib/ram_loader.v \ control_lib/setting_reg.v \ |