xilinx.utilities.importBD - 2020.2 English

Vivado Design Suite Reference Guide: Model-Based DSP Design Using System Generator (UG958)

Document ID
UG958
Release Date
2020-11-18
Version
2020.2 English

xilinx.utilities.importBD imports a platform framework created in the Vivado IP Integrator into a System Generator model. The command provides an accelerated way to enter the System Generator circuitry into the design. xilinx.utilities.importBD parses the platform framework for potential System Generator 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 System Generator.

Syntax


xilinx.utilities.importBD(vivado_project,matlab_file) 

Description

xilinx.utilities.importBD parses the platform framework Vivado project for potential System Generator ports and interfaces and creates a sample stub to speed the development of the System Generator model.


xilinx.utilities.importBD('<path_to_vivado_project_directory>/<project_name>.xpr', 
'mynewmodel') 

xilinx.utilities.importBD('C:\test_impportBD\platform.xpr', 'mynewmodel')