SV and UVM

  1. what is mailbox ?
  2. what is bounded mailbox and unbounded mail box ?
  3. what is interface and virtual interface ?
  4. why we go for system verilog than verilog ? (specific reason)
  5. why we go for Methodology than system verilog ? (specific reason)
  6. if code coverage is 80 % and functional coverage is 100 % , how u will make code coverage as 100 % ?
  7. if code coverage is 100 % and functional coverage is 80 % , how u will make functional coverage as 100 % ?
  8. what is resuabality ? how it is helpfull for a verification ?

these above questions asked in the interview ?? can you plz let me the answer…

In reply to Gireesh:

  1. why we go for system verilog than verilog ? (specific reason)

for (int i = 0; i < A; i++)

is nicer than


integer i;
for (i = 0; i < A; i = i + 1)