Skip to content

Commit

Permalink
Update MATLAB path
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Oct 31, 2024
1 parent 9b61c2f commit 69a0453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CI/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MLFLAGS := $(MLFLAGS) -wait
else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
MLPATH := /usr/local/MATLAB
MLPATH := /opt/MATLAB
endif
ifeq ($(UNAME_S),Darwin)
MLPATH := /Applications
Expand Down
2 changes: 1 addition & 1 deletion CI/scripts/synth_designs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then
MLRELEASE=R2023b
fi

MLPATH=/usr/local/MATLAB
MLPATH=/opt/MATLAB

cd ../..
cp hdl/vendor/AnalogDevices/hdlcoder_board_customization.m test/hdlcoder_board_customization_local.m
Expand Down
2 changes: 1 addition & 1 deletion CI/scripts/targeting_designs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ then
fi
echo "Testing demo: $DEMO"

MLPATH=/usr/local/MATLAB
MLPATH=/opt/MATLAB

cd ../..
source /opt/Xilinx/Vivado/2022.2/settings64.sh
Expand Down

0 comments on commit 69a0453

Please sign in to comment.