An Entity of Type: reptile, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computing, the Kogge–Stone adder (KSA or KS) is a parallel prefix form carry look-ahead adder. Other (PPA) include the Brent–Kung adder (BKA), the (HCA), and the fastest known variation, the (STA). The Kogge–Stone adder concept was developed by Peter M. Kogge and Harold S. Stone, who published it in a seminal 1973 paper titled A Parallel Algorithm for the Efficient Solution of a General Class of Recurrence Equations.

Property Value
dbo:abstract
  • In computing, the Kogge–Stone adder (KSA or KS) is a parallel prefix form carry look-ahead adder. Other (PPA) include the Brent–Kung adder (BKA), the (HCA), and the fastest known variation, the (STA). The Kogge–Stone adder takes more area to implement than the Brent–Kung adder, but has a lower fan-out at each stage, which increases performance for typical CMOS process nodes. However, wiring congestion is often a problem for Kogge–Stone adders. The Lynch–Swartzlander design is smaller, has lower fan-out, and does not suffer from wiring congestion; however to be used the process node must support Manchester carry chain implementations. The general problem of optimizing parallel prefix adders is identical to the variable block size, multi level, carry-skip adder optimization problem, a solution of which is found in Thomas Lynch's thesis of 1996. An example of a 4-bit Kogge–Stone adder is shown in the diagram. Each vertical stage produces a "propagate" and a "generate" bit, as shown. The culminating generate bits (the carries) are produced in the last stage (vertically), and these bits are XOR'd with the initial propagate after the input (the red boxes) to produce the sum bits. E.g., the first (least-significant) sum bit is calculated by XORing the propagate in the farthest-right red box (a "1") with the carry-in (a "0"), producing a "1". The second bit is calculated by XORing the propagate in second box from the right (a "0") with C0 (a "0"), producing a "0". The Kogge–Stone adder concept was developed by Peter M. Kogge and Harold S. Stone, who published it in a seminal 1973 paper titled A Parallel Algorithm for the Efficient Solution of a General Class of Recurrence Equations. (en)
dbo:thumbnail
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 7020797 (xsd:integer)
dbo:wikiPageLength
  • 8228 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1091085278 (xsd:integer)
dbo:wikiPageWikiLink
dbp:expand
  • Components (en)
dbp:expandComponents
  • Adder (en)
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • In computing, the Kogge–Stone adder (KSA or KS) is a parallel prefix form carry look-ahead adder. Other (PPA) include the Brent–Kung adder (BKA), the (HCA), and the fastest known variation, the (STA). The Kogge–Stone adder concept was developed by Peter M. Kogge and Harold S. Stone, who published it in a seminal 1973 paper titled A Parallel Algorithm for the Efficient Solution of a General Class of Recurrence Equations. (en)
rdfs:label
  • Kogge–Stone adder (en)
owl:sameAs
prov:wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License