Need help to implement the 8 bits BCD counter

Status
Not open for further replies.

ianco89

Newbie level 3
Joined
May 14, 2010
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
romania
Activity points
1,298
bcd counter

can u,please,help me doing a 8 bit BCD (2 digits)counter implementation with 74163 counters and multiplexer4:1? In Verilog...

Thank you a lot!
 

Re: bcd counter

you can create a 2 digit BCD counter by using two 4 bit counters and some logic gates.The main idea is that when the count in the first(LSB) counter reaches the value "1001"( 9 in decimal) it is reset to zero and the second(MSB) counter is incremented by '1'.
I am not sure about why you need a 4:1 MUX for this.

--vipin
https://vhdlguru.blogspot.com/
 

    ianco89

    Points: 2
    Helpful Answer Positive Rating
Re: bcd counter

and could you help me with verilog code for this using gates
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…