Skip to content

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

License

Notifications You must be signed in to change notification settings

jumana-arm/arm-gem5-rsk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%