Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 ) On startup we look at detecting the sequence 0 0 0 first and then 0 0 0 again ( no overlap allowed )

1) On startup we look at detecting the sequence 000 first and then 000 again (no overlap allowed).
2) After the leading sequence (000) is detected twice (not necessarily consecutively), without overlap, we ignore subsequent instances of 000s and look to detect the sequence 111 once.
3) After a sequence 111 is detected once, we ignore subsequent instances of 111s and look again to detect the sequence 000 twice. The process continues alternating between the detection of the 000 sequence twice and then the 111 sequence once.
4) The timing trace shown below depicts a possible example, using Moore, depicting some detections events in order to clarify the prescribed functionality for this FSM.
5) If possible, provide alternative design solutions stating any trade-offs among them.
6) Use LogiSim to verify, and demonstrate to the instructor, that your design works as intended.
X 10000011101111000111110000000111
Z 000010000000000001001000010010001
1. Try not to use more than 4 Flip-Flops of any type.
2. Try to minimize the discrete gate count. State what you did in order to minimize the gate count. 3. The system can be a single FSM or use any number of subsystems (for example one subsystem for each sequence to be detected).
4. You may use more Flip Flops, if needed, when providing alternative design solutions. In such case discuss pros and cons.
5. Recall that no overlap is allowed when detecting 000 twice.
6. You can use Moore or Mealy FSMs.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2016 Riva Del Garda Italy September 19 23 2016 Proceedings Part 3 Lnai 9853

Authors: Bettina Berendt ,Bjorn Bringmann ,Elisa Fromont ,Gemma Garriga ,Pauli Miettinen ,Nikolaj Tatti ,Volker Tresp

1st Edition

3319461303, 978-3319461304

More Books

Students also viewed these Databases questions

Question

What is the environment we are trying to create?

Answered: 1 week ago

Question

How can we visually describe our goals?

Answered: 1 week ago