Family - Specify target device chip family for the model - MATLAB (original) (raw)

Main Content

Specify target device chip family for the model

Model Configuration Pane: Target

Description

Specify the target device chip family for your model as a character vector. When you specify the Synthesis Tool, HDL Coder™ populates the Family,Device,Package, andSpeed with default values for that tool. To find the chip family for your target device, at the MATLAB® command line, enterhdlcoder.supportedDevices. Then, open the linked report and find your target device details.

Settings

' ' (Default)

Specify the target device chip family for your Simulink® model as a character vector.

Tips

For example, if your SynthesisTool is Xilinx Vivado, you can specifyVirtex7 as theSynthesisToolChipFamily when you generate HDL code for thesymmetric_fir subsystem inside the sfir_fixed model using either of these methods.

No recommended settings.

Programmatic Use

**Parameter:**SynthesisToolChipFamily
Type: Character vector
Value: A valid chip family for the target device
Default: ' '

Version History

Introduced in R2014a