Adders Flashcards

1
Q

Name 5 N-Bit parallel adder architectures, in descending order of critical path (i.e. longest delay to shortest delay):

A
  1. Ripple-Carry Adder 2. Carry-Bypass Adder 3. Linear Carry-Select Adder 4. Square root Carry-Select Adder 5. Carry-Lookahead Adder
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Binary Addition rules:

A

0 + 0 + 0 = 0 carry 0 0 + 0 + 1 = 1 carry 0 0 + 1 + 1 = 0 carry 1 1 + 1 + 1 = 1 carry 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Generate =

A

AB i.e. Generate signal when both inputs true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Propagate =

A

A XOR B

Propagate when EITHER A or B is true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Delete =

A

AB (Anot, Bnot)

Delete when neither A or B is true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly