Company: Cadence Pune
Difficulty: medium
Hardware Inference of a Priority-Selected Datapath Give the hardware implementation for the shown Verilog combinational block: case (1′b1) X[0]: Y=A&B; X[1]: Y=A|B; X[2]: Y=A^B; X[3]: Y=~A; endcase.