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

/gem5/configs/example/
H A Dmemcheck.py169 proto_l1 = Cache(size = '32kB', assoc = 4, variable
174 proto_l1.mshrs = 1
176 proto_l1.mshrs = 4
179 proto_l1.prefetcher = TaggedPrefetcher()
181 proto_l1.prefetcher = StridePrefetcher()
183 cache_proto = [proto_l1]
237 global next_subsys_index, proto_l1, testerspec, proto_tester
269 tester_caches = [proto_l1() for i in range(ntesters)]
H A Dmemtest.py183 proto_l1 = Cache(size = '32kB', assoc = 4, variable
189 proto_l1.mshrs = 1
191 proto_l1.mshrs = 4
193 cache_proto = [proto_l1]
240 global next_subsys_index, proto_l1, testerspec, proto_tester
277 tester_caches = [proto_l1() for i in range(ntesters)]

Completed in 5 milliseconds