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

/gem5/configs/ruby/
H A DMESI_Three_Level.py43 class L0Cache(RubyCache): pass class in inherits:RubyCache
92 l0i_cache = L0Cache(size = '4096B', assoc = 1, is_icache = True,
96 l0d_cache = L0Cache(size = '4096B', assoc = 1, is_icache = False,

Completed in 2 milliseconds