Supported MATLAB Versions and Operating Systems - 2022.1 English

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2022-05-26
Version
2022.1 English

Vitis Model Composer supports the following MATLAB versions:

  • R2021a
  • R2021b

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
Note: The AI Engine block is not supported on the Windows platform.
Red Hat Enterprise Workstation/Server 7
7.8; 7.9
Red Hat Enterprise Workstation/Server 8
8.1; 8.2; 8.3; 8.4; 8.5
Ubuntu Linux 18
18.04.4 LTS; 18.04.5 LTS
Ubuntu Linux 20
20.04 LTS; 20.04.1 LTS; 20.04.2 LTS; 20.04.3 LTS
Prerequisites for using Model Composer on Ubuntu 20 OS
  • 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.