How to make vitis model composer support the latest version of matlab
Mostra commenti meno recenti

Hi all ,
as figure show vitis model composer 2021.1 not support matlab r2021b,i already try modify ml_supported.xml but it's no effect,Is there any other way to make vitis model composer support the latest version of matlab?
Risposte (1)
Lee Johannes
il 11 Feb 2022
0 voti
it bcs xilinx not support matlab 2021b
you can manually add it in xilinx
\Xilinx\Vivado\YOUR version\data\sysgen\sg_config\ml_supported.xml
<version>
<number>9.11</number>
<name>R2021b</name>
</version>
and using administrator to run vivado
file bar- windows- tcl console
input sg_config in tcl
to set your matlab and apply again
if you already open your vivado. plz close then run in adminitrator agian.
2 Commenti
Marcos Rodríguez
il 8 Mar 2022
hello in vivado tcl console I get:
invalid command name "sg_config"
looking in internet it seems this command is for ISE and not for vivado..
nima nabavi
il 28 Mag 2023
Hello, sg_config work on vivado.
Categorie
Scopri di più su AMD FPGA and SoC Devices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!