40. Primitives

Question.2

What is the state of y when a is driven to logic 1 ?

module test(input a, output y);
    and u1(y, a, 1'bz);
endmodule

 

Need Help? Refer to the Quick Guide below

Select Answer