summaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/usrp_e/usrp_e_impl.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.cpp b/host/lib/usrp/usrp_e/usrp_e_impl.cpp
index 1b71c0a52..cd39dbb07 100644
--- a/host/lib/usrp/usrp_e/usrp_e_impl.cpp
+++ b/host/lib/usrp/usrp_e/usrp_e_impl.cpp
@@ -111,7 +111,8 @@ static device::sptr usrp_e_make(const device_addr_t &device_addr){
//if not loaded: load the fpga image and write the hash-file
if (fpga_compat_num != USRP_E_COMPAT_NUM or loaded_hash != fpga_hash){
- usrp_e_load_fpga(usrp_e_fpga_image);
+// usrp_e_load_fpga(usrp_e_fpga_image);
+std::cout << "Here is where I load the fpga" << std::endl;
try{std::ofstream(hash_file_path) << fpga_hash;}catch(...){}
}