Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design a sequential circuit to control the motor of a tape player. The logic circuit, shown as follows, has four inputs and three outputs. Four
Design a sequential circuit to control the motor of a tape player. The logic circuit, shown as follows, has four inputs and three outputs. Four of the inputs are the control buttons on the tape player. The input PL is if the play button is pressed, the input RE is if the rewind button is pressed, the input FF is if the fast forward button is pressed, and the input ST is if the stop button is pressed. The three outputs of the control circuit are P R and F which make the tape play, rewind, and fast forward, respectively, when No more than one output should ever be at a time; all outputs off cause the motor to stop. The buttons control the tape as follows: If the play button is pressed, the tape player will start playing the tape output If the play button is held down and the rewind button is pressed and released, the tape player will rewind to the beginning of the current song. If the play button is held down and the fast forward button is pressed and released, the tape player will fast forward to the end of the current song. If rewind or fast forward is pressed while play is released, the tape player will rewind or fast forward the tape. Pressing the stop button at any time should stop the tape player motor.
a Construct ASM for the tape player control circuit.
b Realize the control circuit using one hot encoding.
Step 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