Toggle & line coverage using VCS

C

CS student

Guest
Hi,
I'm trying to do toggling coverage using VCS.
suppose i have the file dut.v
I compiled this file as follows:
vcs -sverilog +vpi +vc +cli+4 -cm line+tgl dut.v
Now, i've made the simulation as follows:
../simv -cm tgl -cm line
And indeed, the VCS printed the coverage was collected.
My question is how can i see the coverage that was collected:
1) As simple text file
2) In gui (i invoked the cmView aplication, but i didn't succeed in
viewing the coverage results)

One last question regarding tgl coverage: suppose i wan't to collect
coverage only on certain signals. How can i specify these signal
list?

Thanks a lot
 

Welcome to EDABoard.com

Sponsor

Back
Top