gem5/configs/example
Dam Sunwoo 809134a2b1 config: Add options to take/resume from SimPoint checkpoints
More documentation at http://gem5.org/Simpoints

Steps to profile, generate, and use SimPoints with gem5:

1. To profile workload and generate SimPoint BBV file, use the
following option:

--simpoint-profile --simpoint-interval <interval length>

Requires single Atomic CPU and fastmem.
<interval length> is in number of instructions.

2. Generate SimPoint analysis using SimPoint 3.2 from UCSD.
(SimPoint 3.2 not included with this flow.)

3. To take gem5 checkpoints based on SimPoint analysis, use the
following option:

--take-simpoint-checkpoint=<simpoint file path>,<weight file
path>,<interval length>,<warmup length>

<simpoint file> and <weight file> is generated by SimPoint analysis
tool from UCSD. SimPoint 3.2 format expected. <interval length> and
<warmup length> are in number of instructions.

4. To resume from gem5 SimPoint checkpoints, use the following option:

--restore-simpoint-checkpoint -r <N> --checkpoint-dir <simpoint
checkpoint path>

<N> is (SimPoint index + 1). E.g., "-r 1" will resume from SimPoint
#0.
2014-12-23 09:31:17 -05:00
..
fs.py config: Add options to take/resume from SimPoint checkpoints 2014-12-23 09:31:17 -05:00
memtest.py mem: Rename Bus to XBar to better reflect its behaviour 2014-09-20 17:18:32 -04:00
read_config.py config: Add the ability to read a config file using C++ and Python 2014-10-16 05:49:37 -04:00
ruby_direct_test.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
ruby_mem_test.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
ruby_network_test.py ruby: single physical memory in fs mode 2014-11-06 05:41:44 -06:00
ruby_random_test.py ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
se.py config, kvm: Enabling KvmCPU in SE mode 2014-11-23 18:01:08 -08:00