Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Carina Watson
tutorials_devel
Commits
429e4c1e
Commit
429e4c1e
authored
3 years ago
by
Mitch Burnett
Browse files
Options
Download
Email Patches
Plain Diff
update matlab ver
parent
91049175
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/tutorials/rfsoc/tut_getting_started.md
+3
-3
docs/tutorials/rfsoc/tut_getting_started.md
with
3 additions
and
3 deletions
+3
-3
docs/tutorials/rfsoc/tut_getting_started.md
+
3
-
3
View file @
429e4c1e
...
...
@@ -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 20
20b
(with Simulink)
*
Matlab 20
19a
(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
=
</path/to/your/Xilinx>/Vivado/2020.2
MATLAB_PATH
=
</path/to/your/Matlab>/R20
20b
MATLAB_PATH
=
</path/to/your/Matlab>/R20
19a
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/R20
20b
export
MATLAB_PATH
=
/opt/MATLAB/R20
19a
export
PLATFORM
=
lin64
export
JASPER_BACKEND
=
vitis
export
XLNX_DT_REPO_PATH
=
/home/mcb/git/xilinx/device-tree-xlnx
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets