摘要:

In some embodiments, built-in self-test logic is provided for an integrated circuit (IC) device having memory controller logic to generate address and command information for accessing a memory device. Driver circuits are on-chip with the memory controller logic. The driver circuits have outputs that are coupled to on-chip signal pads, respectively. The BIST logic is coupled between the driver circuits and the controller logic. The BIST logic is to transmit, at speed, address and command information that has been generated by the controller logic using the driver circuits in a normal mode of operation for the device. In addition, the BIST logic is able to transmit, at speed, test symbols using the driver circuits in a test mode of operation for the IC device, during which a chip-to-chip connection between the IC device and another device is tested. Other embodiments are also described and claimed.

展开

signature=348a7ccbb9abe65fb90d6a0f44514435,Built-in self test for memory interconnect testing相关推荐

  1. 一篇文章读懂Unity内存 Understanding Memory on iOS

    孙广东   2018.5.26 Understanding Memory on iOS - What kind of memory? • Physical/Resident Memory • Grap ...

  2. Python数据类型之字符串

    一.基本数据类型 整数:int 字符串:str(注:\t等于一个tab键) 布尔值: bool 列表:list 列表用[] 元祖:tuple 元祖用() 字典:dict 注:所有的数据类型都存在想对应 ...

  3. anki卡片重复_如何在Anki中使用间隔重复来学习更快的编码

    anki卡片重复 by Steven Gilbert 史蒂文·吉尔伯特 如何在Anki中使用间隔重复来学习更快的编码 (How to use spaced repetition with Anki t ...

  4. 【译文】用Spring Cloud和Docker搭建微服务平台

    by Kenny Bastani Sunday, July 12, 2015 转自:http://www.kennybastani.com/2015/07/spring-cloud-docker-mi ...

  5. 繁忙SQL Server上的查询计划

    Yesterday I came across a question on one of SQL forums, that I may rephrase like: 昨天我在一个SQL论坛上遇到一个问 ...

  6. Uboot SPL的Boot模式选择(从MMC切换到SPI启动)

    目前主流的Uboot启动模式分为三级启动: 上电开机后,芯片Boot Rom的代码会被加载到内部的SRam运行,由于通常SRam的内存很小(几十K左右),这就决定了Boot Rom中的代码是做不了太多 ...

  7. 用arduino mega2560通过isp给 arduino uno烧录程序

    用arduino mega2560通过isp给 arduino uno烧录程序 一直想通过最基本的方式来烧录arduino程序,没有bootloader,不使用arduino IDE,基于avr-li ...

  8. Compound 治理——执行队列 TimeLock

    简介 对应的代码TimeLock.sol TimeLock.sol 直译为时间锁.其实是一个在solidity中实现的队列. 可以将代码加入队列,从队列中执行.执行方式为call调用.不支持重复调用, ...

  9. 用Spring Cloud和Docker搭建微服务平台

    This blog series will introduce you to some of the foundational concepts of building a microservice- ...

最新文章

  1. 透视 CES 2018:不容错过的四大科技趋势
  2. java 类型转换的原理
  3. python统计字符在文件中出现的次数_python字符串中字符出现次数(python获取字符串个数)...
  4. 问题描述 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 对于给定的由n行数字组成的数字三角形,计算从三角形的顶至底
  5. JS调用PHP 和 PHP调用JS的方法举例
  6. 神奇的G1——Java全新垃圾回收机制
  7. c语言生成1 100随机数求和,c语言 产生1~100随机数,输入一个数字,和第x个随机数一致的话,计算1~x个随机数的和...
  8. nu-book/zxing-cpp在windows7下的编译
  9. 台电 8G U盘通过量产程序实现USB-CDROM启动
  10. 进入市场之前该读哪些书?——来自知乎用户刘鹏程Sai.L的答案
  11. AutoCAD2013安装说明
  12. Google SketchUp Cookbook: (Chapter 3) Intersection Edges: Cutting and Trimming
  13. 企业微信Windows版本调试
  14. 寒假自学数学建模(2)相关系数
  15. leetcode-954. 二倍数对数组
  16. 创客匠人用户分组:用户定向运营,不浪费一滴流量
  17. 电子计算机进行会计核算 其会计,1. 使用电子计算机进行会计核算,其软件与其生成会计 ….doc...
  18. Codeforces Round #824 (Div. 2) C. Phase Shift
  19. gr-osmosdr的安装
  20. php转存百度云盘,[转]Linux定时备份数据到百度云盘

热门文章

  1. XXX packages are looking for funding run `npm fund` for details
  2. java中的Servlet
  3. 提高django model效率的几个小方法
  4. php 打印多维数组中的值,从多维数组php中提取值
  5. java文件读取的总结_java 读取文件方法的总结
  6. 3d人脸识别算法opencv_用Opencv打造自己的人脸识别
  7. 【算法】普里姆算法 Prim算法解决修路问题
  8. 【kafka】kafka Kafka分区leader迁移
  9. 【分布式ID】理解Snowflake算法的实现原理
  10. 【Elasticsearch】留意Elasticsearch 7.x 可能无法选主的问题