+ Post New Thread + Reply to Thread
Results 1 to 16 of 16

Thread: What are the different approaches for counter design?

  1. #1
    Full Member level 3
    Points: 2,119, Level: 10

    Join Date
    Feb 2004
    Location
    Bangalore, India
    Posts
    172
    Helped
    3 / 3
    Points
    2,119
    Level
    10

    vhdl code for decade counter ic 7490

    hi

    Can any one of you tell what are the different approaches for counter design. I do not want the types of counter like mod2,mod4...... . I want what r the ways in which this counter can be done. If possible give me a good link.

    •   Alt 

      Advertising

      advertising

        
       

  2. #2
    Advanced Member level 3
    Points: 4,241, Level: 15

    Join Date
    Jun 2002
    Location
    India
    Posts
    839
    Helped
    29 / 29
    Points
    4,241
    Level
    15

    synchronous counter 10ghz

    Hi,
    You may use a state Machine approach for counter design. You define what are the next states and then genrate the circuit based on the type of flip flop you want to use?

    B R
    Madhukar

    Ref: An engineering approach to digital design -- William Fletcher



  3. #3
    Banned
    Join Date
    Oct 2004
    Posts
    68
    Helped
    0 / 0

    Counter design

    Basic component of counter is gate. If you want to know detailed structure, you can refer to microelectrical related books, there are detailed information.



  4. #4
    Member level 4
    Join Date
    Mar 2004
    Posts
    72
    Helped
    0 / 0

    Counter design

    actually, how many approaches are there to design a divide by n counter?



  5. #5
    Advanced Member level 3
    Points: 8,962, Level: 22
    djalli's Avatar
    Join Date
    Nov 2001
    Location
    1600 Pennsylvania Avenue, Washington DC 20500
    Posts
    827
    Helped
    15 / 15
    Points
    8,962
    Level
    22

    Re: Counter design

    Quote Originally Posted by Edward_2288
    actually, how many approaches are there to design a divide by n counter?
    Depends how do you want to look at it. There are many ways. I am putting a figure using 7490 decade counter IC.
    Attached Images



  6. #6
    Super Moderator
    Points: 35,515, Level: 46
    flatulent's Avatar
    Join Date
    Jul 2002
    Location
    Middle Earth
    Posts
    4,538
    Helped
    341 / 341
    Points
    35,515
    Level
    46

    Re: Counter design

    There are two basic ways to divide by N. The digital logic methods described above use storage elements such as latches and feedback paths to make a state machine. They have the property of holding the value when the clock is removed.

    There is another way that is all analog. The signal to be divided is applied to a mixer. The output is the desired frequency. A part is split off and multiplied by N-1 which is put into the other mixer input. This idea goes back over 60 years. It produces the lowest phase noise of any division method. It costs a high amount (money and power consumption and volume/weight) though.



  7. #7
    Advanced Member level 3
    Points: 8,962, Level: 22
    djalli's Avatar
    Join Date
    Nov 2001
    Location
    1600 Pennsylvania Avenue, Washington DC 20500
    Posts
    827
    Helped
    15 / 15
    Points
    8,962
    Level
    22

    Re: Counter design

    Quote Originally Posted by flatulent
    There is another way that is all analog. The signal to be divided is applied to a mixer. The output is the desired frequency. A part is split off and multiplied by N-1 which is put into the other mixer input. This idea goes back over 60 years. It produces the lowest phase noise of any division method. It costs a high amount (money and power consumption and volume/weight) though.
    And is far more complex then buying counter ic's. right?

    flatulent the second method, is fancy and complex, is employed what I think is of fully developed commercial entities and of course army reseach projects maybe (they have plenty of money) using this method.
    I believe he wants it for school lab work/project.

    flatulent thank you for the second method. I learned something new today.



  8. #8
    Super Moderator
    Points: 35,515, Level: 46
    flatulent's Avatar
    Join Date
    Jul 2002
    Location
    Middle Earth
    Posts
    4,538
    Helped
    341 / 341
    Points
    35,515
    Level
    46

    Re: Counter design

    Correct. The all analog way is much more expensive than buying a counter IC. However it is the only way if you want the lowest possible phase noise in your system or if the system operates above 10 GHz or so where the low cost counters such as from Hittite IC company stop working.



  9. #9
    Advanced Member level 5
    Points: 38,468, Level: 47
    Awards:
    Helpful bronze

    Join Date
    Apr 2002
    Location
    USA
    Posts
    3,960
    Helped
    568 / 568
    Points
    38,468
    Level
    47

    Re: Counter design

    Here's a diagram the clever analog frequency divider (R. L. Miller 1939) that flatulent is describing. It's not a counter.

    Image shamelessly snitched from this paper: http://icd.el.utwente.nl/publication...php?pub_id=173
    Attached Images



  10. #10
    Full Member level 1
    Join Date
    Nov 2004
    Posts
    96
    Helped
    0 / 0

    Re: Counter design

    counter design can be done by using a state machine approach if u r designing a synchronous counter.for ripple counter u can refer to digital logic design by
    holdsworth and woods.



  11. #11
    sp
    sp is offline
    Full Member level 6
    Join Date
    Jan 2004
    Location
    Floating Garden
    Posts
    386
    Helped
    27 / 27

    Re: Counter design

    could i ask a question....

    if we write the VHDL code for state machine or any other digital system design....how do v c the synthesize circuits....or how do v get the picture of the logic gates design....

    i m using max+plus II.....i cannot find any option to c the synthesize output by the vhdl code.....


    thanxs in advance.....



  12. #12
    Member level 1
    Join Date
    Aug 2005
    Posts
    35
    Helped
    1 / 1

    Re: Counter design

    how do we simulate/measure the phase noise contribted by the divider?

    How the Values of N ( Counter value) affects the Phase noise.

    Pls reply

    Thanks & regards
    SavithRu



  13. #13
    Full Member level 5 lordsathish's Avatar
    Join Date
    Feb 2006
    Location
    Asia
    Posts
    248
    Helped
    28 / 28

    Re: Counter design

    The best way would be to go with flip flops... first write down the sequence that you have to count... then find out the transition in each outputs at each stage...
    for the flip flop that you gonna use find out the combinational input based on their transistion tables... all text books deal with such approach only...



  14. #14
    Advanced Member level 4
    Points: 11,239, Level: 25
    ahmad_abdulghany's Avatar
    Join Date
    Apr 2005
    Location
    Cairo, Egypt
    Posts
    1,207
    Helped
    212 / 212
    Points
    11,239
    Level
    25

    Counter design

    How're you going to implement it? Using discrete components or will implement it in an IC ?



  15. #15
    Full Member level 2
    Join Date
    May 2007
    Location
    Chennai
    Posts
    145
    Helped
    5 / 5

    Re: Counter design

    Steps for designing a counter(for synchronous conunter)

    write down the sequence , couter must follow..
    Select the flip flop u want to use..
    Write the flip flop exitation table and using K map, find how to connect the output of one FP to another.....

    Take care that , the counter is not entered to undefined states....



  16. #16
    Full Member level 1
    Join Date
    Jul 2007
    Location
    India
    Posts
    113
    Helped
    9 / 9

    Re: Counter design

    Any sequential circuit can be designed by state machine approach..
    For a counter, after the state machine flow, it can be designed using any one of the four types of flipflops(D ff, T ff, JK ff, RS ff)



+ Post New Thread + Reply to Thread