P
prasunp
Guest
Hello:
Why won't this work? I am trying to find out if A = 0;
thanks
module Code(A,C);
input [31:0]A;
output C;
assign C = A~^0;
endmodule
Why won't this work? I am trying to find out if A = 0;
thanks
module Code(A,C);
input [31:0]A;
output C;
assign C = A~^0;
endmodule