/arm-gem5-rsk

Official repository of the Arm Research Starter Kit on System Modeling using gem5

Primary LanguageShellOtherNOASSERTION

The Arm Research Starter Kit: System Modeling using gem5

This Research Starter Kit will guide you through Arm-based system modeling using the gem5 simulator and a 64-bit CPU model. This High-Performance In-order (HPI) CPU model is tuned to be representative of a modern in-order Armv8-A implementation.

You can find more information at: https://www.arm.com/ResearchEnablement/SystemModeling

This Research Starter Kit is comprised of two main parts:

  1. gem5: the source code for the gem5 simulator
  2. arm-gem5-rsk: the current repository, which contains the scripts, patches and the documentation required to get started, and also run examples and benchmarks

Either clone the above repositories separately, or use the clone.sh script to clone both of them:

$ wget https://raw.githubusercontent.com/arm-university/arm-gem5-rsk/master/clone.sh
$ bash clone.sh

The current release includes the following components:

  • gem5_rsk.pdf: the documentation
  • clone.sh: a script to download all the required materials
  • read_results.sh: a script to read the gem5 statistics
  • parsec_patches: contains patches for compiling PARSEC for the gem5 Full-System simulation mode
  • parsec_rcs: contains a script for creating runscripts for PARSEC benchmarks
  • Wiki: a cheat sheet, containing all code and examples provided in the documentation