Design a Moore-style Finite State Machine (FSM) (0 points for other designs) of the machine showing the square of number
Posted: Sat May 21, 2022 1:03 am
Design a Moore-style Finite State Machine (FSM) (0 points for other designs) of the machine showing the square of numbers 1-3 It has buttons numbered 1, 2, 3 and button = with 4 bit binary output. User can press number key as many times, output will output O. But when = is pressed, it outputs a squared number of the last number 5.1 Design an electrical circuit for receiving a button press signal (2 points). 5.2 Draw a state diagram 5.3 Write a state table 5.4 Write state assignment 5.5 Design an equation for a combination circuit on the input side (left box) 5.6 Design an equation for a combination circuit on the output side (right box) 5.7 Draw a complete electrical circuit diagram