Skip to the selected question
ASIC.FYI

ASIC Question Bank

1,000+ hardware interview questions
DescriptionQ257
Page ↗
Q257DVASIC interview problem

Coverpoint bins

TechniquesSystemVerilogFunctional coverage
DifficultyEasy
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)