Difference between revisions of "L0I"

From Vlsiwiki
Jump to: navigation, search
(New page: Level 0 Instruction Cache is accessed from the processor with only reads. It is a blocking cache. A miss blocks all the newer requests. While there is a miss, incoming requests are buffere...)
 
Line 1: Line 1:
 +
== Functionality Description ==
 +
 
Level 0 Instruction Cache is accessed from the processor with only reads. It is a blocking cache. A miss blocks all the newer requests. While there is a miss, incoming requests are buffered and replayed later by the cache.
 
Level 0 Instruction Cache is accessed from the processor with only reads. It is a blocking cache. A miss blocks all the newer requests. While there is a miss, incoming requests are buffered and replayed later by the cache.
 +
 +
{|

Revision as of 20:13, 30 May 2009

Functionality Description

Level 0 Instruction Cache is accessed from the processor with only reads. It is a blocking cache. A miss blocks all the newer requests. While there is a miss, incoming requests are buffered and replayed later by the cache.