We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b61c2f commit 69a0453Copy full SHA for 69a0453
CI/scripts/Makefile
@@ -21,7 +21,7 @@ MLFLAGS := $(MLFLAGS) -wait
21
else
22
UNAME_S := $(shell uname -s)
23
ifeq ($(UNAME_S),Linux)
24
-MLPATH := /usr/local/MATLAB
+MLPATH := /opt/MATLAB
25
endif
26
ifeq ($(UNAME_S),Darwin)
27
MLPATH := /Applications
CI/scripts/synth_designs.sh
@@ -8,7 +8,7 @@ then
8
MLRELEASE=R2023b
9
fi
10
11
-MLPATH=/usr/local/MATLAB
+MLPATH=/opt/MATLAB
12
13
cd ../..
14
cp hdl/vendor/AnalogDevices/hdlcoder_board_customization.m test/hdlcoder_board_customization_local.m
CI/scripts/targeting_designs.sh
@@ -12,7 +12,7 @@ then
echo "Testing demo: $DEMO"
15
16
17
18
source /opt/Xilinx/Vivado/2022.2/settings64.sh
0 commit comments