Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 4. A bit-stream converter is a simple circuit that reads a sequence of bits, one at a time, and outputs another sequence of bits
Exercise 4. A bit-stream converter is a simple circuit that reads a sequence of bits, one at a time, and outputs another sequence of bits depending on its specification. Consider the following FSM diagram, it implements a bit-stream converter with the specification: 00 00 01 00 10 11 11 + 11 For example, the 2nd line implies that when the two-bit sequence "01" is read "00" is output. 0/0 0/0 1/1 1/0 (a) [12 Marks Create a truth table which encodes this FSM. (Hint: encode each state A,B,C using some unique binary number). (b) [8 Marks] For each output in your truth table from part (a), give its disjunctive normal form. (Hint: handle each bit of the binary number encoding the state separately). (c) [20 Marks Draw the combinational logic circuit implementing this FSM. That is, you do not need to show the registers or feedback loop, only the circuit encoding the logic. Use logic gates with an arity of at most 2. (Hint: this circuit should have 3 inputs and 3 outputs). co mot need to show the registers or feedbac Exercise 4. A bit-stream converter is a simple circuit that reads a sequence of bits, one at a time, and outputs another sequence of bits depending on its specification. Consider the following FSM diagram, it implements a bit-stream converter with the specification: 00 00 01 00 10 11 11 + 11 For example, the 2nd line implies that when the two-bit sequence "01" is read "00" is output. 0/0 0/0 1/1 1/0 (a) [12 Marks Create a truth table which encodes this FSM. (Hint: encode each state A,B,C using some unique binary number). (b) [8 Marks] For each output in your truth table from part (a), give its disjunctive normal form. (Hint: handle each bit of the binary number encoding the state separately). (c) [20 Marks Draw the combinational logic circuit implementing this FSM. That is, you do not need to show the registers or feedback loop, only the circuit encoding the logic. Use logic gates with an arity of at most 2. (Hint: this circuit should have 3 inputs and 3 outputs). co mot need to show the registers or feedbac
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