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/unitSdWbSlave
- from Rev 158 to Rev 160
- ↔ Reverse comparison
Rev 158 → Rev 160
/src/SdWbSlave-Rtl-a.vhdl
164,8 → 164,8
NxR.WbState <= ClassicWrite; |
|
if (iWbDat.Sel = "1") then |
if (iWbDat.Adr = cOperationAddr and |
R.SdIntState = newOperation) then |
if (iWbDat.Adr = cOperationAddr or iWbDat.Adr = cStartAddrAddr or iWbDat.Adr = cEndAddrAddr) and |
R.SdIntState = newOperation then |
-- insert waitstates until we can notify the SdController again |
|
NxR.oWbCtrl.Ack <= cInactivated; |