Ignore:
Timestamp:
Jul 3, 2014, 9:52:06 AM (10 years ago)
Author:
alain
Message:

Cosmetic: improving comments.

File:
1 edited

Legend:

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

    r522 r733  
    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.