Question.6
What is the resolved logic state of the net y?
y
module strength_test(output y); assign (pull1, strong0) y = 1'b1; assign (strong1, pull0) y = 1'b0; endmodule
Select Answer
1
0
x
z