create-ddr2-memory-module-comp ["name"] [banks] [cas_latency] [columns] [ecc_width] [module_data_width] ["module_type"] [primary_width] [rank_density] [ranks] [rows]
This command creates a non-instantiated component of the class ddr2_memory_module_comp.
The class description for the ddr2_memory_module_comp class: The "ddr2_memory_module_comp" component represents a DDR2 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.
memory-comp