diff options
author | Matt Ettus <matt@ettus.com> | 2010-02-23 19:54:54 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-02-23 19:54:54 -0800 |
commit | 702c87c3bae259f038d2c10fe32903f391e95de1 (patch) | |
tree | d95fea5fd16641701ab352c962119efa7127e292 /usrp2/top/u1e | |
parent | 89fc3946d6fa590dd8047984ed8718a6ffa4ab77 (diff) | |
download | uhd-702c87c3bae259f038d2c10fe32903f391e95de1.tar.gz uhd-702c87c3bae259f038d2c10fe32903f391e95de1.tar.bz2 uhd-702c87c3bae259f038d2c10fe32903f391e95de1.zip |
first cut at making a bidirectional 2 port ram for the gpmc data interface
ISE chokes on the unequal size ram
Diffstat (limited to 'usrp2/top/u1e')
-rw-r--r-- | usrp2/top/u1e/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/top/u1e/Makefile b/usrp2/top/u1e/Makefile index bcd80df6a..306ab5bae 100644 --- a/usrp2/top/u1e/Makefile +++ b/usrp2/top/u1e/Makefile @@ -66,6 +66,7 @@ control_lib/mux4.v \ control_lib/mux8.v \ control_lib/nsgpio16LE.v \ control_lib/ram_2port.v \ +control_lib/ram_2port_mixed_width.v \ control_lib/ram_harv_cache.v \ control_lib/ram_loader.v \ control_lib/setting_reg.v \ |