Sequental circuit(Logisim)

Thread Starter

eduardkoliada

Joined Oct 26, 2013
1
Help please, I'm a student in a technical university and it is very important to get the task done.
10111 - Code
Design a synchronous sequential circuit with input x and output y with the following behavior: the output y is always 1 if (the initial state) of the input sequence sequence occurs ...... .
In memory of Use minimum number of bistable circuits D - PO,
in the combination of a minimum number of logic gates NAND.
Custom Solution Verify program means ESPRESSO (minimizing functions) and
LOG, LogiSim, FitBoard (designed to draw the logical schema using TTL library and check motion simulation).
Im sorry for my bad english)!I'm from Slovakia
 

MikeML

Joined Oct 2, 2009
5,444
Dobri Den,

Does the 10111 code come in serially on the X wire?

The word "synchronous" implies that there is a clock signal? If so, then there are really two inputs to the "synchronous sequential circuit"; namely Clock and X? One output; namely Y, which is true if the last five bits of the input code had the value 10111, where the bit on the right was the last to arrive?
 

tshuck

Joined Oct 18, 2012
3,534
Also, you are going to need to show your work. Start with a logic diagram, then create a state table. Show us how you approach this problem and what, specifically, you need help with. We aren't doing your homework for you.
 
Top