Skip to content

Commit 69a0453

Browse files
committed
Update MATLAB path
Signed-off-by: Travis F. Collins <[email protected]>
1 parent 9b61c2f commit 69a0453

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CI/scripts/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MLFLAGS := $(MLFLAGS) -wait
2121
else
2222
UNAME_S := $(shell uname -s)
2323
ifeq ($(UNAME_S),Linux)
24-
MLPATH := /usr/local/MATLAB
24+
MLPATH := /opt/MATLAB
2525
endif
2626
ifeq ($(UNAME_S),Darwin)
2727
MLPATH := /Applications

CI/scripts/synth_designs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ then
88
MLRELEASE=R2023b
99
fi
1010

11-
MLPATH=/usr/local/MATLAB
11+
MLPATH=/opt/MATLAB
1212

1313
cd ../..
1414
cp hdl/vendor/AnalogDevices/hdlcoder_board_customization.m test/hdlcoder_board_customization_local.m

CI/scripts/targeting_designs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ then
1212
fi
1313
echo "Testing demo: $DEMO"
1414

15-
MLPATH=/usr/local/MATLAB
15+
MLPATH=/opt/MATLAB
1616

1717
cd ../..
1818
source /opt/Xilinx/Vivado/2022.2/settings64.sh

0 commit comments

Comments
 (0)