Auto_resource_sharing – Altera Quartus II Settings File User Manual

Page 56

Advertising
background image

AUTO_RESOURCE_SHARING

Allows the Compiler to share hardware resources among many similar, but mutually exclusive, operations

in your HDL source code. If you enable this option, the Compiler will merge compatible addition,

subtraction, and multiplication operations. By merging operations, this may reduce the area required by

your design. Because resource sharing introduces extra muxing and control logic on each shared resource,

it may negatively impact the final fmax of your design.

Type

Boolean

Device Support

This setting can be used in projects targeting any Altera device family.

Notes

This assignment is included in the Analysis & Synthesis report.
This assignment supports synthesis wildcards.

Syntax

set_global_assignment -name AUTO_RESOURCE_SHARING <value>
set_global_assignment -name AUTO_RESOURCE_SHARING -entity <entity name>
<value>
set_instance_assignment -name AUTO_RESOURCE_SHARING -to <to> -entity
<entity name> <value>

Default Value

Off

56

AUTO_RESOURCE_SHARING

MNL-Q21005

2015.05.04

Altera Corporation

Quartus Settings File Reference Manual

Send Feedback

Advertising