Skip to question
asic.fyi
DesignVerificationSystemVerilogFirmwareArchitectureInterviews
asic.fyi/Interview questions/Cross-bin filtering

Hardware interview practice

Cross-bin filtering

MediumFunctional CoverageSystemVerilog

How many cross bins remain in the coverage goal?

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

cp_a: coverpoint a { bins a0={0}; bins a1={1}; }
cp_b: coverpoint b { bins b0={0}; bins b1={1}; }
x: cross cp_a, cp_b {
  ignore_bins zero_zero =
    binsof(cp_a) intersect {0} && binsof(cp_b) intersect {0};
}
Choose one

Answer choices

  1. A. 1
  2. B. 2
  3. C. 3
  4. D. 4
Continue practicing

Related questions

Functional CoverageArrayed coverage bins→
asic.fyi · Learn silicon end to end.info@asic.fyi