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
    /
    from Rev 75 to Rev 76
    Reverse comparison

Rev 75 → Rev 76

/sdhc-sc-core/trunk/src/grpSd/unitSdCmd/src/SdCmd-Rtl-ea.vhdl
58,14 → 58,15
signal State, NextState : aSdCmdState;
signal SerialCrc, CrcCorrect : std_ulogic;
signal Counter, NextCounter : unsigned(integer(log2(real(128))) - 1 downto 0);
signal Output : aSdCmdOut;
signal Output, NextOutput : aSdCmdOut;
 
signal ReceivedToken, NextReceivedToken : aSdCmdToken;
signal Cid, NextCid : aSdRegCID;
signal RegCmd : std_ulogic;
 
begin
 
ioCmd <= Output.Cmd;
ioCmd <= RegCmd;
oToController <= Output.Controller;
 
-- State register
79,6 → 80,7
Counter <= NextCounter;
ReceivedToken <= NextReceivedToken;
Cid <= NextCid;
RegCmd <= Output.Cmd;
end if;
end process CmdStateReg;
 

powered by: WebSVN 2.1.0

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