Question: A priority encoder has 2^n inputs. It produces an N-bit binary output indicating the most significant bit of the input that is TRUE, or 0 if none of the inputs are TRUE.
It also produces an output NONE that is TRUE if none of the inputs are TRUE.
Q: Design an eight-input priority encoder with inputs A7:0 and outputs Y2:0 and NONE should be 0. Give a simplified Boolean equation for each output.
Please show me all the work and provide me the result in Binary