hdlsetuptoolpath('ToolName','Xilinx Vivado','ToolPath',...
'E:\Xilinx\Vivado\2023.1\bin\vivado.bat');
Error using setupToolPath
File or directory path 'E:\Xilinx\Vivado\2023.1\bin\vivado.bat' does not exist from current working directory.
Error in setupToolPath
Error in hdlsetuptoolpath (line 48)
setupToolPath(varargin{:});
I am facing this issue while linking the Matlab with xilinx even i have compatible versions of Matlab and Xilinx Vivado but unable to get the compatibility between them, as well as while choosing the path from the matlab unable to get the VIVADO.bat file for matlab, i am facing this issue from so many days.