diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-11-24 14:59:24 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-12-16 15:40:18 -0800 |
commit | 789784fc7e8aeb12b8d8092d6874dee49712a156 (patch) | |
tree | 95d48e6cdc9b323b0106042d250ec0f021c4e6f2 /host/lib/usrp/e300/e300_impl.hpp | |
parent | 10178875a154e58af6c14774621776d13e7e3daa (diff) | |
download | uhd-789784fc7e8aeb12b8d8092d6874dee49712a156.tar.gz uhd-789784fc7e8aeb12b8d8092d6874dee49712a156.tar.bz2 uhd-789784fc7e8aeb12b8d8092d6874dee49712a156.zip |
e3xx: Added FPGA loading code for speedgrade 3 devices.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Diffstat (limited to 'host/lib/usrp/e300/e300_impl.hpp')
-rw-r--r-- | host/lib/usrp/e300/e300_impl.hpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/host/lib/usrp/e300/e300_impl.hpp b/host/lib/usrp/e300/e300_impl.hpp index 764059c1b..595b42679 100644 --- a/host/lib/usrp/e300/e300_impl.hpp +++ b/host/lib/usrp/e300/e300_impl.hpp @@ -56,10 +56,11 @@ namespace uhd { namespace usrp { namespace e300 { static const std::string E300_FPGA_FILE_NAME = "usrp_e300_fpga.bit"; -static const std::string E310_FPGA_FILE_NAME = "usrp_e310_fpga.bit"; +static const std::string E310_SG1_FPGA_FILE_NAME = "usrp_e310_fpga.bit"; +static const std::string E310_SG3_FPGA_FILE_NAME = "usrp_e310_fpga_sg3.bit"; -static const std::string E300_FPGA_IDLE_FILE_NAME = "usrp_e300_fpga_idle.bit"; -static const std::string E310_FPGA_IDLE_FILE_NAME = "usrp_e310_fpga_idle.bit"; +static const std::string E3XX_SG1_FPGA_IDLE_FILE_NAME = "usrp_e3xx_fpga_idle.bit"; +static const std::string E3XX_SG3_FPGA_IDLE_FILE_NAME = "usrp_e3xx_fpga_idle_sg3.bit"; static const std::string E300_TEMP_SYSFS = "iio:device0"; static const std::string E300_SPIDEV_DEVICE = "/dev/spidev0.1"; |