Difference between revisions of "Emulator"

From Computer History Wiki
Jump to: navigation, search
(note confusion between emulation and simulation)
(See also: +Computer Emulation Framework)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
One common form of emulator is an '''In-Circuit Emulator''' (often called by the acronym, '''ICE'''), which is a perfect emulation of a given [[integrated circuit|chip]], down to the physical form, but which has a control unit attached to it which can record the operation of the emulated chip, for diagnostic and debugging purposes.
 
One common form of emulator is an '''In-Circuit Emulator''' (often called by the acronym, '''ICE'''), which is a perfect emulation of a given [[integrated circuit|chip]], down to the physical form, but which has a control unit attached to it which can record the operation of the emulated chip, for diagnostic and debugging purposes.
 +
 +
{{semi-stub}}
 +
 +
==See also==
 +
 +
* [[List of emulators]]
 +
* [[Computer Emulation Framework]]
  
 
==External links==
 
==External links==
Line 9: Line 16:
 
* [https://stackoverflow.com/questions/1584617/simulator-or-emulator-what-is-the-difference Simulator or Emulator? What is the difference?] - One good discussion of the subject
 
* [https://stackoverflow.com/questions/1584617/simulator-or-emulator-what-is-the-difference Simulator or Emulator? What is the difference?] - One good discussion of the subject
  
{{stub}}
+
[[Category: Computer Basics]]

Latest revision as of 21:13, 14 January 2024

There is some confusion, and no general agreement, about the precise difference between the terms emulator and simulator. Generally, an emulator is a unit which exactly duplicates the external, visible functionality of another unit; the term is usually used of hardware, but not always.

Since emulators usually have an emphasis on duplicating exactly the device's external interface and behaviour, they may often be used in place of the emulated device.

One common form of emulator is an In-Circuit Emulator (often called by the acronym, ICE), which is a perfect emulation of a given chip, down to the physical form, but which has a control unit attached to it which can record the operation of the emulated chip, for diagnostic and debugging purposes.

See also

External links