Changes between Version 1 and Version 2 of Component/Vci Simple Ram
- Timestamp:
- Sep 12, 2009, 1:15:39 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Simple Ram
v1 v2 5 5 == 1) Functional Description == 6 6 7 This VCI target is an embedded SRAM controller. This hardware component handles 7 This VCI target is an embedded SRAM controller. It is actually a simplified version of the !VciRam component, 8 and provide the same services : it handles one or several 8 9 independent memory segments. Each segment is defined by a base address and a size (number of bytes). 9 10 Both 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].11 The segments allocated to a given instance of this component must be defined in the [wiki:Component/MappingTable Mapping Table]. 11 12 12 13 Each segment is implemented as a dynamically allocated array in the constructor.