Searched refs:groups (Results 1 - 12 of 12) sorted by relevance

/gem5/util/plot_dram/
H A Ddram_sweep_plot.py92 burst_size = int(match.groups(0)[0])
93 banks = int(match.groups(0)[1])
94 max_size = int(match.groups(0)[2])
111 bus_util.append(float(match.groups(0)[0]))
115 peak_bw.append(float(match.groups(0)[0]))
119 avg_pwr.append(float(match.groups(0)[0]))
166 # the values in the util are banks major, so we see groups for each
H A Ddram_lat_mem_rd_plot.py85 iterations = int(match.groups(0)[0])
99 raw_rd_lat.append(float(match.groups(0)[0]) / 1000)
/gem5/src/python/m5/util/
H A Djobfile.py194 print('groups: %s' % [ g.name for g in self._groups ])
307 def groups(self): member in class:Configuration
315 def sortgroups(self, groups):
316 groups = [ (grp._number, grp) for grp in groups ]
317 groups.sort()
318 return [ grp[1] for grp in groups ]
320 def options(self, groups=None, checkpoint=False):
321 if groups is None:
322 groups
[all...]
/gem5/util/minorview/
H A Dparse.py85 name, rest, value = pair.groups()
H A Dmodel.py116 elems = m.groups()
192 newPC, id = m.groups()
236 self.direc, id = re.match('^([RW]);([^;]*);.*$', string).groups()
772 event_time = match.groups()
789 event_time, unit, line_type, rest = match.groups()
1049 line_wo_backslash, = extend_match.groups()
1094 name, defn = macro_match.groups()
1097 char, unit, pairs = line_match.groups()
/gem5/util/stats/
H A Doutput.py72 confgroups = self.jobfile.groups()
77 groups = []
86 groups.append(group)
108 for options in self.jobfile.options(groups):
/gem5/site_scons/site_tools/
H A Dmercurial.py113 hook, check = m_hook.groups()
/gem5/util/
H A Dfind_copyrights.py106 f,l = [ int(d) for d in match.groups() ]
135 c,dates,owner = match.groups()
/gem5/util/style/
H A Dsort_includes.py102 return m.groups() if m else (None, ) * 3
139 base, ext = m.groups()
/gem5/src/gpu-compute/
H A Dlds_state.cc126 int groups = (parent->wfSize() > numBanks) ? local
128 for (int i = 0; i < groups; i++) {
/gem5/configs/example/
H A Dread_config.py147 object_name, port_name, whole_index, index = m.groups()
272 peer, peer_port, whole_index, index = m.groups()
/gem5/src/arch/
H A Disa_parser.py1143 op = match.groups()
1144 # regexp groups are operand full name, base, and extension
1313 op = match.groups()
1314 # regexp groups are operand full name, base, and extension
2607 # groups are returned (base and ext, not full name as above).

Completed in 28 milliseconds