Main Content

RAM Architecture

RAM architecture with or without clock enable

Model Configuration Pane: Global Settings / Coding style

Description

Select RAM architecture with clock enable, or without clock enable, for all RAMs in DUT subsystem.

Settings

RAM with clock enable (default) | Generic RAM without clock enable

Default: RAM with clock enable

Select one of the following options from the menu:

  • RAM with clock enable: Generate RAMs with clock enable.

  • Generic RAM without clock enable: Generate RAMs without clock enable.

Tips

To set this property, use the functions hdlset_param or makehdl. To view the property value, use the function hdlget_param.

Recommended Settings

No recommended settings.

Programmatic Use

Parameter: RAMArchitecture
Type: character vector
Value: 'WithClockEnable' | 'WithoutClockEnable'
Default: 'WithClockEnable'

Version History

Introduced in R2012a