Changes between Version 23 and Version 24 of Component/Vci Multi Ahci
- Timestamp:
- Apr 28, 2015, 8:17:46 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Component/Vci Multi Ahci
v23 v24 127 127 const soclib::common::IntTab &tgtid, // Target index 128 128 const std::vector<std::string> &filenames, // vector of filenames (one per channel) 129 const uint32_t block_size = 512, // block size in bytes 129 const uint32_t block_size = 512, // block size (bytes) 130 const uin32_t burst_size = 64, // burst size (bytes) 130 131 const uint32_t latency = 0); // initial access time (number of cycles) 131 132 }}}