Skip to content

Commit

Permalink
fixed bug in protoip_matlab_installer.m
Browse files Browse the repository at this point in the history
  • Loading branch information
bulatkhusainov committed Aug 30, 2016
1 parent 03de842 commit dde2620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protoip_matlab_interface/protoip_matlab_installer.m
Expand Up @@ -106,7 +106,7 @@


%% install protoip app. It is required xilinx Vivado software
str = strcat(pwd,'\protoip_matlab_interface\protoip_matlab_installer.tcl');
system(sprintf('vivado -mode tcl -source %s', str))
%str = strcat(pwd,'\protoip_matlab_interface\protoip_matlab_installer.tcl');
%system(sprintf('vivado -mode tcl -source %s', str))

disp('protoip installed successfully')

0 comments on commit dde2620

Please sign in to comment.