aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-21 01:15:24 +0100
committerJosh Blum <josh@joshknows.com>2011-06-21 01:15:24 +0100
commitadfa8d725fdb21234d2856cf78c0a0293a53465e (patch)
treed7c0146f03b34f1442ed524136d3dad2894f6a26 /host
parentaca0769eb13708f1e797f55dc4aea5ebfd753ab0 (diff)
downloaduhd-adfa8d725fdb21234d2856cf78c0a0293a53465e.tar.gz
uhd-adfa8d725fdb21234d2856cf78c0a0293a53465e.tar.bz2
uhd-adfa8d725fdb21234d2856cf78c0a0293a53465e.zip
e100: consistent name for e100 fpga files in host code and images build
Diffstat (limited to 'host')
-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 a38c3b5a1..c7751acf9 100644
--- a/host/lib/usrp/e100/e100_impl.hpp
+++ b/host/lib/usrp/e100/e100_impl.hpp
@@ -33,7 +33,7 @@
uhd::transport::zero_copy_if::sptr e100_make_mmap_zero_copy(e100_iface::sptr iface);
-static const std::string E100_FPGA_FILE_NAME = "usrp_e100_fpga5.bin";
+static const std::string E100_FPGA_FILE_NAME = "usrp_e100_fpga_v2.bin";
static const boost::uint16_t E100_FPGA_COMPAT_NUM = 0x05;
static const double E100_DEFAULT_CLOCK_RATE = 64e6;
static const size_t E100_NUM_RX_DSPS = 2;