Changes between Version 1 and Version 2 of Component/Vci Simple Ram


Ignore:
Timestamp:
Sep 12, 2009, 1:15:39 PM (15 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Simple Ram

    v1 v2  
    55== 1) Functional Description ==
    66
    7 This VCI target is an embedded SRAM controller. This hardware component handles
     7This VCI target is an embedded SRAM controller. It is actually a simplified version of the !VciRam component,
     8and provide the same services : it handles one or several
    89independent memory segments. Each segment is defined by a base address and a size (number of bytes).
    910Both the base and the size parameters must be multiple of 4.
    10 The segments allocated to a given instance of this component are defined in the [wiki:Component/MappingTable Mapping Table].
     11The segments allocated to a given instance of this component must be defined in the [wiki:Component/MappingTable Mapping Table].
    1112
    1213Each segment is implemented as a dynamically allocated array in the constructor.