40. Primitives

Question.1

What is the value of the out signal when enable is driven to a logic 1?

module test(input in, input enable, output out);
    notif0 u1(out, in, enable);
endmodule

 

Need Help? Refer to the Quick Guide below

Select Answer