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
- Ripple-Carry Adder 2. Carry-Bypass Adder 3. Linear Carry-Select Adder 4. Square root Carry-Select Adder 5. Carry-Lookahead Adder
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
3
Q
Generate =
A
AB i.e. Generate signal when both inputs true
4
Q
Propagate =
A
A XOR B
Propagate when EITHER A or B is true
5
Q
Delete =
A
AB (Anot, Bnot)
Delete when neither A or B is true