Altera® Quartus® Prime Standard Edition Settings File Reference Manual

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

1.2.140. STRATIX_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 -- Stratix/Stratix GX, YEAGER_OPTIMIZATION_TECHNIQUE

Type

Enumeration

Values

  • Area
  • Balanced
  • Speed

Device Support

  • Stratix
  • Stratix GX

Notes

This assignment is included in the Analysis & Synthesis report.

This assignment supports synthesis wildcards.

Syntax


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

Default Value

Balanced

Example


		set_global_assignment -name stratix_optimization_technique speed