OpenCores
URL https://opencores.org/ocsvn/ima_adpcm_enc_dec/ima_adpcm_enc_dec/trunk

Subversion Repositories ima_adpcm_enc_dec

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /ima_adpcm_enc_dec
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

/trunk/doc/IMA ADPCM EncDec Core Specifications.pdf Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
/trunk/verilog/rtl/ima_adpcm_enc.v
122,7 → 122,7
begin
// set PCM sign bit and negate the calculated sample difference
prePCM[3] <= 1'b1;
sampDiff <= (~sampDiff) + 1;
sampDiff <= (~sampDiff) + 20'd1;
end
else
// clear the PCM sign bit

powered by: WebSVN 2.1.0

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