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/grpSdVerification/unitSdCoreTransaction
    from Rev 154 to Rev 155
    Reverse comparison

Rev 154 → Rev 155

/src/SdCoreTransaction.sv
13,6 → 13,18
rand int endAddr;
rand DataBlock data[];
 
constraint datablocks {
if (kind == writeMultipleBlocks) {
data.size() inside {[0:1000]};
}
else if (kind == writeSingleBlock) {
data.size() == 1;
}
else {
data.size() == 0;
}
};
 
endclass
 
class SdCoreTransactionSequence;

powered by: WebSVN 2.1.0

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