Searched refs:L1DCache (Results 1 - 5 of 5) sorted by relevance

/gem5/configs/learning_gem5/part1/
H A Dcaches.py93 class L1DCache(L1Cache): class in inherits:L1Cache
103 super(L1DCache, self).__init__(opts)
H A Dtwo_level.py100 system.cpu.dcache = L1DCache(opts)
/gem5/tests/gem5/cpu_tests/
H A Drun.py65 class L1DCache(L1Cache): class in inherits:L1Cache
140 system.cpu.l1d = L1DCache()
/gem5/configs/ruby/
H A DMOESI_AMD_Base.py69 class L1DCache(RubyCache): class in inherits:RubyCache
97 self.L1D0cache = L1DCache()
99 self.L1D1cache = L1DCache()
H A DGPU_RfO.py81 class L1DCache(RubyCache): class in inherits:RubyCache
110 self.L1D0cache = L1DCache()
112 self.L1D1cache = L1DCache()

Completed in 7 milliseconds