I am facing an issue that is about Deep Learning HDL Toolbox is giving error that unrecognized field name is "connected" as mentioned in attached screenshots
2 views (last 30 days)
Show older comments

2 Comments
Vikram Venkatesh
on 25 May 2023
I am unable to reproduce this issue. Could you share more information: Which version of MATLAB are you using? And, which operating system are you using?
Answers (1)
Sahas
on 19 Dec 2024
This error message occurs in MATLAB when trying to access a property name in a structure that does not have that field. It means that the hardware board you have selected might not be there supported in that MATLAB version.
The following workarounds might help resolve the issue:
- Confirm that the FPGA device you are trying to select is supported by the toolbox. Refer to this MathWorks documentation link for more information: https://www.mathworks.com/help/deep-learning-hdl/ug/supported-networks-layers-boards-and-tools.html
- Ensure that the version of MATLAB and the Deep Learning HDL Toolbox are compatible. Fields or functions may have been updated or changed in newer versions: https://www.mathworks.com/products/deep-learning-hdl.html
- There might be an issue with the configuration files for the FPGA devices, or tere might be some currupted files. The most effective solution is to reinstall MATLAB and the Toolbox.
- Ensure that MATLAB and the Toolbox path is set correctly. You can reset the path by using MATLAB's restoredefaultpath function in the command line and then adding your required paths again. Refer to the following MathWorks documentation: https://www.mathworks.com/help/matlab/ref/restoredefaultpath.html
I hope this is beneficial!
0 Comments
See Also
Categories
Find more on FPGA, ASIC, and SoC Development in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!