-
Notifications
You must be signed in to change notification settings - Fork 11
The gem5-X open source framework (based on the gem5 simulator)
License
BSD-3-Clause, Unknown licenses found
Licenses found
BSD-3-Clause
LICENSE
Unknown
COPYING
esl-epfl/gem5-X
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
🚀🚀 ** 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`
About
The gem5-X open source framework (based on the gem5 simulator)
Resources
License
BSD-3-Clause, Unknown licenses found
Licenses found
BSD-3-Clause
LICENSE
Unknown
COPYING
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published