new-sata-disk-comp new-sebastian
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

new-sdram-memory-module-comp

Synopsis

new-sdram-memory-module-comp ["name"] [banks] [cas_latency] [columns] [ecc_width] [module_data_width] ["module_type"] [primary_width] [rank_density] [ranks] [rows]

Description

This command creates an instantiated component of the class sdram_memory_module_comp.

The class description for the sdram_memory_module_comp class: The "sdram-memory-module-comp" component represents a SDRAM memory module.

name is Optional
If not specified, the component will get a class-specific default name.

banks is Optional
Number of banks.

cas_latency is Optional
CAS-latency; each set bit corresponds to a latency the memory can handle.

columns is Optional
Number of columns.

ecc_width is Optional
The error correction width.

module_data_width is Optional
The module SDRAM width (including ECC width if enabled).

module_type is Optional
Type of memory.

primary_width is Optional
Primary SDRAM width.

rank_density is Optional
The rank density.

ranks is Optional
Number of ranks (logical banks).

rows is Optional
Number of rows.

Provided By

memory-comp
new-sata-disk-comp new-sebastian