Changes between Version 5 and Version 6 of Component/Vci Multi Ahci
- Timestamp:
- Mar 29, 2015, 1:40:18 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Ahci
v5 v6 6 6 7 7 This component emulates a multi-channels disk controller respecting the AHCI standard. Each channel[k] can access a different physical disk, modeled as a file (one file per channel) belonging to the host system, and containing a complete disk image. 8 Each channel[k] can perform data transfers between file[k] and a buffer in the physical memory of the virtual system. The number of supported channels, the file name(s), the VCI burst size, and the block size are hardware parameters, defined as constructor parameters.8 Each channel[k] can perform data transfers between file[k] and a buffer in the physical memory of the virtual prototype. The number of supported channels, the file name(s), the VCI burst size, and the block size are hardware parameters, defined as constructor parameters. 9 9 The number of channels cannot be larger than 8. The burst size must be a power of 2 between 8 and 64 bytes. 10 10 The block size must be a power of 2 between 128 and 4096 bytes.