Searched refs:script (Results 1 - 13 of 13) sorted by relevance

/gem5/configs/common/
H A DBenchmarks.py32 from .SysPaths import script, disk, binary
37 def __init__(self, script=None, mem=None, disk=None, rootdev=None,
39 self.scriptname = script
45 def script(self): member in class:SysConfig
47 return script(self.scriptname)
H A DSysPaths.py75 script = PathSearchFunc('boot', sys_paths=[config_root]) variable
H A DFSConfig.py78 kwargs.setdefault('script', mdesc.script())
92 self.readfile = mdesc.script()
158 self.readfile = mdesc.script()
223 self.readfile = mdesc.script()
254 # storage controller to be added from the config script.
409 self.readfile = mdesc.script()
505 self.readfile = mdesc.script()
/gem5/util/batch/
H A Dbatch.py113 def build(self, script, args = []):
117 print "script:", script
127 if script[0] != "/":
128 self.script = os.getcwd()
130 self.script = script
133 self.cmd.append(self.script)
178 def build(self, script, args = []):
233 self.script
[all...]
H A Dsend.py251 script = joinpath(rootdir, 'Base', 'job.py') variable
286 qsub.build(script)
/gem5/site_scons/site_tools/
H A Dgit.py50 This script will now install the hook in your .git/hooks/ directory.
66 def hook_install(hook_name, script):
88 os.path.realpath(script.get_abspath()),
91 script_path = script.get_abspath()
/gem5/util/maint/
H A Dcreate_patches.sh62 This script creates a series of patches suitable from upstream
63 consumption from a git branch. By default, the script works on the
64 currently checked out branch (HEAD). When invoked, the script executes
/gem5/configs/example/arm/
H A Dstarter_fs.py41 """This script is the full system example script from the ARM
97 if args.script and not os.path.isfile(args.script):
98 print("Error: Bootscript %s does not exist" % args.script)
110 readfile=args.script)
208 parser.add_argument("--script", type=str, default="",
/gem5/util/pbs/
H A Dpbs.py111 def build(self, script, args = []):
166 self.script = script
167 self.command = ' '.join(self.cmd + [ self.script ])
170 pbs = MyPOpen(self.cmd + [ self.script ])
178 ssh = MyPOpen(cmd, input = self.script)
/gem5/util/dist/test/
H A Dtest-2nodes-AArch64.sh42 # This is an example script to start a dist gem5 simulations using
79 --script=$BOOT_SCRIPT \
/gem5/configs/example/
H A Dhmctest.py36 Right now this script supports only 4.\nDefault: 4")
40 file. Note: this script uses the same configuration\
H A Dfs.py132 if options.script is not None:
133 test_sys.readfile = options.script
312 print("Error: script doesn't take any positional arguments")
/gem5/tests/testing/
H A Dtests.py70 # When discovering available test cases, this script look uses the
264 self.script = os.path.join(_test_base, "run.py")
286 self.script,

Completed in 17 milliseconds