Searched refs:L3Cache (Results 1 - 6 of 6) sorted by relevance

/gem5/configs/dram/
H A Dlat_mem_rd.py268 class L3Cache(Cache): class in inherits:Cache
290 system.l3cache = L3Cache(size = '4MB', clusivity = 'mostly_excl')
/gem5/configs/ruby/
H A DMOESI_AMD_Base.py131 class L3Cache(RubyCache): class in inherits:RubyCache
151 self.L3cache = L3Cache()
179 self.L3CacheMemory = L3Cache()
H A DGPU_VIPER_Region.py237 class L3Cache(RubyCache): class in inherits:RubyCache
257 self.L3cache = L3Cache()
299 self.L3CacheMemory = L3Cache()
H A DGPU_VIPER_Baseline.py238 class L3Cache(RubyCache): class in inherits:RubyCache
276 self.L3cache = L3Cache()
309 self.L3CacheMemory = L3Cache()
H A DGPU_RfO.py335 class L3Cache(RubyCache): class in inherits:RubyCache
355 self.L3cache = L3Cache()
383 self.L3CacheMemory = L3Cache()
H A DGPU_VIPER.py277 class L3Cache(RubyCache): class in inherits:RubyCache
297 self.L3cache = L3Cache()
334 self.L3CacheMemory = L3Cache()

Completed in 16 milliseconds