aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100/e100_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-01-28 12:21:01 -0800
committerJosh Blum <josh@joshknows.com>2012-01-31 14:56:31 -0800
commit8f25550d1a8ac634ee3873ae90a86d1e07dd5482 (patch)
treed4681f031bc00b1926a04965c7506f7823cc9314 /host/lib/usrp/e100/e100_impl.hpp
parent72359ea15846ab87c781ab4d072f694e97cc3cd1 (diff)
downloaduhd-8f25550d1a8ac634ee3873ae90a86d1e07dd5482.tar.gz
uhd-8f25550d1a8ac634ee3873ae90a86d1e07dd5482.tar.bz2
uhd-8f25550d1a8ac634ee3873ae90a86d1e07dd5482.zip
dsp rework: implemented new scalefactor in rx dsp core
Diffstat (limited to 'host/lib/usrp/e100/e100_impl.hpp')
-rw-r--r--host/lib/usrp/e100/e100_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e100/e100_impl.hpp b/host/lib/usrp/e100/e100_impl.hpp
index 2ea890375..f94061a24 100644
--- a/host/lib/usrp/e100/e100_impl.hpp
+++ b/host/lib/usrp/e100/e100_impl.hpp
@@ -48,7 +48,7 @@ static const double E100_RX_LINK_RATE_BPS = 166e6/3/2*2;
static const double E100_TX_LINK_RATE_BPS = 166e6/3/1*2;
static const std::string E100_I2C_DEV_NODE = "/dev/i2c-3";
static const std::string E100_UART_DEV_NODE = "/dev/ttyO0";
-static const boost::uint16_t E100_FPGA_COMPAT_NUM = 0x08;
+static const boost::uint16_t E100_FPGA_COMPAT_NUM = 0x09;
static const boost::uint32_t E100_RX_SID_BASE = 2;
static const boost::uint32_t E100_TX_ASYNC_SID = 1;
static const double E100_DEFAULT_CLOCK_RATE = 64e6;