diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-12 16:28:19 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-07-12 16:28:19 -0700 |
commit | c9343570f681a042beb0cf231ddcfff950228095 (patch) | |
tree | b091456844800b4ef7a11d2db25e712c97cf3f10 /usrp2/control_lib/Makefile.srcs | |
parent | ed682e09b55a4f587077665e3ee62ecc7053ff53 (diff) | |
download | uhd-c9343570f681a042beb0cf231ddcfff950228095.tar.gz uhd-c9343570f681a042beb0cf231ddcfff950228095.tar.bz2 uhd-c9343570f681a042beb0cf231ddcfff950228095.zip |
ram_harvard2 is a workaround for a Xilinx bug that gets confused by an unused write port on a ram
Diffstat (limited to 'usrp2/control_lib/Makefile.srcs')
-rw-r--r-- | usrp2/control_lib/Makefile.srcs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/control_lib/Makefile.srcs b/usrp2/control_lib/Makefile.srcs index bc8e4d5bc..60fb2516d 100644 --- a/usrp2/control_lib/Makefile.srcs +++ b/usrp2/control_lib/Makefile.srcs @@ -21,6 +21,7 @@ nsgpio.v \ ram_2port.v \ ram_harv_cache.v \ ram_harvard.v \ +ram_harvard2.v \ ram_loader.v \ setting_reg.v \ settings_bus.v \ @@ -42,4 +43,5 @@ pic.v \ longfifo.v \ shortfifo.v \ medfifo.v \ +s3a_icap_wb.v \ )) |