Floating-Point IPs - Share floating-point IPs in the design - MATLAB (original) (raw)

Main Content

Share floating-point IPs in the design

Model Configuration Pane: Optimization / Resource sharing

Description

The Floating-point Ips parameter enable the use of resource sharing optimization to share floating-point IPs in your design.

Dependencies

To share floating-point IPs:

Settings

On (default) | Off

On

When you enable resource sharing, HDL Coderâ„¢ shares floating-point IP blocks.

Off

Do not share floating-point IP blocks.

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 use the ShareFloatingPointIPs setting when you generate HDL code for the symmetric_fir subsystem inside the sfir_fixed model using either of these methods.

No recommendations.

Programmatic Use

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

Version History

Introduced in R2016b