Ignore:
Timestamp:
Jul 9, 2014, 5:36:08 PM (10 years ago)
Author:
cfuguet
Message:

Merge 'trunk' into 'fault_tolerance'

  • Introducing last bugfixes of trunk into the fault_tolerance branch
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fault_tolerance/modules/vci_block_device_tsar/caba/source/include/vci_block_device_tsar.h

    r724 r742  
    3333// contain 32 bits words. It supports VCI addresss lartger than 32 bits.
    3434//
    35 // This component can perform data transfers between one single file belonging
    36 // to the host system and a buffer in the memory of the virtual prototype.
    37 // The file name is an argument of the constructor.
     35// This component can perform data transfers between one single file (belonging
     36// to the host system) and a buffer in the memory of the virtual prototype.
     37// The name of the file containing the disk image is a constructor argument.
    3838// This component has a DMA capability, and is both a target and an initiator.
    3939// The block size (bytes), and the burst size (bytes) must be power of 2.
     
    5454// - BLOCK_DEVICE_SIZE          0x18 (read-only)   Number of addressable blocks.
    5555// - BLOCK_DEVICE_BLOCK_SIZE    0x1C (read_only)   Block size in bytes.
    56 // - BLOCK_DEVICE_BUFFER_EXT    0x20 (read_only)   Memory buffer base address (MSB bits)
     56// - BLOCK_DEVICE_BUFFER_EXT    0x20 (read/write)  Memory buffer base address (MSB bits)
    5757//
    5858// The following operations codes are supported:
Note: See TracChangeset for help on using the changeset viewer.