VHDL file extension - File name extension for generated VHDL files - MATLAB (original) (raw)

Main Content

File name extension for generated VHDL files

Model Configuration Pane: Global Settings / General

Description

Specify the file name extension for generated VHDL files.

Dependencies

To enable this option, set the target language to VHDL. You can specify the target language by using the Language parameter in the HDL Code Generation pane.

Settings

.vhd (default) | character vector

Default: .vhd

This field specifies the file name extension for generated VHDL files.

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: VHDLFileExtension
Type: character vector
Default: '.vhd'

Version History

Introduced in R2012a