Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

RC ADDER

The adder itself is a procedure called RC ADDER contained in the package ARITH UTILS. This is accessed as usual through a Use clause. [Pg.286]

The architecture contains a single concurrent call to the RC ADDER procedure. The size of the adder is defined by the size of the array types widiin the call. RCOUT and OVERFLOW contain the current sum and carry results for the adder. These values are then used by the irregular Generate statement, introduced in Chapter 5, to construct the actual adder result. Three different types of bit are produced - the sign, the radix and the ordinary bits. In each case, the logic is complicated by the overflow detection, saturation and comparison logic. The actual functions are not very important. [Pg.287]

The adder itself is contained in Figure 8.13. The ARITH UTILS package contains the two procedures RC ADDER and FULL ADDER. The first defines an N-bit ripple-carry adder and the second a single-bit full adder procedure. These procedures are similar to fiiose constructed as functions... [Pg.287]

RC ADDER(ABUS, BBUS, SUB, RCOUT, OVERFLOW) OUTPUT LOGIC for K in IS downto 0generate... [Pg.288]

OVER <= CARRY(A left+l) xor CARRY(A1eft) end RC ADDER ... [Pg.289]

As before, the adder types are separated into three sections - Integer, RC and CLA Within each section both the s3mthesis and optimization results will be discussed together. [Pg.183]


See other pages where RC ADDER is mentioned: [Pg.289]    [Pg.289]    [Pg.289]    [Pg.289]    [Pg.158]   
See also in sourсe #XX -- [ Pg.286 , Pg.287 , Pg.288 , Pg.289 ]




SEARCH



Adders

© 2024 chempedia.info