Modelsim vcover Error-6813 toggle high already exists in sco

Status
Not open for further replies.

khorlipmin

Member level 3
Joined
Jan 3, 2005
Messages
54
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
388
modelsim + toggle

I am trying to generate severate coverage reports and merge them after that. This error appear when I merge it and produce a report. I have no idea what it means and I am notsure whether the coverage report generated actually reflects the true result.

What I did was:

vlog -cover bst -f ../files.vc;
vsim -c -coverage tbench -do 'coverage save -onexit -instance sim:/tb_axi_subsys/u_dut ./${test}.cov; onbreak {resume};run -a; quit;
vcover merge merge.cov ./*.cov; vcover report -code bst -output cov.rpt merge.cov;

And I have to seperately generate the -code bs and -code t reports as the above code only generate me -code bs results. Yet the same error message appears still:

Error: (vcover-6813) Bin toggle_high already exists in the scope

Hope someone has seen this and know the solution. Thanks in advance!

Regards
LM
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…