Adding gem5 source to svn.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1819 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
4
simulators/gem5/build_opts/ALPHA
Normal file
4
simulators/gem5/build_opts/ALPHA
Normal file
@ -0,0 +1,4 @@
|
||||
TARGET_ISA = 'alpha'
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MI_example'
|
||||
3
simulators/gem5/build_opts/ALPHA_MESI_CMP_directory
Normal file
3
simulators/gem5/build_opts/ALPHA_MESI_CMP_directory
Normal file
@ -0,0 +1,3 @@
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MESI_CMP_directory'
|
||||
3
simulators/gem5/build_opts/ALPHA_MOESI_CMP_directory
Normal file
3
simulators/gem5/build_opts/ALPHA_MOESI_CMP_directory
Normal file
@ -0,0 +1,3 @@
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MOESI_CMP_directory'
|
||||
3
simulators/gem5/build_opts/ALPHA_MOESI_CMP_token
Normal file
3
simulators/gem5/build_opts/ALPHA_MOESI_CMP_token
Normal file
@ -0,0 +1,3 @@
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MOESI_CMP_token'
|
||||
3
simulators/gem5/build_opts/ALPHA_MOESI_hammer
Normal file
3
simulators/gem5/build_opts/ALPHA_MOESI_hammer
Normal file
@ -0,0 +1,3 @@
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MOESI_hammer'
|
||||
3
simulators/gem5/build_opts/ALPHA_Network_test
Normal file
3
simulators/gem5/build_opts/ALPHA_Network_test
Normal file
@ -0,0 +1,3 @@
|
||||
SS_COMPATIBLE_FP = 1
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'Network_test'
|
||||
3
simulators/gem5/build_opts/ARM
Normal file
3
simulators/gem5/build_opts/ARM
Normal file
@ -0,0 +1,3 @@
|
||||
TARGET_ISA = 'arm'
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
|
||||
PROTOCOL = 'MI_example'
|
||||
3
simulators/gem5/build_opts/MIPS
Normal file
3
simulators/gem5/build_opts/MIPS
Normal file
@ -0,0 +1,3 @@
|
||||
TARGET_ISA = 'mips'
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MI_example'
|
||||
2
simulators/gem5/build_opts/NOISA
Normal file
2
simulators/gem5/build_opts/NOISA
Normal file
@ -0,0 +1,2 @@
|
||||
TARGET_ISA = 'no'
|
||||
CPU_MODELS = 'no'
|
||||
3
simulators/gem5/build_opts/POWER
Normal file
3
simulators/gem5/build_opts/POWER
Normal file
@ -0,0 +1,3 @@
|
||||
TARGET_ISA = 'power'
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU'
|
||||
PROTOCOL = 'MI_example'
|
||||
3
simulators/gem5/build_opts/SPARC
Normal file
3
simulators/gem5/build_opts/SPARC
Normal file
@ -0,0 +1,3 @@
|
||||
TARGET_ISA = 'sparc'
|
||||
CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU,InOrderCPU'
|
||||
PROTOCOL = 'MI_example'
|
||||
3
simulators/gem5/build_opts/X86
Normal file
3
simulators/gem5/build_opts/X86
Normal file
@ -0,0 +1,3 @@
|
||||
TARGET_ISA = 'x86'
|
||||
CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU'
|
||||
PROTOCOL = 'MI_example'
|
||||
3
simulators/gem5/build_opts/X86_MESI_CMP_directory
Normal file
3
simulators/gem5/build_opts/X86_MESI_CMP_directory
Normal file
@ -0,0 +1,3 @@
|
||||
TARGET_ISA = 'x86'
|
||||
CPU_MODELS = 'TimingSimpleCPU,O3CPU'
|
||||
PROTOCOL = 'MESI_CMP_directory'
|
||||
Reference in New Issue
Block a user