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


Ignore:
Timestamp:
Nov 19, 2014, 3:22:06 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Simple Rom

    v1 v2  
    88
    99The VCI DATA width must be 32 or 64 bits.
    10 Th VCI ADDRESS and the PLEN field must be multiple of 4 bytes.
     10The VCI ADDRESS and the PLEN field must be multiple of 4 bytes.
    1111
    1212This component handles one or several independent memory segments. Each segment is defined by a base address and a size (number of bytes).
     
    1717 * 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.
    1818
    19 The !VciSimpleRam component initializes its segments from a ELF binary if a
    20 [wiki:Component/Loader Loader] is attached to it.
     19The 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.
    2120
    2221== 2) Component definition & usage ==