Changes between Version 23 and Version 24 of Component/Vci Multi Ahci


Ignore:
Timestamp:
Apr 28, 2015, 8:17:46 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Component/Vci Multi Ahci

    v23 v24  
    127127     const soclib::common::IntTab &tgtid,    // Target index
    128128     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)
    130131     const uint32_t latency = 0);  // initial access time (number of cycles)
    131132}}}