VIRTUTECH CONFIDENTIAL Previous - Up - Next
sdram-memory-module
- Provided by
-
memory-components
- Class Hierarchy
-
conf-object → log-object → component → sdram-memory-module
- Interfaces Implemented
-
log_object, component
- Description
-
The "sdram-memory-module" component represents a SRAM memory module.
Attributes
- Attributes inherited from class conf-object
-
attributes, classname, component, iface, name, object_id, queue
- Attributes inherited from class log-object
-
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
- Attributes inherited from class component
-
connections, connectors, instantiated, object_list, object_prefix, top_component, top_level
- Attribute List
-
- banks
- Optional attribute; read/write access; type: Integer.
Number of banks.
- cas_latency
- Optional attribute; read/write access; type: Integer.
CAS-latency; each set bit corresponds to a latency the memory can handle
- columns
- Optional attribute; read/write access; type: Integer.
Number of columns.
- ecc_width
- Optional attribute; read/write access; type: Integer.
The error correction width.
- memory_megs
- Pseudo attribute; read-only access; type: Integer.
Total about of memory in MB.
- module_data_width
- Optional attribute; read/write access; type: Integer.
The module SDRAM width.
- module_type
- Optional attribute; read/write access; type: String.
Type of memory.
- primary_width
- Optional attribute; read/write access; type: Integer.
Primary SDRAM width.
- rank_density
- Optional attribute; read/write access; type: Integer.
The rank density.
- ranks
- Optional attribute; read/write access; type: Integer.
Number of ranks (logical banks).
- rows
- Optional attribute; read/write access; type: Integer.
Number of rows.
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
- Commands
-
info | print information about the device |
status | print status of the device |
Command Descriptions
-
<sdram-memory-module>.info
- Synopsis
-
<sdram-memory-module>.info
- Description
-
Print detailed information about the configuration of the device.
-
<sdram-memory-module>.status
- Synopsis
-
<sdram-memory-module>.status
- Description
-
Print detailed information about the current status of the device.
VIRTUTECH CONFIDENTIAL Previous - Up - Next