Prev Problem
Next Problem

47. Operators - II

Question.6

What is the resolved logic state of the net y?

module strength_test(output y);
    assign (pull1, strong0) y = 1'b1;
    assign (strong1, pull0) y = 1'b0;
endmodule
Need Help? Refer to the Quick Guide below

Select Answer

Restart quiz!