You can often find everything required for a design inside Vitis Model Composer. For such designs, clicking Export instructs Model Composer to translate the design to HDL, and write the files for processing the HDL using downstream tools. These files include the following elements:
- HDL that implements the design itself.
- An HDL test bench. The test bench lets you compare results from Simulink simulations with those from a logic simulator.
- Files that allow the Model Composer HDL to function as a Vivado IDE project.
For details concerning the files that Model Composer writes, refer to Compilation Results.