diff options
author | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-01-19 14:28:22 -0500 |
---|---|---|
committer | Tony Gutierrez <anthony.gutierrez@amd.com> | 2016-01-19 14:28:22 -0500 |
commit | 1a7d3f9fcb76a68540dd948f91413533a383bfde (patch) | |
tree | 867510a147cd095f19499d26b7c02d27de4cae9d /build_opts/X86_MOESI_AMD_Base | |
parent | 28e353e0403ea379d244a418e8dc8ee0b48187cf (diff) | |
download | gem5-1a7d3f9fcb76a68540dd948f91413533a383bfde.tar.xz |
gpu-compute: AMD's baseline GPU model
Diffstat (limited to 'build_opts/X86_MOESI_AMD_Base')
-rw-r--r-- | build_opts/X86_MOESI_AMD_Base | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build_opts/X86_MOESI_AMD_Base b/build_opts/X86_MOESI_AMD_Base new file mode 100644 index 000000000..e85f36d82 --- /dev/null +++ b/build_opts/X86_MOESI_AMD_Base @@ -0,0 +1,3 @@ +PROTOCOL = 'MOESI_AMD_Base' +TARGET_ISA = 'x86' +CPU_MODELS = 'AtomicSimpleCPU,O3CPU,TimingSimpleCPU'
\ No newline at end of file |