Counter Circuit With A Control Input Design Problem

Thread Starter

thefunk

Joined Jan 13, 2008
3
hi,
my question is like that design a counter circuit with a control input ( in addition to the clock input ) that counts odd numbers when the control input is high and counts even numbers when the control input is low.

i have the state tables and k-maps, but i couldn't design the circuit. i'm hopeless, i have to send my report till 4 pm..
 

hgmjr

Joined Jan 28, 2005
9,027
Say you have a 4 bit binary number.

Consider what bit in the 4-bit number is the same for all odd numbers and what bit in the 4-bit number is the same for all even numbers.

hgmjr
 

Thread Starter

thefunk

Joined Jan 13, 2008
3
Which bit determines odd/even? Spot this and you should be able to get started.
when the control input is high (1) the circiut counts odd numbers,when the control input is low (0) the circuit counts even numbers.

i designed before an odd number counter. Inout is provided by the clock. but here the control input is bothering me :)
 
Top