diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-05-21 11:04:24 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-05-21 11:04:24 -0400 |
commit | 107cf2ed52531fcf3d72d616d8597121044e987b (patch) | |
tree | b52c5c537182cce50781a681ed9c76ad28755321 | |
parent | b3d0a01eb3eb8b2025fc0704ef675bc677961e78 (diff) | |
download | gem5-107cf2ed52531fcf3d72d616d8597121044e987b.tar.xz |
build_opts: update ALPHA_FS cpu models
-rw-r--r-- | build_opts/ALPHA_FS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_opts/ALPHA_FS b/build_opts/ALPHA_FS index a2ab67178..e69cff04b 100644 --- a/build_opts/ALPHA_FS +++ b/build_opts/ALPHA_FS @@ -1 +1,3 @@ +TARGET_ISA = 'alpha' FULL_SYSTEM = 1 +CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU,O3CPU' |