Main Content

addCustomEDKDesign

Class: hdlcoder.ReferenceDesign
Namespace: hdlcoder

Specify Xilinx EDK MHS project file

Syntax

addCustomEDKDesign('CustomEDKMHS',mhs_project_file)

Description

addCustomEDKDesign('CustomEDKMHS',mhs_project_file) specifies the MHS project file that contains the Xilinx® EDK embedded system design. Use this method if your synthesis tool is Xilinx ISE.

Input Arguments

expand all

MHS project file for Xilinx EDK embedded system design, specified as a character vector.

Example: 'system.mhs'

Tips

  • If your synthesis tool is Xilinx Vivado®, use the addCustomVivadoDesign method.

  • If your synthesis tool is Altera® Quartus II, use the addCustomQsysDesign method.

Version History

Introduced in R2015a