From 429e4c1eda45aff36af84b461beb7ea0adeb15e6 Mon Sep 17 00:00:00 2001 From: Mitch Burnett Date: Mon, 16 Aug 2021 23:01:50 -0600 Subject: [PATCH] update matlab ver --- docs/tutorials/rfsoc/tut_getting_started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/rfsoc/tut_getting_started.md b/docs/tutorials/rfsoc/tut_getting_started.md index d9312d3..c93844c 100644 --- a/docs/tutorials/rfsoc/tut_getting_started.md +++ b/docs/tutorials/rfsoc/tut_getting_started.md @@ -14,7 +14,7 @@ consistent with the standard CASPER In this case, for RFSoC what you will need is: * Compatible Linux host operating system (tested on RHEL 7.9, 8.4 and Ubuntu 18.04 LTS, 20.04 LTS) * Vivado 2020.2 - * Matlab 2020b (with Simulink) + * Matlab 2019a (with Simulink) * Python 3 environment * Development branches of the CASPER "toolflow" library [`mlib_devel`][rfsoc-mlib-devel] and board communication library [`casperfpga`][rfsoc-casperfpga] with RFSoC support @@ -65,13 +65,13 @@ $ cp startsg.local.example ./startsg.local # with you favorite text editor open `startsg.local` and update the following # environment variables XILINX_PATH=/Vivado/2020.2 -MATLAB_PATH=/R2020b +MATLAB_PATH=/R2019a JASPER_BACKEND=vitis XLNX_DT_REPO_PATH=/sandbox/xilinx/device-tree-xlnx # The following is an example of my startsg.local export XILINX_PATH=/opt/Xilinx/Vivado/2020.2 -export MATLAB_PATH=/opt/MATLAB/R2020b +export MATLAB_PATH=/opt/MATLAB/R2019a export PLATFORM=lin64 export JASPER_BACKEND=vitis export XLNX_DT_REPO_PATH=/home/mcb/git/xilinx/device-tree-xlnx