

2. 120 points] Using the process for designing a controller, convert the FSM below to a controller, implementing the controller using a state register and logic gates. Show the state table [7pts], th...
Convert the machine below to a controller by using the five-step sequential logic design process (HINT: See Lecture 18 Slides, and of course step 1 is given). Assume that a state register is available to keep track of the states, so that you do NOT need to draw the internals of the state register. Show each step in detail. In the final step, design and draw the schematic for the combinational logic required to implement the controller. x=1 B x...
Draw a logic diagram using only two-input NOR gates to implement the following function. Show your work. You must use only NOR gates for this solution, no other gates. You may assume that the inverted inputs are available. Example: if you need A’ as a circuit input, just write A’ as an input name. (15 points) F(A, B, C, D) = (A B)’ (C D) a. Show your work, using Boolean algebra to expand the function to its...