原文说明如下: Whats the difference between a Simulation and an Emulation?
Emulation models behaviour whereas simulation emerges behaviour. A
behaviour might be to turn on a LED connected via a resistor to a
microcontroller pin. A simulation might compute the circuit resistance and
equivalent resistance of the power driver of the pin along with the voltage
curve and forward voltage of the diode to resolve the instantaneous current
and then lookup the luminosity curve of the diode to render a faithful
representation of the color and intensity of the LED the user might expect to
see. An emulation on the other hand just draws a LED as on when the PIN is
HIGH and off when the PIN is LOW. The resulting behaviour from the user and
microcontroller are the same. A LED is on when the pin is HIGH and the LED is
off when the pin is LOW. Naturally emulations are faster to calculate and easier
to implement. VBB is a circuit emulator and SPICE is a circuit simulator.
Its important to understand this difference when using VBB because you
cannot place capacitors and resistors and expect for example behaviours such
as filters to emerge. There are however common work arounds to achieve
common behaviours using properties of the discrete components.