Add FULL_SYSTEM check to example/fs.py.
--HG-- extra : convert_revision : 4cab46e73f29d2c9d24d9c0c847d598bf6d5c389
This commit is contained in:
parent
b0bf1e84e4
commit
8bc3c2b192
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ from FSConfig import *
|
||||||
from SysPaths import *
|
from SysPaths import *
|
||||||
from Benchmarks 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 = optparse.OptionParser()
|
||||||
|
|
||||||
parser.add_option("-d", "--detailed", action="store_true")
|
parser.add_option("-d", "--detailed", action="store_true")
|
||||||
|
|
Loading…
Reference in a new issue