diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2012-01-28 07:24:53 -0800 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2012-01-28 07:24:53 -0800 |
commit | 278353e01d87b875d58e59c46e40b2d9472ad15f (patch) | |
tree | cadcdd750b666351547dc735f601021d7328a448 /build_opts/ARM_SE | |
parent | d7f71bf424f2ccb87366b4f464e657a185abe414 (diff) | |
download | gem5-278353e01d87b875d58e59c46e40b2d9472ad15f.tar.xz |
SE/FS: Pull FULL_SYSTEM out of the build_opts files
--HG--
rename : build_opts/ALPHA_FS => build_opts/ALPHA
rename : build_opts/ALPHA_SE_MESI_CMP_directory => build_opts/ALPHA_MESI_CMP_directory
rename : build_opts/ALPHA_SE_MOESI_CMP_directory => build_opts/ALPHA_MOESI_CMP_directory
rename : build_opts/ALPHA_SE_MOESI_CMP_token => build_opts/ALPHA_MOESI_CMP_token
rename : build_opts/ALPHA_SE_MOESI_hammer => build_opts/ALPHA_MOESI_hammer
rename : build_opts/ALPHA_SE_Network_test => build_opts/ALPHA_Network_test
rename : build_opts/ARM_FS => build_opts/ARM
rename : build_opts/MIPS_SE => build_opts/MIPS
rename : build_opts/POWER_SE => build_opts/POWER
rename : build_opts/SPARC_FS => build_opts/SPARC
rename : build_opts/X86_FS => build_opts/X86
Diffstat (limited to 'build_opts/ARM_SE')
-rw-r--r-- | build_opts/ARM_SE | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build_opts/ARM_SE b/build_opts/ARM_SE deleted file mode 100644 index 1d89b87a3..000000000 --- a/build_opts/ARM_SE +++ /dev/null @@ -1,4 +0,0 @@ -TARGET_ISA = 'arm' -FULL_SYSTEM = 0 -CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' -PROTOCOL = 'MI_example' |