Searched refs:testerspec (Results 1 - 2 of 2) sorted by relevance

/gem5/configs/example/
H A Dmemtest.py119 def numtesters(cachespec, testerspec):
127 for t, m in zip(testerspec, multiplier):
141 testerspec = [random.randint(1, 3) for i in range(tree_depth + 1)] variable
142 if numtesters(cachespec, testerspec) < block_size:
146 "-t", ':'.join(map(str, testerspec)))
150 testerspec = [int(x) for x in options.testers.split(':')] variable
159 if len(cachespec) != len(testerspec) - 1:
163 if testerspec[-1] == 0:
167 for t in testerspec:
177 if numtesters(cachespec, testerspec) > block_siz
[all...]
H A Dmemcheck.py123 testerspec = [random.randint(1, 3) for i in range(tree_depth + 1)] variable
125 "-t", ':'.join(map(str, testerspec)))
129 testerspec = [int(x) for x in options.testers.split(':')] variable
138 if len(cachespec) != len(testerspec) - 1:
142 if testerspec[-1] == 0:
146 for t in testerspec:
165 for t, m in zip(testerspec, multiplier):
237 global next_subsys_index, proto_l1, testerspec, proto_tester
248 ntesters = testerspec[len(cachespec) - level]

Completed in 6 milliseconds