khorlipmin
Member level 3
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
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