Skip to content

FaultSim is a memory reliability simulator for 2D and 3D systems. FaultSim was created with the joint effort of Georgia Tech and AMD Inc, and described in its ACM-TACO 2015. This fork was used to evaluate dynamically reconfigurable Virtualized-ECC (VECC).

License

Notifications You must be signed in to change notification settings

lucjaulmes/FaultSim-A-Memory-Reliability-Simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 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

Ensure your compiler can find the Boost libraries, by adding if necessary
-I/path/to/boost/includes and -L/path/to/boost/libraries to the CXXFLAGS

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 was created with the joint effort of Georgia Tech and AMD Inc, and described in its ACM-TACO 2015. This fork was used to evaluate dynamically reconfigurable Virtualized-ECC (VECC).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.1%
  • Makefile 0.9%