Skip to content

Commit 0066c42

Browse files
committed
TEST assignment
1 parent b69dd25 commit 0066c42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/acl_hal_mmd.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,11 +770,11 @@ cl_bool l_load_board_libraries(cl_bool load_libraries) {
770770
// If the customer_board_vendor_path is defined, runtime should only load the
771771
// fcd file there Otherwise, runtime will load the fcd file from the default
772772
// directory
773-
if (customer_board_vendor_path) {
773+
//if (customer_board_vendor_path) {
774774
// append the '/' to the end of the customer_board_vendor_path
775775
// and load it to board_vendor_path
776776
board_vendor_path = customer_board_vendor_path + std::string("/");
777-
}
777+
//}
778778

779779
ACL_HAL_DEBUG_MSG_VERBOSE(1, "Intel(R) FPGA Board Vendor Path: %s\n",
780780
board_vendor_path.c_str());

0 commit comments

Comments
 (0)