From a8fcdba5f76d08212835c5966be67248428fe9fa Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Thu, 4 Nov 2010 17:43:30 -0400 Subject: usrp_e: Comment out fpga loading until we unload module during load. --- host/lib/usrp/usrp_e/usrp_e_impl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(...){} } -- cgit v1.2.3