aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200/b200_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2013-08-13 10:56:22 -0700
committerJosh Blum <josh@joshknows.com>2013-08-13 10:56:22 -0700
commit77f360afdad3af71d125ca375a00221ad231792e (patch)
treef8c8ce6751871eeb06aee787c0d5f77ebc6dd4b9 /host/lib/usrp/b200/b200_impl.hpp
parent9f1d6bdc501e04aa205f88ed5ef95e38c1bec03b (diff)
downloaduhd-77f360afdad3af71d125ca375a00221ad231792e.tar.gz
uhd-77f360afdad3af71d125ca375a00221ad231792e.tar.bz2
uhd-77f360afdad3af71d125ca375a00221ad231792e.zip
b200: changed for pps select register
Diffstat (limited to 'host/lib/usrp/b200/b200_impl.hpp')
-rw-r--r--host/lib/usrp/b200/b200_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp
index d8a2232e0..a59e0b977 100644
--- a/host/lib/usrp/b200/b200_impl.hpp
+++ b/host/lib/usrp/b200/b200_impl.hpp
@@ -50,7 +50,7 @@ static const std::string B200_FPGA_FILE_NAME = "usrp_b200_fpga.bin";
static const std::string B210_FPGA_FILE_NAME = "usrp_b210_fpga.bin";
static const boost::uint8_t B200_FW_COMPAT_NUM_MAJOR = 0x02;
static const boost::uint8_t B200_FW_COMPAT_NUM_MINOR = 0x00;
-static const boost::uint16_t B200_FPGA_COMPAT_NUM = 0x01;
+static const boost::uint16_t B200_FPGA_COMPAT_NUM = 0x02;
static const double B200_LINK_RATE_BPS = (5e9)/8; //practical link rate (5 Gbps)
static const double B200_BUS_CLOCK_RATE = 100e6;
static const double B200_DEFAULT_TICK_RATE = 32e6;