diff options
author | Matt Ettus <matt@ettus.com> | 2010-11-10 11:50:42 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-11-10 11:50:42 -0800 |
commit | a0dfafffbf64ba007fc8695e105c72c93c654319 (patch) | |
tree | 66d5805b913a346f96af929d00ade10853ee0940 | |
parent | ba36bdd2795b9ae4c11c8f65de92022a1d96bb0f (diff) | |
download | uhd-a0dfafffbf64ba007fc8695e105c72c93c654319.tar.gz uhd-a0dfafffbf64ba007fc8695e105c72c93c654319.tar.bz2 uhd-a0dfafffbf64ba007fc8695e105c72c93c654319.zip |
need to enable both 16 and 32 bit spi interfaces -- 16 used in u1e, 32 in u2 and u2p
-rw-r--r-- | usrp2/opencores/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/opencores/Makefile.srcs b/usrp2/opencores/Makefile.srcs index 1ccecf337..284578b39 100644 --- a/usrp2/opencores/Makefile.srcs +++ b/usrp2/opencores/Makefile.srcs @@ -23,5 +23,6 @@ i2c/rtl/verilog/timescale.v \ spi/rtl/verilog/spi_clgen.v \ spi/rtl/verilog/spi_defines.v \ spi/rtl/verilog/spi_shift.v \ +spi/rtl/verilog/spi_top.v \ spi/rtl/verilog/spi_top16.v \ )) |