楼主:
Transfat (Transfat)
2016-12-25 22:47:57http://imgur.com/a/2Al15
想问(2)小题,我已经算出来Main memory no. 和 tag 和 index ,但怎么判断是不是Hit
或miss呢?
我的数据
word address M.M block no. tag index
3 0 0 0
118 29 0 29
43 10 0 10
1026 256 1 0
191 47 0 47
1064 266 1 10
2 0 0 0
40 10 0 10
和第(5)小题的“What is the AMAT if TLB is a miss without page fault, assuming
the cache is still hit?" 是?
谢谢
作者: aa06697 (todo se andarà) 2016-12-26 13:50:00
5的流程是先取address再取data,address先去TLB取 会miss在去page table取 此时page hit,取得address后先去cache取data 并且cache hit 依照以上流程算出时间即可