Skip to content

FaultSim is a memory reliability simulator for 2D and 3D systems. FaultSim is created with the joint effort of Georgia Tech and AMD Inc. FaultSim is described in its ACM-TACO 2015 (to appear)

License

Prashxnt/FaultSim-A-Memory-Reliability-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

--------------------------------------------------------------------------
FAULTSIM - A Fast, Configurable Memory Resilience Simulator
(c) 2013-2015 Advanced Micro Devices Inc.

Version History:
0.1 alpha: 8/23/2015
--------------------------------------------------------------------------

LICENSE

The license for FAULTSIM can be found in LICENSE.txt.

DEPENDENCIES

FaultSim depends on the Boost library version 1.53.

BUILDING FAULTSIM

Create environment variables to point to the include and library directories of your installed BOOST library
(typically boost_1_53_0/include) e.g.

export BOOSTINC=/path/../boost_1_53_0/include
export BOOSTLIB=/path/../boost_1_53_0/lib

Then type;

make

RUNNING FAULTSIM

Type ./faultsim --help for a list of command line parameters.

Basic operation example;

./faultsim --configfile configs/DIMM_none.ini --outfile out.txt

About

FaultSim is a memory reliability simulator for 2D and 3D systems. FaultSim is created with the joint effort of Georgia Tech and AMD Inc. FaultSim is described in its ACM-TACO 2015 (to appear)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published