Difference between revisions of "Gem5"
(Created page with "Category:SoftwareCategory:Computer Simulator {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|gem5}} |{{#vardefine:url|http://www.gem5.org/}} <!--CONFIGURATION: OPTI...") |
Moskalenko (talk | contribs) |
||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Simulation]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|gem5}} | |{{#vardefine:app|gem5}} |
Revision as of 18:44, 7 July 2017
Description
gem5 is a modular discrete event driven computer system simulator platform. That means that:
- gem5's components can be rearranged, parameterized, extended or replaced easily to suit your needs.
- It simulates the passing of time as a series of discrete events.
- Its intended use is to simulate one or more computer systems in various ways.
- It's more than just a simulator; it's a simulator platform that lets you use as many of its premade components as you want to build up your own simulation system.
gem5 is written primarily in C++ and python and most components are provided under a BSD style license. It can simulate a complete system with devices and an operating system in full system mode (FS mode), or user space only programs where system services are provided directly by the simulator in syscall emulation mode (SE mode). There are varying levels of support for executing Alpha, ARM, MIPS, Power, SPARC, and 64 bit x86 binaries on CPU models including two simple single CPI models, an out of order model, and an in order pipelined model. A memory system can be flexibly built out of caches and crossbars. Recently the Ruby simulator has been integrated with gem5 to provide even more flexible memory system modeling.
Required Modules
Serial
- gcc/5.2.0
- gem5
System Variables
- HPC_{{#uppercase:gem5}}_DIR - installation directory