Package postfix - Text to append to model or subsystem name - MATLAB (original) (raw)

Main Content

Text to append to model or subsystem name

Model Configuration Pane: Global Settings / General

Description

Specify a text as a character vector to append to the model or subsystem name to form name of a package file.

Dependencies

Settings

_pkg (default) | character vector

Default: _pkg

HDL Coder™ applies this option only if a package file is required for the design.

Tips

To set this property, use the functions hdlset_param or makehdl. To view the property value, use the function hdlget_param.

For example, you can specify this property when you generate HDL code for the symmetric_fir subsystem inside the sfir_fixed model using either of these methods.

No recommended settings.

Programmatic Use

Parameter: PackagePostfix
Type: character vector
Value: A character vector that is legal in a VHDL package file name
Default: '_pkg'

Version History

Introduced in R2012a