Thursday, January 08, 2009     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject: code coverage
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
Tel1234
Posts: 1
Online: User is Offline
7/09/2007 2:23 AM  
Hi
We are using IUS 6.1 and URM for  VIP development.
Can i go for code coverage of the complete environment that i have developed?
HOw do i do that?

Regards

Rishi
stephenh
Posts: 77
Online: User is Offline
7/09/2007 2:40 AM  
Hi Rishi.

You can do coverage of your verification environment as well as any DUT, because if you don't specify the -covdut option, the top-level is taken as the DUT for coverage purposes.

The simplest set of switches would be:

[i]irun -cov58 -coverage ALL[/i]

Then to analyse:
[i]iccr -cov58 -gui[/i]

The best thing though would be for you to read the ICC tutorial which will give you a good introduction to doing coverage in IUS.
You can find that under "cdsdoc", or if you prefer to use PDF docs (like me) then this will get you there:
[i]acroread `ncroot`/doc/incovtut/incovtut.pdf [/i]

Steve H.
prasad_vc
Posts: 0
Online: User is Offline
7/09/2007 3:19 AM  
Steve,

Can i exclude any modules, so that they are not included in coverage report?

If yes, how do i do that?


-Vivek.
stephenh
Posts: 77
Online: User is Offline
7/09/2007 4:08 AM  
Hi Vivek.

Have a look in the ICC User's Guide (`ncroot`/doc/iccug/iccug.pdf) at the chapter "Generating Coverage Data".
Specifically the -covfile option to ncelab. You start to need to use a coverage control file, which would contain something like:
// cov_options.ccf
select_coverage -be -module *
deselect_coverage -be -module fred
deselect_coverage -be -instance top.jim.dummy
// end of file

This example would enable block and expression coverage in every module except "fred", and instance "top.jim.dummy".
You can get quite creative with this is you need to, and you really should read the user guide to get an understanding of what you're doing with these commands :-)

If you're using 3-step compilation (ncvlog;ncelab;ncsim) then this .ccf file is used like "ncelab -cov58 -covfile cov_options.ccf".
If you're using single step (ncverilog or irun) then use "irun -cov58 -covfile cov_options.ccf".
In fact, use irun, it's brilliant because it can sort out all your C, VHDL, Verilog etc files from one command line!

Steve.

Steve H.
angirasg
Posts: 1
Online: User is Offline
8/13/2007 4:54 AM  
does anyone has idea about "ntcnotchk: option in ncsim

--Gaurav
tpylant
Posts: 87
Online: User is Offline
8/13/2007 8:22 AM  
In the future, it would be better to start a new topic when asking a different question. This is also unrelated to SV and should go in the Simulation forum. Now for the answer which I'm copying directly from the NC-Verilog Simulator Help docs. -NTCNOtchks (Verilog only) Generate negative timing check (NTC) delays, but do not execute timing checks. You can use the -notimingchecks option to turn off all timing checks in your design. However, if you have negative timing checks in the design, this option also disables the generation of delayed internal signals, and you may get wrong simulation results if the design requires these delayed signals to function correctly. That is, if you have negative timing checks, simulation results may be different with -notimingchecks and without -notimingchecks. Use the -ntcnotchks option instead of the -notimingchecks option if you want the delayed signals to be generated but want to turn off timing checks. This option removes the timing checks from the simulation after the NTC delays have been generated. If you are running the simulator in single-step mode with the ncverilog command, use the +ncntcnotchks option.
Posting to forums is available to community members only.
Login or Register



ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.