Skip to question
asic.fyi
DesignVerificationSystemVerilogFirmwareArchitectureInterviews
asic.fyi/Interview questions/Arrayed coverage bins

Hardware interview practice

Arrayed coverage bins

MediumFunctional CoverageSystemVerilog

How are values normally partitioned by this declaration?

Try it in the question bankReason first. Then compare.

Keep this exact question selected while you check your answer and review the full solution.

Practice this question →
Starting point

Question code

coverpoint v { bins bucket[2] = {[0:7]}; }
Choose one

Answer choices

  1. A. bucket[0] gets 0 through 3 and bucket[1] gets 4 through 7
  2. B. Both bins independently contain all values 0 through 7
  3. C. bucket[0] gets even values and bucket[1] gets odd values
  4. D. Only values 0 and 1 are covered because the array size is two
Continue practicing

Related questions

Functional CoverageCross-bin filtering→
asic.fyi · Learn silicon end to end.info@asic.fyi