carry-lookahead

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Noun[edit]

carry-lookahead (plural carry-lookaheads)

  1. (programming) A command that checks whether there will be a carry (bit or digit that is carried in an addition operation) for the current digit in an ongoing addition operation.
    • 2004, Wayne Wolf, FPGA-Based System Design[1]:
      A simpler scheme is to connect the carry-ins and carry-outs of the units in a ripple chain. This approach is most common in chip design because the wiring for the carry-lookahead tree is hard to design and area-consuming.