Altera® Quartus® Prime Standard Edition Settings File Reference Manual

ID 683084
Date 5/08/2017
Public
Document Table of Contents

1.2.89. MAXII_OPTIMIZATION_TECHNIQUE

Specifies the overall optimization goal for Analysis & Synthesis: attempt to maximize performance, minimize logic usage, or balance high performance with minimal logic usage.

Old Name

Optimization Technique -- MAX II, TSUNAMI_OPTIMIZATION_TECHNIQUE

Type

Enumeration

Values

  • Area
  • Balanced
  • Speed

Device Support

  • MAX II
  • MAX V

Notes

This assignment is included in the Analysis & Synthesis report.

This assignment supports synthesis wildcards.

Syntax


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

Default Value

Balanced

Example


		set_global_assignment -name maxii_optimization_technique speed