Skip to content

Commit

Permalink
Merge pull request #175 from kiranshila/patch-1
Browse files Browse the repository at this point in the history
Update Configuring-the-Toolflow.md
  • Loading branch information
mitchburnett committed Sep 15, 2022
2 parents 326d2f2 + 84044e1 commit 1f985c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/src/Configuring-the-Toolflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ The script does not require that the Matlab and Xilinx tools be installed in spe
Two essential variables are:

- `MATLAB_PATH` - the path to the directory where MATLAB was installed
- `XILINX_PATH` - the path to the directory where Xilinx tools were installed
- `XILINX_PATH` - the path to the directory where Xilinx Vivado is installed
- `COMPOSER_PATH` - the path to the directory where the Xilinx Model Compose is installed

Optional variables:

Expand All @@ -36,8 +37,9 @@ Depending on your operating system, and MATLAB / Xilinx quirks, you may need to
Here is a sample `startsg.local` file:

```bash
export XILINX_PATH=/opt/Xilinx/Vivado/2019.1
export MATLAB_PATH=/usr/local/MATLAB/R2018a
export XILINX_PATH=/opt/Xilinx/Vivado/2021.1
export COMPOSER_PATH=/opt/Xilinx/Model_Composer/2021.1
export MATLAB_PATH=/usr/local/MATLAB/R2021a
export PLATFORM=lin64
export JASPER_BACKEND=vivado

Expand Down

0 comments on commit 1f985c9

Please sign in to comment.