lucjaulmes/FaultSim-A-Memory-Reliability-Simulator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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