Giter Club home page Giter Club logo

siena-mem's Introduction

Siena: a tool for exploring the design space of heterogeneous memory systems

[1] Ivy B. Peng and Jeffrey S. Vetter. "Siena: exploring the design space of heterogeneous memory systems." 
Proceedings of the International Conference for High Performance Computing, Networking, Storage, and Analysis. 
IEEE Press, 2018.

Siena facilitates quick exploration of diverse memory architectures with flexible configurations of heterogeneous memory systems and various memory access workloads. Siena uses ASPEN modelling language for representing workload memory-access behaviours and couples with popular memory simulators to accurately model new memory technologies.

##Quick Start:

  • 'make all'
  • 'make test'

##Installation:

####1. Dependency:

1.1 [mandatory]:ASPEN [dependency:bison,gcc>=5.4,python2.7]

  1.1.1 cd <siena_root>/aspen  
  1.1.2 autoconf -v  
  1.1.3 ./configure --prefix=<siena_root>/aspen  
  1.1.4 'make aspen' #if compiled successfully, libaspen.a should exit in /lib

1.2 [optional]: DRAMSim2, NVDIMMSim, RAMULATOR

  1.2.1 to enable RAMULATOR: 'cd ramulator/ && make libramulator.a && cd ..'  
  1.2.2 to enable NVDIMMSim: 'cd NVDIMMSim-2.0.0/src/ && make libnvdsim.a && cd ../..'  
  1.2.3 to enable DRAMSim2:  'cd dramsim2/ && make libdramsim.a && cd ..'  

####2. Compile:

2.1 [default]

   type 'make'  

2.2 [couple with DRAMSim, Ramulator or NVDimmSim]

  2.2.1 make sure the depended libraries are installed in step 1.5   
  2.2.2 in Makefile, change USE_[DRAMSIM | NVDIMMSIM | RAMULATOR]=yes  
  2.2.3 type 'make' 

####3. clean up:

3.1 [standard]

  'make clean'  

3.2 [full clean] removes installation in other sub-modules like ./aspen ./ramulator...

   'make distclean' 

##Usage:

   ./siena <Application_Model>.aspen <Machine_Model>.aspen [Mapping_Model].aspen

siena-mem's People

Contributors

ipftg avatar vetter avatar

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.