projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3204f96
)
Added ARM_SE as a build option.
author
Stephen Hines
<hines@cs.fsu.edu>
Tue, 19 Feb 2008 21:42:32 +0000
(16:42 -0500)
committer
Stephen Hines
<hines@cs.fsu.edu>
Tue, 19 Feb 2008 21:42:32 +0000
(16:42 -0500)
--HG--
extra : convert_revision :
905e3acfa58bd14f8101e29dadc0de71d23a79cc
build_opts/ARM_SE
[new file with mode: 0644]
patch
|
blob
diff --git a/build_opts/ARM_SE
b/build_opts/ARM_SE
new file mode 100644
(file)
index 0000000..
93770ac
--- /dev/null
+++ b/
build_opts/ARM_SE
@@ -0,0
+1,3
@@
+TARGET_ISA = 'arm'
+FULL_SYSTEM = 0
+CPU_MODELS = 'AtomicSimpleCPU,TimingSimpleCPU'