Content deleted Content added
m r2.7.1) (robot Adding: fr:Simulateur logique |
|||
Line 7:
==Advantages of logic simulation ==
Simulation is the key activity in the design [[verification]] process. That is not to say that it is an ideal process. It has some
*It is a natural way for the designer to get feedback about their design. Because it is just running a program – the design itself – the designer interacts with it using the vocabulary and abstractions of the design. There is no layer of translation to obscure the behavior of the design.
*The level of effort required to debug and then verify the design is proportional to the maturity of the design. That is, early in the design’s life, bugs and incorrect behavior are usually found quickly. As the design matures, it takes longer to find the errors. This is beneficial early in the design process. It becomes more problematic later.
*Simulation is completely general. Any hardware design can be simulated. The only limits are time and computer resources.
Prospective way to accelerate logic simulation is using [[distributed computing|distributed]] and [[parallel
== Limitations of logic simulation ==
|