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/trunk
- from Rev 2 to Rev 3
- ↔ Reverse comparison
Rev 2 → Rev 3
/doc/IMA ADPCM EncDec Core Specifications.pdf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/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 |