MEI card Spec

note that this assumes that the board routing has enough margins to allow for the operations of the MEI in the channel 5. In a burst of 8 or 4 can inject errors on every other burst line due to timing limitations. 6. The MEI due to additional trace length and connector may not work on all the slots on the board. 7. It is recommended that you only put 1 MEI in a given channel to avoid signal integrity issues. However on some boards with additional margin and MEI and DIMM in a 2 or 3 DIMM per channel will work (however there are no assurances).. 1..4.2 Functional Operation 3. Inject errors on a command and address combination. a. Inject errors on a read, write or read and write command at a specified address. Note that one needs to ensure that there is traffic at the desired address. On address definition the combinations include (note that in the initial release of the MEI the chip ID value will be a default value since it does not change on the platform): 4. The MEI can inject errors periodically for a specified length of time. Note that this feature should be used with caution since you do not want to run the MEI for too long due to heating (otherwise ensure you have sufficient cooling). If you are injecting very few errors for a short time then disarming for a length of time and repeating, that would be the ideal usage to avoid potential overheating. 1.6 The test items listed below is the complete list of hardware and software needed for the use of the MEI SUT with a way to verify erros are being injected. 2.1 The only additional software that may be needed in the system  under test is one that generate memory traffic. ii. Connect the USB cable to the MEI header and note that it is color coded for orientaition. v. Insert the MEI into the DIMM slot of interest. Ensure that if your system is not fully loaded you are following the correct DIMM installation configuration per platform. In some cases due to the MEI height in a system with risers you may need to remove the adjacent riser. vi. The power connector hangs from the back side of the MEI. The platform will either 2.1.2 Error injection The MEI operates by simply either raising or lowering a tate on a line - it cannot anticipate the statet of the line prior... it cannot toggle the state of the line (as that would be too intrusive and could affect timing such that the DDR bus could become corrupt). The ‘success count‘ is a count of the number of times that the MEI has a CA match and then either raises or lowers the state of the data line in an errort to force an error.

In the script line below the MEI is being programmed to raise the state of lane 2 in an attempt to perform a single bit error on lan 2... lane = xxxxx1xx Note here that MEI has no idea if lane 2 is high (1) or low(0) when it performs the ‘injection‘ - so if it was to be high when it was programmed to inject a ‘1‘ then the error would not be injected as the state on lane 2 would not be altered by MEI. This means that the actual errors reported by the platform will likely be lower than the MEI reported ‘success count‘.

时间: 2024-11-02 09:38:16

MEI card Spec的相关文章

作业六:团队项目——编写项目的Spec

1. Spec的目标 本游戏制作的目的是满足人们休闲的要求,在紧张的工作之余休闲类的小游戏能够给人带来最大程度的放松.也可以增进人们之间的 交流.沟通. 此说明书对<连连看>游戏做了分析,明确要开发的软件应该具有 的功能.性能与界面,使系统分 析人员及软件开发能清楚的了解用户的需求,并在此基础上进 一步提出概要设计说明书和完成后续设计与开发工作.本说明书的预期读者为 客户.业务或者 需求分析人员.测试人员.用户文档编写者.项目管理人员. 2. 项目的典型用户和场景 本游戏面对的典型用户是全体各

sdio card休眠处理 sdio card removed解决办法

最近调试几款sdio card suspend时都会出现sdio card removed,之后 要么死机要么模块不能正常工作,根本原因也就是休眠没有处理好. 昨天在博通网卡上终于找到了解决方法. 1:host端需要设置nonremovable,软件设置:mmc->caps |= MMC_CAP_NONREMOVABLE; 2:host端需要设置keep power,在sdio card suspend时 软件设 置:host->pm_flags | = MMC_PM_KEEP_POWER:

UESTC 31 饭卡(Card) --背包问题

背包问题. 思路:如果m<5,此时也不能消费,所以此时答案为m m>=5: 求出背包容量为m-5,买前n-1样便宜的菜(排个序)的最大价值(即最大消费,即消费完后剩余值最接近5)最后减去最大的那个菜的价格,就得到最小的余额. 代码: #include <iostream> #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> using n

hdu 4336 Card Collector

Card Collector http://acm.hdu.edu.cn/showproblem.php?pid=4336 Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Special Judge Problem Description In your childhood, do you crazy for collecting the beautiful cards in

jquery.js:8672 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user&#39;s experience. For more help, check https://xhr.spec.whatwg.org/.

html5谷歌流浪器报错:jquery.js:8672 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. 解决方法: 所有的a标签加上:javascript:void(0) <a href="

Using Android Phone to recover SD card formatted with DD command under linux

1. Formatted a sd card with dd command under linux 2.insert the sd card into an android phone,certainly the card is not find and used.. 3 reset the android phone with format sd card option. 4.the sd card is ok!

Secrets To Getting Amazon gift card codes To Complete Tasks Quickly And Efficiently

Amazon gift card are not as easy to get if you do not know how to complet a survey . Amazon gift card are difficult and as hard to combact with the survey . So please do not hurry you should try the new method to get free amazon gift card codes . For

Identity Card(水题)

Identity Card Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 2696    Accepted Submission(s): 1048 Problem Description Do you own an ID card?You must have a identity card number in your family'

hdu 5159 Card (期望)

Problem Description There are x cards on the desk, they are numbered from 1 to x. The score of the card which is numbered i(1<=i<=x) is i. Every round BieBie picks one card out of the x cards,then puts it back. He does the same operation for b round