Functional Coverage - Part 1

Functional Coverage - Part 1

1st Grade

10 Qs

quiz-placeholder

Similar activities

Grade 1 T3 Practice Review

Grade 1 T3 Practice Review

1st Grade

10 Qs

I Can Code!

I Can Code!

KG - University

10 Qs

Python Basics

Python Basics

KG - University

15 Qs

Scope of Variables in Python

Scope of Variables in Python

1st Grade - Professional Development

15 Qs

Code.org  ก่อน-หลังเรียน

Code.org ก่อน-หลังเรียน

1st - 5th Grade

10 Qs

COM 211

COM 211

1st - 10th Grade

10 Qs

Scratch 4 beginners

Scratch 4 beginners

KG - University

9 Qs

Web Introduction

Web Introduction

1st Grade

10 Qs

Functional Coverage - Part 1

Functional Coverage - Part 1

Assessment

Quiz

Computers

1st Grade

Medium

Created by

naser naeem

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does code coverage measure?

How well your test bench exercises the functionality of the design

How well your HDL code has been exercised by your test bench

How efficiently your code is written

How many bugs are in your design

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is automatically collected by the simulator?

Functional coverage

Performance coverage

Code coverage

Timing coverage

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In functional coverage, what is required from the user?

Nothing, it is fully automatic

Define the functionality to be measured through coverage

Write HDL code to collect coverage

Measure simulation speed

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following can SystemVerilog functional coverage constructs measure?

Only variables

Only transitions

Variables, expressions, transitions, and cross coverage

Only code execution

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a covergroup in SystemVerilog?

A module that generates signals

A user-defined type that encapsulates a coverage model

A function that runs test vectors

A simulator option

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How can a covergroup instance be created?

Using the create() operator

Using the new() operator

Using the run() operator

Using the init() operator

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of bins in functional coverage?

To store simulation logs

To associate coverage points with sets of values, transitions, or cross-products

To generate random test vectors

To count HDL lines executed

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers