Searched refs:root (Results 126 - 150 of 184) sorted by relevance

12345678

/gem5/tests/configs/
H A Dsimple-timing-mp-ruby.py94 root = Root( full_system=False, system = system ) variable
95 root.system.mem_mode = 'timing'
H A Dt1000-simple-atomic.py57 root = Root(full_system=True, system=system) variable
H A Dmemtest-ruby.py117 root = Root(full_system = False, system = system) variable
118 root.system.mem_mode = 'timing'
H A Drubytest-ruby.py126 root = Root(full_system = False, system = system ) variable
127 root.system.mem_mode = 'timing'
H A Dgpu-randomtest-ruby.py141 root = Root(full_system = False, system = system ) variable
142 root.system.mem_mode = 'timing'
H A Dcheckpoint.py88 def run_test(root, interval=0.5, max_checkpoints=5):
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py132 root = Root(full_system = True,
135 root = bL.build(options)
136 addEthernet(root.system, options)
/gem5/util/tlm/conf/
H A Dtlm_master.py73 root = Root(full_system = False, system = system) variable
H A Dtlm_elastic_slave.py120 root = Root(full_system = False, system = system) variable
121 root.system.mem_mode = 'timing'
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dconfig.py54 root = Root(full_system=True, systemc_kernel=kernel) variable
/gem5/tests/
H A Drun.py140 def run_test(root):
250 if hasattr(root, sysattr):
251 initCPUs(getattr(root, sysattr))
253 run_test(root)
/gem5/configs/learning_gem5/part3/
H A Druby_test.py72 # set up the root SimObject and start the simulation
73 root = Root(full_system = False, system = system) variable
H A Dsimple_ruby.py105 # set up the root SimObject and start the simulation
106 root = Root(full_system = False, system = system) variable
/gem5/util/tlm/examples/
H A Dtlm_elastic_slave_with_l2.py130 root = Root(full_system = False, system = system) variable
131 root.system.mem_mode = 'timing'
/gem5/configs/example/
H A Detrace_replay.py126 root = Root(full_system = False, system = system) variable
127 Simulation.run(options, root, system, FutureClass)
H A Dhmctest.py92 # set up the root SimObject
93 root = Root(full_system=False, system=system)
94 return root
104 root = build_system(options)
H A Druby_direct_test.py124 root = Root( full_system = False, system = system ) variable
125 root.system.mem_mode = 'timing'
H A Druby_random_test.py152 root = Root( full_system = False, system = system ) variable
153 root.system.mem_mode = 'timing'
H A Dmemtest.py319 root = Root(full_system = False, system = system) variable
321 root.system.mem_mode = 'atomic'
323 root.system.mem_mode = 'timing'
327 root.system.system_port = last_subsys.xbar.slave
H A Dmemcheck.py305 root = Root(full_system = False, system = system) variable
307 root.system.mem_mode = 'atomic'
309 root.system.mem_mode = 'timing'
313 root.system.system_port = last_subsys.xbar.slave
H A Dhmc_hello.py83 # set up the root SimObject
84 root = Root(full_system=False, system=system) variable
/gem5/ext/testlib/
H A Dloader.py180 def load_root(self, root):
182 Load files from the given root directory which match
188 for directory in self._discover_files(root):
286 def _discover_files(self, root):
288 Recurse down from the given root directory returning a list of
293 for root, dirnames, filenames in os.walk(root):
297 filepaths = [os.path.join(root, filename) \
/gem5/ext/mcpat/regression/
H A Dverify_output.py51 root = None variable
187 if root is None:
188 root = new_node
205 not curr_node is root):
236 curr_node = root
/gem5/src/python/m5/util/
H A Ddot_writer.py51 # with the top-most SimObject (namely root but not necessarily), the
54 # recursivly, traversing all children of the given root.
86 label = "root"
296 label = "root"
343 def do_dot(root, outdir, dotFilename):
351 dot_create_nodes(root, callgraph)
352 dot_create_edges(root, callgraph)
363 def do_dvfs_dot(root, outdir, dotFilename):
371 dot_create_dvfs_nodes(root, dvfsgraph)
372 dot_create_edges(root, dvfsgrap
[all...]
H A Ddot_writer_ruby.py122 def do_ruby_dot(root, outdir, dotFilename):
128 for obj in root.descendants():

Completed in 23 milliseconds

12345678