Supported MATLAB Versions and Operating Systems - 2023.2 English

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2023-11-15
Version
2023.2 English

Vitis Model Composer supports the following MATLAB versions:

  • R2021a
  • R2021b
  • R2022a Update 6
  • R2022b Update 6

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

Windows 11 Enterprise
11.0 21H2; 11.0 22H2
Windows 10 Pro and Enterprise
10.0 21H2; 10.0 22H2
Note: AI Engine development is not supported on the Windows platform.
Note: Model Composer simulation and code generation is not supported in Windows OS for designs that include blocks from the AI Engine library.
Red Hat Enterprise Workstation/Server 7
7.9
Red Hat Enterprise Workstation/Server 8
8.3; 8.4; 8.5; 8.6; 8.7; 8.8
Ubuntu Linux 18
18.04.4 LTS; 18.04.5 LTS; 18.04.6 LTS
Ubuntu Linux 20
20.04.2, 20.04.3 LTS, 20.04.4 LTS, 20.04.5 LTS, 20.04.6 LTS
Ubuntu Linux 22
22.04 LTS, 22.04.1 LTS, 22.04.2 LTS
Prerequisites for using Model Composer on Ubuntu OS
  • Symbolic links to the GCC compiler must be established by executing 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 and 22 by default come with dash shell. To avoid any issue that you might 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.