博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
device attributes 的G,R,E的解释
阅读量:4214 次
发布时间:2019-05-26

本文共 1052 字,大约阅读时间需要 3 分钟。

The three device attributes are G, R, and E, with the following definitions:Gathering (G/nG)- Determines whether multiple accesses can be merged into a single bus transaction- nG: Number/size of accesses on the bus = number/size of accesses in codeReordering (R/nR)- Determines whether accesses to the same device can be reordered- nR: Accesses to the same IMPLEMENTATION DEFINED block size will appear on the bus in program orderEarly Write Acknowledgement (E/nE)- Indicates to the memory system whether a buffer can send acknowledgements- nE: The response should come from the end slave, not buffering in the interconnectSo with the above said:Device-nGRE is device memory where Reordering and Early Write Acknowledgements are allowed, but multiple accesses cannot be merged into a single bus transactionDevice-nGnRE is device memory where Early Write Acknowledgements are allowed, but multiple accesses cannot be merged into a single bus transaction, and accesses to the same IMPLEMENTATION DEFINED block size will appear on the bus in program order

 

转载地址:http://tinmi.baihongyu.com/

你可能感兴趣的文章
SiteScope - Agentless监控
查看>>
欢迎加入【亿能测试快讯】邮件列表!
查看>>
为什么我们的自动化测试“要”这么难
查看>>
LoadRunner性能脚本开发实战训练
查看>>
测试之途,前途?钱途?图何?
查看>>
通过FTP服务的winsockes录制脚本
查看>>
LRwinsocket协议测试AAA服务器
查看>>
Net远程管理实验
查看>>
反病毒专家谈虚拟机技术 面临两大技术难题
查看>>
几种典型的反病毒技术:特征码技术、覆盖法技术等
查看>>
Software Security Testing软件安全测试
查看>>
论文浅尝 | 通过共享表示和结构化预测进行事件和事件时序关系的联合抽取
查看>>
论文浅尝 | GMNN: Graph Markov Neural Networks
查看>>
廖雪峰Python教程 学习笔记3 hello.py
查看>>
从内核看epoll的实现(基于5.9.9)
查看>>
python与正则表达式
查看>>
安装.Net Framework 4.7.2时出现“不受信任提供程序信任的根证书中终止”的解决方法
查看>>
input type=“button“与input type=“submit“的区别
查看>>
解决Github代码下载慢问题!
查看>>
LeetCode-栈|双指针-42. 接雨水
查看>>