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/grpRs232
    from Rev 78 to Rev 79
    Reverse comparison

Rev 78 → Rev 79

/unitRs232Tx/src/Rs232Tx-Rtl-ea.vhdl
116,7 → 116,7
when ParityBit =>
-- Use even parity
parity := R.Data(0);
for i in 1 to gDataBitWidth loop
for i in 1 to gDataBitWidth-1 loop
parity := parity xor R.Data(i);
end loop;
NextR.Tx <= parity;

powered by: WebSVN 2.1.0

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