Difference between revisions of "Supported Architectures"
From gem5
Line 51: | Line 51: | ||
|- | |- | ||
| SPARC | | SPARC | ||
− | | style="background: | + | | style="background: LightGreen" | Gabe Black |
| style="background: LightCoral" | Low | | style="background: LightCoral" | Low | ||
| style="background: LightCoral" | None | | style="background: LightCoral" | None | ||
Line 59: | Line 59: | ||
|- | |- | ||
| X86 | | X86 | ||
− | | style="background: LightGreen" | | + | | style="background: LightGreen" | Gabe Black |
| style="background: Khaki" | Medium | | style="background: Khaki" | Medium | ||
| style="background: Khaki" | Linux, BSD | | style="background: Khaki" | Linux, BSD |
Latest revision as of 16:46, 18 April 2017
gem5 is a flexible architecture simulator that supports a number of ISAs and operating systems for both full-system simulation (booting an entire operating system) and syscall emulation (running one or more applications by emulating syscalls). An overview of the architecture support is given in the table below.
ISA | Maintainer | Level of ISA support | Full-system OS support | Test coverage | Tool chain availability | Linux kernel availability |
---|---|---|---|---|---|---|
ALPHA | None | High | Linux | Medium | Low | Low |
ARM | Andreas Sandberg | High | Linux, BSD, Android | High | High | High |
MIPS | None | Low | None | Low | Medium | Medium |
POWER | None | Low | None | Low | Medium | Medium |
RISC-V | Alec Roelke | Medium | None | Low | Medium | Medium |
SPARC | Gabe Black | Low | None | Low | Low | Low |
X86 | Gabe Black | Medium | Linux, BSD | Medium | High | High |