EmbeddedCoderSupportPackage

Class: hdlcoder.ReferenceDesign
Package: hdlcoder

Specify whether to use an Embedded Coder support package

Syntax

EmbeddedCoderSupportPackage

Description

EmbeddedCoderSupportPackage specifies if you want to use an Embedded Coder® support package for your reference design. Use this parameter if you are targeting a standalone FPGA board or an SoC device such as the Xilinx® Zynq®-7000 platform.

If you are targeting a standalone FPGA board, the reference designs do not require an Embedded Coder support package. If hRD is the reference design object that you construct with the hdlcoder.ReferenceDesign class, then use this syntax:

hRD.EmbeddedCoderSupportPackage = hdlcoder.EmbeddedCoderSupportPackage.None;

When you are not using the support package, HDL Coder™ does not have the Generate Software Interface Model task in the HDL Workflow Advisor.

If you are targeting SoC devices, use this syntax depending on whether you are using an Altera® SoC or a Xilinx Zynq platform.

hRD.EmbeddedCoderSupportPackage = hdlcoder.EmbeddedCoderSupportPackage.Zynq;
hRD.EmbeddedCoderSupportPackage = hdlcoder.EmbeddedCoderSupportPackage.AlteraSoC;

Introduced in R2016b