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™ displays the Generate Software Interface task in the
HDL Workflow Advisor, but has the Generate Simulink software interface
model check box greyed out. If you have HDL Verifier™ installed, on the Set Target Reference Design task,
set Insert JTAG AXI Manager (HDL Verifier required) to
on
. You can then generate a host interface model or host
interface script or both in the Generate Software Interface task to
rapidly prototype and test the HDL IP core functionality by using the AXI Manager. See
Generate Host Interface Script to Probe and Rapidly Prototype HDL IP Core.
Note
To generate a host interface model, you must map each DUT signal that you want
to capture to the AXI4
or
AXI4-Lite
interfaces in the Set Target
Interface task.
If you are targeting SoC devices, use this syntax depending on whether you are using an Intel® SoC or a Xilinx Zynq platform.
hRD.EmbeddedCoderSupportPackage = ... hdlcoder.EmbeddedCoderSupportPackage.Zynq; hRD.EmbeddedCoderSupportPackage = ... hdlcoder.EmbeddedCoderSupportPackage.AlteraSoC;