Skip to content

Commit

Permalink
Changes to enable toolflow in Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Hickish committed Apr 2, 2017
1 parent 4bb2237 commit 063b122
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions startsg
Expand Up @@ -114,5 +114,10 @@ export CASPER_STARTUP_DIR=`pwd`
# (so MATLAB will find our startup.m file).
cd "${MLIB_DEVEL_PATH}"

export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu:/lib64:/lib:$LD_LIBRARY_PATH

export PATH=$PATH:/$MATLAB_PATH/bin


# Start MATLAB
"${MATLAB}/bin/matlab"
2 changes: 1 addition & 1 deletion startup.m
Expand Up @@ -12,7 +12,7 @@
addpath([getenv('MLIB_DEVEL_PATH'), '/casper_library']);
addpath([getenv('MLIB_DEVEL_PATH'), '/xps_library']);
xlAddSysgen([getenv('XILINX_PATH'), '/ISE'])
sysgen_startup
%sysgen_startup
% If CASPER_BACKPORT is in the environment with non-zero length, then force
% block reuse and do NOT preload CASPER libraries. This prevents problems when
% saving libraries in older Simulink formats (aka "backporting"), but should
Expand Down

0 comments on commit 063b122

Please sign in to comment.