-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME
More file actions
35 lines (21 loc) · 868 Bytes
/
README
File metadata and controls
35 lines (21 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--------------------------------------------------------------------------
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