Changeset 733 for trunk/modules/vci_block_device_tsar
- Timestamp:
- Jul 3, 2014, 9:52:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/vci_block_device_tsar/caba/source/include/vci_block_device_tsar.h
r522 r733 33 33 // contain 32 bits words. It supports VCI addresss lartger than 32 bits. 34 34 // 35 // This component can perform data transfers between one single file belonging36 // 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. 38 38 // This component has a DMA capability, and is both a target and an initiator. 39 39 // The block size (bytes), and the burst size (bytes) must be power of 2. … … 54 54 // - BLOCK_DEVICE_SIZE 0x18 (read-only) Number of addressable blocks. 55 55 // - 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) 57 57 // 58 58 // The following operations codes are supported:
Note: See TracChangeset
for help on using the changeset viewer.