Quartus® Prime Pro Edition Settings File Reference Manual

ID 683296
Date 4/01/2024
Public
Document Table of Contents

USE_COMPRESSOR_IMPLEMENTATION

Allows you to control when the compiler will select mixed-compressor versus native adder implementations.

Type

Enumeration

Values

  • Always
  • Auto
  • Never

Device Support

  • Intel Agilex® 5
  • Intel Agilex® 7
  • Arria® 10
  • Cyclone® 10 GX
  • Stratix® 10

Notes

This assignment supports synthesis wildcards.

Syntax

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

Default Value

Auto

Example

set_global_assignment -name use_compressor_implementation never
set_instance_assignment -name use_compressor_implementation always -to "inst0|add_3"