projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0bf1e8
)
Add FULL_SYSTEM check to example/fs.py.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Tue, 29 Aug 2006 21:36:35 +0000
(14:36 -0700)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Tue, 29 Aug 2006 21:36:35 +0000
(14:36 -0700)
--HG--
extra : convert_revision :
4cab46e73f29d2c9d24d9c0c847d598bf6d5c389
configs/example/fs.py
patch
|
blob
|
history
diff --git
a/configs/example/fs.py
b/configs/example/fs.py
index 312a96d386c847121a801e6137db1029bedf6068..71c5961efd06c5471a73b88d6af541ded093319e 100644
(file)
--- a/
configs/example/fs.py
+++ b/
configs/example/fs.py
@@
-35,6
+35,9
@@
from FSConfig import *
from SysPaths import *
from Benchmarks import *
+if not m5.build_env['FULL_SYSTEM']:
+ m5.panic("This script requires full-system mode (ALPHA_FS).")
+
parser = optparse.OptionParser()
parser.add_option("-d", "--detailed", action="store_true")