Generate VHDL or SystemVerilog code for model references into a single library - Code placement for model references - MATLAB (original) (raw)

Main Content

Code placement for model references

Model Configuration Pane: Global Settings / General

Description

Specify whether VHDL® or SystemVerilog code generated for model references is in a single library, or in separate libraries.

Dependencies

This option is enabled when the target language (specified by the Language option) is VHDL or SystemVerilog.

Settings

off (default) | on

Default: Off

on

Generate VHDL or SystemVerilog code for model references into a single library.

off

For each model reference, generate a separate VHDL or SystemVerilog library.

Tips

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

For example:

No recommended settings.

Programmatic Use

Parameter: UseSingleLibrary
Type: character vector
Value: 'on' | 'off'
Default: 'off'

Version History

Introduced in R2015a