Hit Count

Monday, August 23, 2010

Vector combination required

If a design can be of AND,OR,XOR
How many different vector combination(stimulus) of input A and B is required to identify gate type?

1 comment:

  1. as said, to indentify AND / OR /XOR gate,
    2 vectors is sufficient to in put pin A and B of gate.
    1) 2'b11
    2) 2'b01 (or u can also use 2'b10)

    ReplyDelete