Logic Design Homework

Thread Starter

Furkan mNx

Joined Dec 28, 2017
2
Hello guys, I have to submit my homework and I did not understand anything.

Design, construct, and test a three-bit counter that countsup or down. Anenable input E determineswhether the counter is on or off.

· If E = 0, the counter is disabled and remainsat its present count eventhough clock pulses are appliedto the flip-flops.

· If E = 1, the counter is enabled and a second input, x, determines the direction of thecount.

· If x = 1, the circuit counts upward with the sequence 000, 001, 010, 011,100,101,110,111 and the count repeats.

· If x = 0, the circuit counts downward with the sequence 111,110,101,100,011,010,001,000 and the count repeats. (Do not use E to disable the Clock)


Note: Design the sequential circuit with E and x as inputs.
 

dl324

Joined Mar 30, 2015
16,943
Welcome to AAC!

Show your work and describe where you're getting stuck.

When is the assignment due? We don't do the work for you, so you need to allow sufficient time.
 

Thread Starter

Furkan mNx

Joined Dec 28, 2017
2
Welcome to AAC!

Show your work and describe where you're getting stuck.

When is the assignment due? We don't do the work for you, so you need to allow sufficient time.
just I wanted to get an idea from yours. What should i do, how can i start to my homework? I didn't say "do it for me."
 
Top