Skip to content

Commit

Permalink
update matlab ver
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchburnett committed Aug 17, 2021
1 parent 9104917 commit 429e4c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/rfsoc/tut_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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=</path/to/your/Xilinx>/Vivado/2020.2
MATLAB_PATH=</path/to/your/Matlab>/R2020b
MATLAB_PATH=</path/to/your/Matlab>/R2019a
JASPER_BACKEND=vitis
XLNX_DT_REPO_PATH=</path/to>/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
Expand Down

0 comments on commit 429e4c1

Please sign in to comment.