RFC Errata
RFC 1936, "Implementing the Internet Checksum in Hardware", April 1996
Source of RFC: LegacySee Also: RFC 1936 w/ inline errata
Errata ID: 530
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Joe Touch
Date Reported: 2005-05-11
Section 4 says:
4-bit carry-lookahead 2's complement adder: a,b : input data p : carry propagate, where pi = ai*bi = (ai)(bi) g : carry generate, where gi = ai + bi
It should say:
4-bit carry-lookahead 2's complement adder: a,b : input data p : carry propagate, where pi = ai + bi g : carry generate, where gi = ai*bi = (ai)(bi)
Notes:
Note: This change affects only page 4; the PLD code is known correct.