addCustomQsysDesign

Class: hdlcoder.ReferenceDesign
Package: hdlcoder

Specify Altera Qsys project file

Syntax


addCustomQsysDesign('CustomQsysPrjFile',qsys_project_file)

Description

addCustomQsysDesign('CustomQsysPrjFile',qsys_project_file) specifies the Qsys project file that contains the Altera® Qsys embedded system design. Use this method if your synthesis tool is Altera Quartus II.

Tips

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

  • If your synthesis tool is Xilinx ISE, use the addCustomEDKDesign method.

Input Arguments

expand all

Qsys project file for Altera Qsys embedded system design, specified as a character vector.

Example: 'system_soc.qsys'

Introduced in R2015a

Was this topic helpful?