欢迎访问ic37.com |
会员登录 免费注册
发布采购

30144-23 参数 Datasheet PDF下载

30144-23图片预览
型号: 30144-23
PDF下载: 下载PDF文件 查看货源
内容描述: 的Geode ™ GXLV处理器系列的低功耗X86集成解决方案 [Geode⑩ GXLV Processor Series Low Power Integrated x86 Solutions]
分类和应用: 微控制器和处理器外围集成电路微处理器时钟
文件页数/大小: 247 页 / 4117 K
品牌: NSC [ National Semiconductor ]
 浏览型号30144-23的Datasheet PDF文件第57页浏览型号30144-23的Datasheet PDF文件第58页浏览型号30144-23的Datasheet PDF文件第59页浏览型号30144-23的Datasheet PDF文件第60页浏览型号30144-23的Datasheet PDF文件第62页浏览型号30144-23的Datasheet PDF文件第63页浏览型号30144-23的Datasheet PDF文件第64页浏览型号30144-23的Datasheet PDF文件第65页  
Processor Programming (Continued)  
There are five types of test operations that can be exe-  
cuted:  
times. Once the fill buffer holds a complete cache line of  
data (16 bytes), a cache write operation transfers the data  
from the fill buffer to the cache.  
Flush buffer read  
Fill buffer write  
Cache write  
Cache read  
Cache flush  
To read the contents of a cache line, a cache read opera-  
tion transfers the data in the selected cache line to the  
flush buffer. Once the flush buffer is loaded, access the  
contents of the flush buffer with four flush buffer read  
operations.  
These operations are described in detail in Table 3-18. To  
fill a cache line with data, the fill buffer must be written four  
Table 3-18. Cache Test Operations  
Test Operation  
Code Sequence  
MOV TR5, 0h  
Action Taken  
Flush Buffer Read  
Set DWORD = 0, control = 00 = flush buffer read.  
Flush buffer (31:0) --> dest.  
MOV dest,TR3  
MOV TR5, 4h  
Set DWORD = 1, control = 00 = flush buffer read.  
Flush buffer (63:32) --> dest.  
MOV dest,TR3  
MOV TR5, 8h  
Set DWORD = 2, control = 00 = flush buffer read.  
Flush buffer (95:64) --> dest.  
MOV dest,TR3  
MOV TR5, Ch  
Set DWORD = 3, control = 00 = flush buffer read.  
Flush buffer (127:96) --> dest.  
MOV dest,TR3  
Fill Buffer Write  
MOV TR5, 0h  
Set DWORD = 0, control = 00 = fill buffer write.  
Cache_data --> fill buffer (31:0).  
MOV TR3, cache_data  
MOV TR5, 4h  
Set DWORD = 1, control = 00 = fill buffer write.  
Cache_data --> fill buffer (63:32).  
MOV TR3, cache_data  
MOV TR5, 8h  
Set DWORD = 2, control = 00 = fill buffer write.  
Cache_data --> fill buffer (95:64).  
MOV TR3, cache_data  
MOV TR5, Ch  
Set DWORD = 3, control = 00 = fill buffer write.  
Cache_data --> fill buffer (127:96).  
MOV TR3, cache_data  
MOV TR4, cache_tag  
MOV TR5, line+set+control=01  
MOV TR5, line+set+control=10  
MOV dest, TR4  
Cache Write  
Cache Read  
Cache Flush  
Cache_tag --> tag address, valid and dirty bits.  
Fill buffer (127:0) --> cache line (127:0).  
Cache line (127:0) --> flush buffer (127:0).  
Cache line tag address, valid/LRU/dirty bits --> dest.  
Control = 11 = cache flush, all cache valid bits = 0.  
MOV TR5, 3h  
Revision 1.1  
61  
www.national.com  
 复制成功!