aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-02-18 01:16:46 -0800
committerJosh Blum <josh@joshknows.com>2011-02-18 01:16:46 -0800
commit49485ea1fe4cfd7e3d21739d7059ac7c0537e3e6 (patch)
treec2c63e2a1ee969f9960740e9d748dbe8cf731bad /host/lib/usrp/usrp2/usrp2_impl.hpp
parentede85c10ae74221ba4a715df2b45f27935503393 (diff)
downloaduhd-49485ea1fe4cfd7e3d21739d7059ac7c0537e3e6.tar.gz
uhd-49485ea1fe4cfd7e3d21739d7059ac7c0537e3e6.tar.bz2
uhd-49485ea1fe4cfd7e3d21739d7059ac7c0537e3e6.zip
usrp2: added indexed regs for rx dsp and ctrl
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp
index 337f842d6..9a406bc87 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.hpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.hpp
@@ -181,6 +181,8 @@ public:
static const size_t sram_bytes = size_t(1 << 20);
static const boost::uint32_t RECV_SID = 1;
static const boost::uint32_t ASYNC_SID = 2;
+ static const size_t NUM_RX_DSPS = 2;
+ static const size_t NUM_TX_DSPS = 1;
/*!
* Create a new usrp2 impl base.