A5 What is the value for signal 'Y', given A = 8'b11011101 and B = 8'b10100101, are the inputs to the following Verilog
Posted: Fri Jan 21, 2022 8:39 am
A5 What is the value for signal 'Y', given A = 8'b11011101 and B = 8'b10100101, are the inputs to the following Verilog continuous assignment? assign Y = N(A -^B);