文件名称:ullrru_news
介绍说明--下载内容均来自于网络,请自行研究使用
使用LRU替换算法。这种算法选择最久没有被访问的块作为被替换的块。为了实现LRU算法,要在块块表中为每一块设置一个计数器(cnt0,cnt1,cnt2,cnt3,)。计数器的长度为2位。
-Use LRU replacement algorithm. This algorithm to select the block as most long time no visit is to replace the block. In order to achieve the LRU algorithm in horizontal table for each one to set up a counter (cnt0, cnt1, cnt2, cnt3,,). The length of the counter 2.
-Use LRU replacement algorithm. This algorithm to select the block as most long time no visit is to replace the block. In order to achieve the LRU algorithm in horizontal table for each one to set up a counter (cnt0, cnt1, cnt2, cnt3,,). The length of the counter 2.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ullrru_news\lru_new.v
ullrru_news
ullrru_news