Design a 3:2 priority encoder. It will take inputs D3, D2, and D1, and produce A1 and A0. If exactly one of the inputs is true, the output is the binary number corresponding to the input number (D3 -> 11, D2 -> 10, D1 -> 01). If no input is true, or multiple inputs are true, the output will be 00.