MMU description » History » Revision 2
Revision 1 (Taya Sergeeva, 01/28/2013 04:26 PM) → Revision 2/132 (Taya Sergeeva, 01/29/2013 01:01 PM)
h1. MMU description 1. Documentation with examples There is an example of buffer which can be loaded to the MMU translator: /**********************************************************/ address PA { width = 40 } buffer L1 { sets = 4 lines = 128 line = (tag:30 data:256) index(addr:PA) = addr<9**8> match(addr:PA) = line.tag == addr<39**10> policy = lru } /**********************************************************/ 2. Scheme of the translation