In reply to dave_59:
In reply to lala:
We cannot tell you the value of “read_data” without knowing the value of read_address, y_ff$ETY_N, and y_ff$D_O. But it can only be one of three choices 1’b1, 1b0, 1’bx.
Thankyou Dave. Also can you please explain this part read_address == 4’d8 && y_ff$ETY_N && y_ff$D_O. Example:- A == 4’d8 && B && C taking any example for A, B and C. Also how does this evaluates to either 1’b1, 1’b0 or 1’bx.
Thankyou.