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: IFV and IUS, what's the difference?
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
davyzhu
Posts: 90
Online: User is Offline
4/15/2007 7:26 PM  
Hello Cadence,

There are two similar simulation environment: IFV and IUS. Who know what's the difference with them? And one is another one's super set?

Best regards,
Davy
stephenh
Posts: 77
Online: User is Offline
4/16/2007 1:48 AM  
Hi Davy.

Excellent question! :-)
Here's the very high level answer (ask your AE for a demo of IFV too!).

IUS is the Incisive Unified Simulator (unified because all the languages are supported natively in the same simulation kernel).
IUS deals with dynamic simulation, i.e. time advances as you simulate and you can run behavioural testbench or modelling code.

IFV is the Incisive Formal Verifier tool. Formal analysis involves building a mathematical model of your design, and then using formal proofs to see whether the design meets specific properties that you've written in PSL or SVA.
In IFV there is no real notion of time - everything is done using mathematics and a "crank" which is like the clock of the registers.

Although the two tools work differently under the hood, they both use the SimVision GUI as the front-end.
This means that a designer who knows IUS feels instantly at home driving IFV. The same waveform window is used to show failing properties or to show coverage examples.

Regards.
Steve H.

Steve H.
davyzhu
Posts: 90
Online: User is Offline
4/16/2007 2:22 AM  
Hi Steve,

Excellent answer :)

From your high level description, I infer that IUS and IFV are mutually-exclusive in the method the tool use. Right?
But we know that IUS can also run SVA/PSL. So does IFV run faster? Or IFV have more intuitive methodology for us designer? If not, why we designers need IUS besides IFV?

Any suggestions will be appreciated!
Davy
davyzhu
Posts: 90
Online: User is Offline
4/16/2007 2:23 AM  
Sorry, typo.

If not, why we designers need IFV besides IUS?

Davy
stephenh
Posts: 77
Online: User is Offline
4/16/2007 3:04 AM  
Well, the short answer is that you can use both tools, since they tackle different verification problems.

Formal analysis is really good at finding nasty corner-case bugs with low effort from the engineer. However, formal is best applied to certain types of design if you want to get the best value from it. Good examples are control logic such as arbiters, state machines, FIFO control logic. Formal is not so good when the state space is big (wide busses, memories, big counters).
Simulation is still important for verifying the integration of all your modules once the design gets too big to handle in formal verification.

Designers use SVA or PSL to specify the legal input behaviour (assumptions) and the legal output behaviour (assertions), and the formal tool uses these as the modelling constraints and checks.

Designers can get very quick turn-around when writing or bug-fixing their code - the formal tool will quickly show them any errors they added without writing and running loads of simulations. Once the RTL module is well verified in IFV, the designers can integrate it into the bigger system where simulation is more useful. The module has already been exhaustively verified, so the only thing left to do (in simulation) is check that the connections into the module are legal and that the overall system design is good.
The really good thing now is that the assumptions written for IFV are treated as assertions in IUS, so that you're checking that what's driving your "perfectly" verified module is now checked for the correct input protocol, using the same properties.
This really boosts your confidence, and also helps isolate bugs when you're simulating at the system level, because you've already put loads of assertions all over your design!

If you haven't done so already, take a look at the Formal Analysis forum on CDNUsers.

Steve.

Steve H.
ajeetha
Posts: 97
Online: User is Offline
4/16/2007 11:04 AM  
As an early user of IFV (it used to be called ISV then, back in 2003 timeframe during our PSL book) I found it extremely useful. Assuming you add assertions anyway the flow was really simple as IUS itself:

ncvlog -f flist
ncelab top
isv top (Instead of ncsim top)

It was incredibly seamless to use as a flow (though the tool in its beta/alpha stages had issues).

And as Steph mentioned, the debug was another sweet spot - use SimVision, same as with NC.

So it is almost like you can get rid of writing those throw away block level TBs.

Please read our PSL/SVA book on FV chapter (www.abv-psl.org). We showed live/toy design of a traffic light controller and some interesting applications of this technology.

HTH
Ajeetha, CVC
www.noveldv.com
davyzhu
Posts: 90
Online: User is Offline
4/16/2007 7:00 PM  
Hello Ajeetha,

Thanks a lot!
You said "you can get rid of writing those throw away block level TBs". I hope it will do :)

Best regards,
Davy
Posting to forums is available to community members only.
Login or Register

Forums > Functional Verification > SystemVerilog > IFV and IUS, what's the difference?


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.