Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.28 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.28 KB

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