Skip to content

SonodaKazuto/gem5-nvmain-docker

Repository files navigation

gem5 and NVmain Hybrid Simulator Docker Image

Docker

(status may show fail even if the image is published successfully)

integrate gem5 and nvmain into a docker image

Environment and Setting

Goal

  • set up environment
  • integrate oh-my-zsh
  • install necessary packages
  • download and build gem5
  • download and build nvmain
  • hybrid build gem5 and NVmain
  • workable dockerfile
  • add L3 cache (check branch l3-cache)
  • add write policy (check branch write-policy)
  • github action release

Usage

build locally

docker build -t gem5-nvmain-hybrid . \
--no-cache // optional

Pull from remote

docker pull ghcr.io/sonodakazuto/gem5-nvmain-docker:main
docker pull sonodakazuto/gem5-nvmain-hybrid:main
  • Important

    please execute the command below to use oh-my-zsh

    exec $SHELL

About

gem5 and NVmain hybrid simulator docker image

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages