xilinx.utilities.importBD
imports a platform
framework created in the Vivado IP integrator into a Model Composer model. The
command provides an accelerated way to enter the Model Composer circuitry into the
design. xilinx.utilities.importBD parses the platform framework for potential Model
Composer ports and interfaces and creates a sample stub in the Simulink model.
Inputs to the xilinx.utilities.importBD command are the Vivado project to be imported and the name of the model to be created in Model Composer.
Syntax
xilinx.utilities.importBD(vivado_project,matlab_file)
Description
xilinx.utilities.importBD parses the platform framework Vivado project for potential Model Composer ports and interfaces and creates a sample stub to speed the development of the Model Composer model.
xilinx.utilities.importBD('<path_to_vivado_project_directory>/<project_name>.xpr',
'mynewmodel')
xilinx.utilities.importBD('C:\test_impportBD\platform.xpr', 'mynewmodel')