Supported MATLAB Versions and Operating Systems - 2021.2 English

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2021-10-22
Version
2021.2 English

Vitis Model Composer supports the following MATLAB versions:

  • R2020a
  • R2020b
  • R2021a

The following operating systems are supported on x86 and x86-64 processor architectures:

Windows 10 Pro and Enterprise
10.0 1903 Update; 10.0 1909 Update; 10.0 2004 Update; 10.0 20H2; 10.0 21H1
Red Hat Enterprise Workstation/Server 7
7.8; 7.9
Ubuntu Linux
18.04.4 LTS; 18.04.5 LTS; 20.04 LTS
Note: MATLAB 2020a version is not supported on Ubuntu 20 OS.
Prerequisites for using Model Composer on Ubuntu 20 OS
  • QT4 library should be installed.
  • Ubuntu 20 comes with gcc 7.x to 9.x versions by default; you need to either install gcc 6.x manually or create a symbolic link using the following sudo commands:
    • sudo ln -s /usr/include/asm-generic /usr/include/asm
    • sudo ln -s /usr/include/x86_64-linux-gnu/sys /usr/include/sys
    • sudo ln -s /usr/include/x86_64-linux-gnu/bits /usr/include/bits
    • sudo ln -s /usr/include/x86_64-linux-gnu/gnu /usr/include/gnu
  • Ubuntu 20 by default comes with dash shell. To avoid any issue that you may encounter while running the downstream AI Engine flows, it is recommended to change the shell from dash to bash using the following sudo command:
    • sudo dpkg-reconfigure dash
SUSE Enterprise Linux
12.4, 15.2
Note: SUSE Enterprise Linux OS is supported only for the HDL library.