Prev Problem
Next Problem

46. Operators - I

Question.4

What are the precise values of eq and case_eq?

wire [1:0] a = 2'bx1;
wire eq = (a == 2'bx1);
wire case_eq = (a === 2'bx1);

 

Need Help? Refer to the Quick Guide below

Select Answer

Restart quiz!