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/unitSdCardModel/src
- from Rev 164 to Rev 166
- ↔ Reverse comparison
Rev 164 → Rev 166
/SdCardModel.sv
67,7 → 67,8
data[addr][i][j] = block.data.pop_front(); |
end |
end |
|
|
if (RamActionOutMb != null) |
begin |
RamAction action = new(RamAction::Write, addr, data[addr]); |
RamActionOutMb.put(action); |