Searched refs:full_path (Results 1 - 4 of 4) sorted by relevance

/gem5/src/python/m5/util/
H A Ddot_writer.py89 full_path = re.sub('\.', '_', simNode.path())
94 cluster = dot_create_cluster(simNode, full_path, label)
100 full_port_name = full_path + "_" + port_name
115 full_path = re.sub('\.', '_', simNode.path())
116 full_port_name = full_path + "_" + port_name
149 def dot_create_cluster(simNode, full_path, label):
162 full_path, \
174 def dot_create_node(simNode, full_path, label):
176 full_path, \
281 full_path
[all...]
H A Ddot_writer_ruby.py52 def _dot_create_router_node(full_path, label):
54 full_path, \
65 def _dot_create_ctrl_node(full_path, label):
67 full_path, \
/gem5/src/systemc/tests/
H A Dverify.py94 def full_path(self): member in class:Test
130 targets = list([test.full_path() for test in tests])
166 os.path.abspath(test.full_path()),
420 if os.path.exists(test.full_path()):
/gem5/configs/example/
H A Dapu_se.py366 full_path = os.path.join(base, rel_path)
367 if test(full_path):
368 return full_path

Completed in 11 milliseconds