Intel® Quartus® Prime Pro Edition Settings File Reference Manual

ID 683296
Date 12/12/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

RAMSTYLE_ATTRIBUTE

Sets the ramstyle attribute of a shift register, RAM, or ROM.

Type

Enumeration

Values

  • M10K
  • M144K
  • M20K
  • M4K
  • M512
  • M9K
  • MEGARAM
  • MLAB
  • auto
  • logic

Device Support

  • This setting can be used in projects targeting any Intel FPGA device family.

Notes

This assignment supports synthesis wildcards.

Syntax


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

Example


set_instance_assignment -name ramstyle_attribute M512 -to foo