If IBE of input or bidirectional pad is asserted and input data to the pad is 'Z', then what will be the expected output of the pad?
Should it be 'Z' or 'X'?
we are implementing the below logic:
pad_output = IBE & pad_inpt;
but this logic will give pad output as 'X' if input is 'Z'. Is this logic correct or it will later cause problem?
Please assist.
Should it be 'Z' or 'X'?
we are implementing the below logic:
pad_output = IBE & pad_inpt;
but this logic will give pad output as 'X' if input is 'Z'. Is this logic correct or it will later cause problem?
Please assist.