Code Monkey home page Code Monkey logo

gem5-x's Introduction

๐Ÿš€๐Ÿš€ ** Disclaimer: Repository Has Moved ** ๐Ÿš€๐Ÿš€ 

This repository has been moved to a new URL. Please visit the new repository location at 
[the gem5-X organization](https://github.com/gem5-X/gem5-X) to access the latest code, documentation, 
and other resources. 

We have migrated to a new location to better organize our projects and streamline our 
development process. The new repository will receive all future updates and improvements. 

Please note that this repository will no longer be maintained or updated. Any existing 
issues or pull requests should be re-submitted to the new repository if they are still 
relevant.

Thank you for your understanding and continued support!

-The Repository Team


============



This is the readme file of the gem5-X framework.
The main website can be found at http://esl.epfl.ch/gem5-x/

The readme of gem5 can be found in README-gem5.

# Installation
============

After cloning the repo, you need to follow these steps:

1. Compile device tree files: `ce gem5-X && make -C system/arm/dt`
2. Compile the terminal program: `cd util/term && make && cd ../..`
3. Apply the gem5-X patch to gem5: `./apply-patch.sh <PATH_TO_FULL_SYSTEM_IMAGES>`
4. Build gem5-X: `scons build/ARM/gem5.fast`

# Launching a simulation:
=======================
`./build/ARM/gem5.fast --remote-gdb-port=0 -d log_dir configs/example/fs.py --cpu-clock=1GHz --kernel=vmlinux --machine-type=VExpress_GEM5_V1 --dtb-file=<PATH_TO_GEM5-X>/gem5-X/system/arm/dt/armv8_gem5_v1_1cpu.dtb -n 1 --disk-image=gem5_ubuntu16.img --caches --l2cache --l1i_size=32kB --l1d_size=32kB --l2_size=1MB --l2_assoc=2 --mem-type=DDR4_2400_4x16 --mem-ranks=4 --mem-size=4GB --sys-clock=1600MHz`

# Connecting to the terminal:
===========================
Open a new terminal and cd into the gem5-X directory.
Then connect to the terminal by typping: `./util/term/m5term 127.0.0.1 3456`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.