Searched defs:cachespec (Results 1 - 2 of 2) sorted by relevance

/gem5/configs/example/
H A Dmemtest.py140 cachespec = [random.randint(1, 3) for i in range(tree_depth)] variable
149 cachespec = [int(x) for x in options.caches.split(':')] variable
[all...]
H A Dmemcheck.py122 cachespec = [random.randint(1, 3) for i in range(tree_depth)] variable
128 cachespec = [int(x) for x in options.caches.split(':')] variable
[all...]

Completed in 6 milliseconds