Altera® Quartus® Prime Standard Edition Settings File Reference Manual

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

1.2.19. AUTO_LCELL_INSERTION

Allows the Compiler to insert macrocells into the design. This option is ignored if it is assigned to anything other than a design entity. If you want to prevent the Compiler from automatically inserting macrocells into the design, set the Auto Logic Cell Insertion option to 'Off' on that signal.

Type

Boolean

Device Support

  • MAX3000A
  • MAX7000A
  • MAX7000AE
  • MAX7000B
  • MAX7000S

Notes

This assignment is included in the Analysis & Synthesis report.

This assignment supports synthesis wildcards.

Syntax


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

Default Value

On

Example


		set_global_assignment -name auto_lcell_insertion off
		set_instance_assignment -name auto_lcell_insertion off -to foo