1. Comparing streams: Design a device that receives as input two streams of bits
ID: 2990823 • Letter: 1
Question
1. Comparing streams: Design a device that receives as input two streams of bits and a clock CLK. In each clock cycle' i there will be two input bits: one denoted by Ai and one by Bi. At clock cycle i the device should output: a The value 10 if the value of the last two bits Ai-1 , Ai of stream A in standard binary representation is greater than the value of the last two bits B i-1 , B i of stream B in standard binary representation. a The value 01 if the value of the last two bits Ai-1, Ai of stream A in standard binary representation is less than the value of the last two bits Bi-1, Bi of stream B in standard binary representation. a The value 00 if the value of the last two bits Ai-1, Ai of stream A in standard binary representation is equal to the value of the last two bits Bi-1 , B i of stream B in standard binary representation. The output bit for the first time step may be arbitrary, (a) Follow the steps in the design process seen in class: design a state diagram, draw an abstract circuit, and finally derive the complete and detailed circuit. (b) Specify if the machine designed is a Moore or Mealy FSM.Explanation / Answer
wrong answer above , will send you another one
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.