gem5/configs/common
Michael LeBeane dc16c1ceb8 dev: Add m5 op to toggle synchronization for dist-gem5.
This patch adds the ability for an application to request dist-gem5 to begin/
end synchronization using an m5 op. When toggling on sync, all nodes agree
on the next sync point based on the maximum of all nodes' ticks. CPUs are
suspended until the sync point to avoid sending network messages until sync has
been enabled. Toggling off sync acts like a global execution barrier, where
all CPUs are disabled until every node reaches the toggle off point. This
avoids tricky situations such as one node hitting a toggle off followed by a
toggle on before the other nodes hit the first toggle off.
2016-10-26 22:48:40 -04:00
..
__init__.py config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
Benchmarks.py config: Specify OS type and release on command line 2015-03-19 04:06:14 -04:00
CacheConfig.py mem: Add snoop filter to SystemXBar by default 2016-08-12 14:11:45 +01:00
Caches.py mem: Deduce if cache should forward snoops 2016-02-10 04:08:24 -05:00
cpu2000.py arm: Add support for ARMv8 (AArch64 & AArch32) 2014-01-24 15:29:34 -06:00
CpuConfig.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
FSConfig.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
GPUTLBConfig.py gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00
GPUTLBOptions.py gpu-compute: AMD's baseline GPU model 2016-01-19 14:28:22 -05:00
HMC.py mem: different HMC configuration 2016-07-01 09:45:21 -05:00
MemConfig.py mem: different HMC configuration 2016-07-01 09:45:21 -05:00
O3_ARM_v7a.py cpu, arm: Distinguish Float* and SimdFloat*, create FloatMem* opClass 2016-10-15 14:58:45 -05:00
Options.py dev: Add m5 op to toggle synchronization for dist-gem5. 2016-10-26 22:48:40 -04:00
PlatformConfig.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
SimpleOpts.py config: Add configs scripts used in Learning gem5 2015-09-16 09:35:36 -05:00
Simulation.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
SysPaths.py config: expand '~' and '~user' in paths 2015-03-23 16:14:19 -07:00