Changes between Version 1 and Version 2 of Component/Vci Simple Rom
- Timestamp:
- Nov 19, 2014, 3:22:06 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Simple Rom
v1 v2 8 8 9 9 The VCI DATA width must be 32 or 64 bits. 10 Th VCI ADDRESS and the PLEN field must be multiple of 4 bytes.10 The VCI ADDRESS and the PLEN field must be multiple of 4 bytes. 11 11 12 12 This component handles one or several independent memory segments. Each segment is defined by a base address and a size (number of bytes). … … 17 17 * If VCI DATA width = 64 bits, and PLEN define an odd number of words, the last flit contains only 4 bytes (right justified), and the number of flits is PLEN/8 + 1. 18 18 19 The !VciSimpleRam component initializes its segments from a ELF binary if a 20 [wiki:Component/Loader Loader] is attached to it. 19 The binary code contained in the ROM can be loaded from an ELF binary file by the [wiki:Component/Loader Loader] defined as a constructor argument. 21 20 22 21 == 2) Component definition & usage ==