Question: An encoder, as discussed in class, makes the assumption that only one input line is active at a time. A priority encoder allows multiple inputs
An encoder, as discussed in class, makes the assumption that only one input line is active at a time. A priority encoder allows multiple inputs to be active, and outputs the binary representation for the highest priority line input currently active. Assume lower binary numbers have higher priority. For example, line 21 and 7 are active, the output will be Ob010 (12) Design a 8-to-3 binary encoder, with priority in binary sequence (le input line has higher priority than input line 1 etc). There should also be an active output which is 1 when any input line is active, and when all input lines are 0. If all input lines are the output lines other than the active output are dont care Implement and verify the circuit. BONUS Implement a similar circuit for an arbitrary priority sequence for example, line 3 had highest priority, followed by 4,0,2,1,5,7,6. Discuss how you might make a programmable priority encoder where the input priority could be changed by a user in the field An encoder, as discussed in class, makes the assumption that only one input line is active at a time. A priority encoder allows multiple inputs to be active, and outputs the binary representation for the highest priority line input currently active. Assume lower binary numbers have higher priority. For example, line 21 and 7 are active, the output will be Ob010 (12) Design a 8-to-3 binary encoder, with priority in binary sequence (le input line has higher priority than input line 1 etc). There should also be an active output which is 1 when any input line is active, and when all input lines are 0. If all input lines are the output lines other than the active output are dont care Implement and verify the circuit. BONUS Implement a similar circuit for an arbitrary priority sequence for example, line 3 had highest priority, followed by 4,0,2,1,5,7,6. Discuss how you might make a programmable priority encoder where the input priority could be changed by a user in the field
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
