Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ197
Q197DVASIC interview problem

Coverpoint bins

TechniquesSystemVerilogFunctional coverage
DifficultyMedium
TopicFunctional Coverage
LanguageSystemVerilog
Format4 choices
01

Problem

How many ordinary bins does legal create?

Starting declarationSystemVerilog
coverpoint opcode {
  bins legal[] = {[0:3]};
  illegal_bins bad = default;
}
02

Answer choices (4)