Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17255 Discussions

How to see covered bins in coverage

Altera_Forum
Honored Contributor II
4,512 Views

Hello, 

I am ryt now working with coverage. I would like to know how to see detailed uncovered and covered bins in coverage?? 

 

Thanks in advance......:) 

 

i am using "vcover report -html -htmldir cov cover.ucdb"but it is not giving detail reprot it jst shows how many % coverage is..... so please tell me the command of anyone knows for the detail coverage report..............
0 Kudos
6 Replies
Altera_Forum
Honored Contributor II
3,223 Views

Hi daisyf, 

 

Which tool r u using for simulation......? 

 

regards, 

dreku
0 Kudos
Altera_Forum
Honored Contributor II
3,223 Views

Hello sir, 

 

I m using vcover command so it means i am using Questasim tool.... 6.6f version.... So please help me. I want to see detail coverage. means which bins are covered and which are remaining...... I will be very thankful to you.. Please sir share your knowledge with me if you know... 

 

Thanks, 

Daisy:)
0 Kudos
Altera_Forum
Honored Contributor II
3,223 Views

Got the solution.tHIS DETAILED FUNCTIONAL COVERAGE OPTION IS NOT SUPPOTER IN QUESTASIM 6.6F. YOU HAVE TO USE 10.0 PLUS VERSION.

0 Kudos
Altera_Forum
Honored Contributor II
3,223 Views

Great.... 

 

Cheers :) 

dreku
0 Kudos
Altera_Forum
Honored Contributor II
3,223 Views

In Questa 6.6 you need to set the option.per_instance = 1; of each covergroup in order to see individual bins. This only works well if there is only one instance of the class with an embedded covergroup.

0 Kudos
ahadg
Beginner
3,223 Views

after creating .ucdb file go to consol(cmd) and type following command

 

vcover report -details -html result.ucdb

Reply