Answered step by step
Verified Expert Solution
Question
1 Approved Answer
My circuit works correctly for the sequence, but I am having trouble trying to make 10 repeat then move on to 01. Not sure if
My circuit works correctly for the sequence, but I am having trouble trying to make 10 repeat then move on to 01. Not sure if I should be using a JK flip flop instead.
In the Cirsim window below, create a finite state machine. Your circuit must output the sequence 10, 10, 01, 01, 11 and then repeat. It should have 2 outputs named 01 and 02 and two buttons. Output 01 is the most significant bit of the output sequence values. The buttons must be named CLK and RESET (upper case). When the RESET button is pressed, the output is 10. If the clock is then applied ten times, the output will be 10, 01, 01, 11, 10, 10, 01, 01, 11. Note that some values in this sequence repeat! 01 02 1 0 1 0 0 1 0 1 1 1 A Validate test has been provided to validate that you have the correct inputs and outputs and have named the correctly. This test does not test your actual circuit functionality. That is entirely up to you. D S 01:1 R QI . D 02:0 R In the Cirsim window below, create a finite state machine. Your circuit must output the sequence 10, 10, 01, 01, 11 and then repeat. It should have 2 outputs named 01 and 02 and two buttons. Output 01 is the most significant bit of the output sequence values. The buttons must be named CLK and RESET (upper case). When the RESET button is pressed, the output is 10. If the clock is then applied ten times, the output will be 10, 01, 01, 11, 10, 10, 01, 01, 11. Note that some values in this sequence repeat! 01 02 1 0 1 0 0 1 0 1 1 1 A Validate test has been provided to validate that you have the correct inputs and outputs and have named the correctly. This test does not test your actual circuit functionality. That is entirely up to you. D S 01:1 R QI . D 02:0 RStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started