- Forums
- »
- IC Design General Discussion
- »
- Formal Verification
|
Viewing 1 to 4 (4 Total) Formal Verification |
|
|---|---|
zyad_hassanTotal Posts: 2
Joined: Dec 2009
|
Formal verification has emerged as a promising technique for verifying designs. It has been proposed as an alternative to design simulation, which is showing a decreased effectiveness with the increased design sizes, due to the prohibitively long simulation times required to test the full input-pattern space. Model checking, one of the approaches of formal verification, is a mathematical approach that is able to prove that a design satisfies certain properties. Model checking is being gradually adopted into the commercial IC design flow with many companies now using a mix between formal and simulation (non-formal) methods to verify their designs. Currently, model checking is not capable of verifying large designs due to its high complexity.
Posted on 2009-12-14 17:26:52 at 2009-12-14 17:26:52
|
bmoyerTotal Posts: 38
Joined: Dec 2009
|
Stealth-mode formal?I'll add one point to this: while in the past formal was simply a verification technology, now it's being used for very specific kinds of verification (like constraint verification), and the user may or may not know that formal is under the hood.
Posted on 2009-12-22 20:08:27 at 2009-12-22 20:08:27
|
zyad_hassanTotal Posts: 2
Joined: Dec 2009
|
Model CheckingMight formal be more successful out of the spotlight than in it? In most cases, yes. Dealing with formal is not as easy as dealing with non-formal, and thus it's usually better to hide the formal details from the designer. However, in some cases, such as with model checking, exposing the designer to the complexity of formal is a necessity. For example, designers are used to the traditional way of writing testbenches and simulating designs at the HDL-level to verify functionality, but this approach has shown to be unreliable (e.g. the Pentium floating-point bug). Using model checking, on the other hand, the design can be proved to satisfy certain properties, such as that two specific signals should never be high at the same time, or, if a signal is raised, then eventually another signal should be raised, and so on. However, to use this alternate reliable formal method approach, designers have to bear through the complexity of learning how to specify properties about their design in some formal specification language. In addition, they have to be aware in the first place of what properties should be present in their design. Unfortunately, formal verification is currently incapable of handling large designs, and companies therefore either use traditional simulation methods, or semi-formal approaches, which combines both formal and simulation. What I'm hoping to achieve from this post, is to get a general idea of what people working in IC design think about formal verification. Do they believe formal techniques would, in the near future, be able to handle the design sizes they're targeting, and thus they're willing to invest time, effort and money to learn how formal techniques can be applied in their designs? Or do they believe this is not worth it; traditional simulation well-meets their needs?
Posted on 2009-12-23 07:07:57 at 2009-12-23 07:07:57
|
CliffTotal Posts: 21
Joined: Dec 2009
|
Simulation and formal methods in cahoots!I think it's a mistake to think of formal methods as a simulation replacement.
Posted on 2010-01-09 21:59:38 at 2010-01-09 21:59:38
|