Designing a Carry Lookahead adder in Excel sheet

Click For Summary
SUMMARY

The discussion focuses on designing an 8-bit carry lookahead adder in Excel, specifically addressing the calculation of group generate signals. The user has defined four generate signals (G1, G3, G5, G7) and is seeking assistance with the application of two formulas for computing these signals: Gi:0 = Gi + Pi * Gi-1:j and Gi:j = Gi:n + Pi:n * Gn-1:j. The user expresses difficulty in applying these formulas beyond the first level of G1:0. Additionally, the user requests clarification on the differences between standard adders and carry-lookahead adders, as well as a diagram of the design.

PREREQUISITES
  • Understanding of digital logic design concepts
  • Familiarity with carry lookahead adder architecture
  • Basic knowledge of Excel functions for calculations
  • Ability to interpret and create logic diagrams
NEXT STEPS
  • Research the implementation of carry lookahead adders in digital circuits
  • Learn how to create logic diagrams using Excel
  • Study the differences between standard adders and carry-lookahead adders
  • Explore advanced Excel functions for simulating digital logic designs
USEFUL FOR

Digital circuit designers, electrical engineering students, and anyone interested in implementing carry lookahead adders in Excel or other simulation tools.

beyondlight
Messages
64
Reaction score
0
I'm designing a carry lookahead 8bit adder. My problem is that i don't know how to calculate the group generate signal.

I have 4 G signals:

First level:
G1:0
G3:2
G5:4
G7:6

And these have to be added together:

Second level:
G3:0
G7:4

Third level:
G7:0

Two different formulas for computing G:

Gi:0 = Gi +Pi * Gi-1:j eq. (1)

Gi:j = Gi:n+Pi:n * Gn-1:j eq. (2)I know how to use (1) for G1:0 but for G3:2 and further on i don't know how to do.

My book doesn't explain this well at all. (Integrated Cirucit Design, Pearson)
 
Physics news on Phys.org
Could you post a diagram of what you are designing? What is the difference between a standard adder and a carry-lookahead adder?

And an adder has two sets of inputs. What is your second set of inputs?
 
Last edited by a moderator:
berkeman said:
Could you post a diagram of what you are designing? What is the difference between a standard adder and a carry-lookahead adder?

And an adder has two sets of inputs. What is your second set of inputs?
I have a propagate signal as input and Carry in as input.

http://sv.tinypic.com/view.php?pic=9h1euo&s=8#.VED-NPl_vkg
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
11K
  • · Replies 7 ·
Replies
7
Views
13K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 6 ·
Replies
6
Views
7K