aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-08-20 03:24:11 +0000
committerJosh Blum <josh@joshknows.com>2011-08-31 18:44:34 -0700
commit20d5a87352ea1a29d102f9b693062684f9555446 (patch)
tree8dd4bcd174d32c828199cf1cd138135f9490a221 /host/lib/usrp
parent927da3982ede4aef07d0dc42597c00b38c63cc48 (diff)
downloaduhd-20d5a87352ea1a29d102f9b693062684f9555446.tar.gz
uhd-20d5a87352ea1a29d102f9b693062684f9555446.tar.bz2
uhd-20d5a87352ea1a29d102f9b693062684f9555446.zip
e100: changes to support bus work
Diffstat (limited to 'host/lib/usrp')
-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 d60d6a63c..76af828d0 100644
--- a/host/lib/usrp/e100/e100_impl.hpp
+++ b/host/lib/usrp/e100/e100_impl.hpp
@@ -42,7 +42,7 @@
uhd::transport::zero_copy_if::sptr e100_make_mmap_zero_copy(e100_ctrl::sptr iface);
-static const double E100_LINK_RATE_BPS = 256e6/8;
+static const double E100_LINK_RATE_BPS = 166e6/4*2; //gpmc_clock_rate/clk_div*bytes_per_transaction
static const std::string E100_I2C_DEV_NODE = "/dev/i2c-3";
static const std::string E100_FPGA_FILE_NAME = "usrp_e100_fpga_v2.bin";
static const boost::uint16_t E100_FPGA_COMPAT_NUM = 0x05;