Knowledge Center
Navigation
Knowledge Center

Compiled-code Simulation

Faster form for logic simulation
popularity

Description

A logic simulator normally interprets a model of a design by traversing the structure and evaluating each logic element whenever one of its inputs change. Compiled-code simulation relies on the fact that the design will not change. Instead of evaluating each logic element separately and having to schedule the logic elements that are in the fanout list of that logic element for evaluation, the complete combinatorial logic section is replaced by code in the native language of the simulator. It is then compiled at design time and becomes part of the logic simulator and can be evaluated as a single element whenever one of the inputs changes.

Multimedia

Tech Talk: Faster Simulation