Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to code VCS coverage analysis report?

Status
Not open for further replies.

vikas_lakhanpal27

Member level 1
Joined
Jan 16, 2008
Messages
39
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
1,522
i have dumped testcase*.line , testcase*.fsm, and testcase*.tog while doing simulation. How can I do code coverage analysis now?

Can anyone help?

regards,
vikas
 

vcs code coverage report analysis

what coverage tools do you use?
ICCR or others?
 

cmview vcs -cm_exclude

I am using Cmview and coverage file i have dumped wid VCS.
 

vcs coverage

vikas_lakhanpal27 said:
i have dumped testcase*.line , testcase*.fsm, and testcase*.tog while doing simulation. How can I do code coverage analysis now?

Can anyone help?

regards,
vikas

Use

Code:
  urg -dir simv.cm
  mozilla `pwd`/urgReport/dashboard.html

Ajeetha, CVC
www.noveldv.com
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top