# List of Simulators and features * Simulator discussion on Libre-SOC bugtracker: * Youtube presentation on Power ISA Simulators | Name | Cycle
acc. | Speed | SMP | Mem
usage | 32-bit | 64-bit | FP | SIMD | Bare
metal | HV | XICS | MMU| |------------------|------------------|-------|-----|-----------------|--------|--------|------|------|------------------|----|------|----| | IBM Sim | no? | unk | unk | unknown | yes | yes | yes | yes | yes | yes| yes | yes| | gem5 | yes | 20k/s?| no | insane | yes | yes | no | no | no | no | no | no | | gem5-experimental| yes | 20k/s?| no | insane | yes | yes | no | no | yes | no | yes | yes| | gem5-virginiatech| yes | 20k/s?| no | insane | yes | yes | no | TODO | no | no | no | no | | qemu | no | 100k? | no | ok | yes | yes | yes | yes | yes | yes| yes | yes| | dolphinpc | no | unk | no | ok | yes | no | no | no | yes | no | no | no | | cavatools | yes | 300k/s| yes | good | yes | yes | yes | no | no | no | no | no | | ISACaller | no | 2500/s| no | ok | yes | yes | yes | no | yes | no | no | yes| * [IBM Sim](https://www.ibm.com/support/pages/sdk-110-using-ibm-power9-functional-simulator) - of IBM POWER9. has been updated to POWER10. Proprietary: source code **not available**. * [Gem5](https://gem5-review.googlesource.com/) mainline * [Gem5-experimental](https://github.com/power-gem5/gem5/tree/gem5-experimental) and associated [gem5 support package](https://github.com/power-gem5/gem5-support-package) * Virginia Tech GEM5 * [qemu](https://qemu.org) - main website * [DolphinPC](https://dolphin-emu.org/) - 32-bit Power ISA emulator for nintendo game consoles (!) * [cavatools](https://www.bsc.es/research-and-development/software-and-apps/software-list/cavatools) the original, ([source code](https://github.com/phaa-eu/cavatools) currently for RISC-V) with funding from NLnet for a [Power ISA port](https://nlnet.nl/project/Cavatools/) * [ISACaller](https://git.libre-soc.org/?p=openpower-isa.git;a=blob;f=src/openpower/decoder/isa/README.txt;hb=HEAD), designed for Power-ISA Specification absolute 100% integrity and for verification purposes. * [PSIM](https://docs.rtems.org/releases/4.5.1-pre3/rtemsdoc/html/started_ada/started_ada00048.html) which fascinatingly is now included in GNU gdb. [README](https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=sim/ppc/README;hb=HEAD) * [PearPC](http://pearpc.sourceforge.net/) - another 32-bit PowerPC emulator, with [source code](https://github.com/sebastianbiallas/pearpc) * [SheepShaver](https://github.com/cebix/macemu) - another 32-bit PowerPC emulator for Power variants of MacOS, with reasonable peripheral emulation