addCustomVivadoDesign

Class: hdlcoder.ReferenceDesign
Package: hdlcoder

Specify Xilinx Vivado exported block design Tcl file

Syntax

addCustomVivadoDesign('CustomBlockDesignTcl',bd_tcl_file)

Description

addCustomVivadoDesign('CustomBlockDesignTcl',bd_tcl_file) specifies the exported block design Tcl file that contains the Xilinx® Vivado® embedded system design. Use this method if your synthesis tool is Xilinx Vivado.

Tips

Input Arguments

expand all

Block design Tcl file that you exported from your Xilinx Vivado embedded system design project, specified as a character vector. The Tcl file name must be the same as the Vivado block diagram name.

Example: 'system_top.tcl'

Introduced in R2015a

Was this topic helpful?