OpenCores
URL https://opencores.org/ocsvn/sdhc-sc-core/sdhc-sc-core/trunk

Subversion Repositories sdhc-sc-core

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /sdhc-sc-core/trunk/src/grpSd
    from Rev 113 to Rev 114
    Reverse comparison

Rev 113 → Rev 114

/unitSdCardModel/src/SdCardModel.sv
235,7 → 235,7
response.send(ICmd);
 
data = {};
for(int i = 0; i < (512 * 8) - 1; i++)
for(int i = 0; i < (512 * 8); i++)
data.push_back(1);
 
sddata.send(ICmd, data);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.