JP2004334707A - Memory inspection device and memory inspection method - Google Patents

Memory inspection device and memory inspection method Download PDF

Info

Publication number
JP2004334707A
JP2004334707A JP2003132195A JP2003132195A JP2004334707A JP 2004334707 A JP2004334707 A JP 2004334707A JP 2003132195 A JP2003132195 A JP 2003132195A JP 2003132195 A JP2003132195 A JP 2003132195A JP 2004334707 A JP2004334707 A JP 2004334707A
Authority
JP
Japan
Prior art keywords
data
address
value
bus
memory inspection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2003132195A
Other languages
Japanese (ja)
Inventor
Yutaka Shinoda
豊 篠田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
MX Mobiling Ltd
Original Assignee
NEC Corp
MX Mobiling Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp, MX Mobiling Ltd filed Critical NEC Corp
Priority to JP2003132195A priority Critical patent/JP2004334707A/en
Publication of JP2004334707A publication Critical patent/JP2004334707A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a memory inspection device and memory inspection method for efficiently finding out a memory failure by imperfect connection of a data bus and an address bus. <P>SOLUTION: A DSP 2 writes specified data in a specified address of an SDRAM 3 connected to the N-bit address bus and the data bus followed by reading. At this time, when the read address is not matched to the data, a memory failure by the data bus is determined. The DSP 2 writes writing data all-0 in an address No. 0 followed by reading, and performs the processing of reading all the data from the specified address written previously and OR-operating all the data since then. According to this, the address bit position of the memory failure resulted from the address bus can be specified from the data finally calculated. As the determination method, a value 1 is present in a normal bit position, and a value 0 is present in a failure position. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、メモリ検査装置およびメモリ検査方法に関し、特に、データバスおよびアドレスバスによるメモリ不良を効率よくチェックするメモリ検査装置およびメモリ検査方法に関する。
【0002】
【従来の技術】
従来、基盤実装時のデータバスおよびアドレスバスの不完全な接続によるメモリ不良の発見に、メモリの全アドレスに対してすべて可能なパターン、オール1、オール0、オールA、オール5といったデータを読み書きし、不一致の場合アドレスやデータなどを通知するようにしていた。
【0003】
また、アドレスバス、データバスに起因するメモリチェックの従来技術として、特許文献1が開示するところのメモリのチェック方法があった。特許文献1では、メモリのアドレスのうち、1ビットのみが「1」で他のビットが全て「0」であるアドレスのメモリ領域全てに、そのアドレス中の「1」のビットの位置を示す期待値データを書き込んだ後、読み出し、書き込んだ期待値データと読み出したデータとを比較することによりアドレスバスの不良に起因するメモリ不良をチェックしていた。
【0004】
また、特許文献2が開示するところのメモリ制御装置及び状態検査方法では、アドレスラインおよびデータラインの電圧レベルを全て「L」レベル、あるいは、複数のラインのうちいずれか一の電圧レベルを順次「H」レベルとして、データ書き込み終了ごとにデータ読み出しを行い、書き込んだデータと読み出したデータとを比較することによりアドレスラインおよびデータラインの状態検査を行っていた。
【0005】
【特許文献1】
特開平10−161940号公報
【特許文献2】
特開平9−237230号公報
【0006】
【発明が解決しようとする課題】
しかしながら、メモリの全アドレスに対してすべて可能なパターン(オール1など)からなるデータを読み書きして、書き込んだデータと読み出したデータとを比較してメモリ不良を検出する従来技術では、以下のような問題点があった。
上記のような従来技術では、チェック時間はメモリ容量の増加とともに増え、またアドレスバスによるメモリ不良があったとしても検出できない場合があった。
例として、接続不良でアドレスビットA0とA1ビットが接続されている場合、A0ビットに「1」、つまりアドレス1番地にデータを書き込もうとしても、実際にはA1ビットもA0ビットに接続されているため、A1ビットもA0ビットと同じ値となり、アドレス11番地にデータが書きこまれてしまう。また、読み出し先もそのアドレス(アドレス11番地)を参照しているので、正常と判断し、アドレスバスの接続不良と判定できない可能性があった。
このように、メモリ不良の要因にはデータバス、アドレスバスの不完全な接続による原因もあるため、これらのチェックを強化し出荷前の基盤不良を特定する必要があった。
【0007】
また、特許文献1には、アドレスバスに起因するメモリチェック方法についてのみ記載されており、特許文献1記載の従来技術は、データバスおよびアドレスバス両方の接続不良をチェックするものではなかった。
【0008】
また、特許文献2では、データ書き込み先のアドレス値と、書き込むデータの値とが必ず一致するように設定されてはいなかった。
【0009】
本発明は、上記問題点に鑑みてなされたものであり、データバス、アドレスバスの不完全な接続によるメモリ不良の発見を効率的に行いメモリチェック時間の短縮を実現するメモリ検査装置およびメモリ検査方法を提供することを目的とする。
【0010】
【課題を解決するための手段】
かかる目的を達成するため、本発明は、データバスおよびアドレスバスを介してメモリと接続されているメモリ検査装置であって、Nビットからなるアドレスバスに対して1ビットのみが第1の値、その他のビット全てが第2の値としてアドレス値と書き込みデータ値を同じ値にし、特定のアドレスに特定のデータを書き込み、読み込んで比較を行って、データバスに起因するメモリチェックを行うことを特徴とする。
【0011】
また、本発明は、データバスおよびアドレスバスを介してメモリと接続されているメモリ検査装置であって、Nビットからなるアドレスバスにおける1ビットのみが第1の値、その他のビット全てが第2の値の各アドレスに対して、各アドレス値と同一の値のデータを書き込む第1のデータ書き込み手段と、第1のデータ書き込み手段により書き込まれた各アドレスのデータを読み込む第1のデータ読み込み手段と、データが書き込まれた各アドレスの値と、アドレスそれぞれから第1のデータ読み込み手段により読み込まれたデータとを比較するデータ比較手段と、データ比較手段により、アドレス値とアドレスから読み込まれたデータとが一致しなかったアドレスが存在すると判断された場合、データバスの接続が不良である旨の情報を送出するデータバス接続情報送出手段と、を有することを特徴とする。
【0012】
また、本発明によれば、データバス接続情報送出手段は、データと一致しなかったアドレス値で第1の値が存在する下位からの桁数分の、下位からのビットでデータバスの接続不良が存在する旨の情報を送出することを特徴とする。
【0013】
また、本発明によれば、第1の値は1であって、第2の値は0であることを特徴とする。
【0014】
また、本発明によれば、アドレスバスにおける全てのビットが第2の値のアドレスに対して、全ての桁が第2の値のデータを書き込む第2のデータ書き込み手段と、第1のデータ書き込み手段および第2のデータ書き込み手段により書き込まれたデータを読み込む第2のデータ読み込み手段と、第2のデータ読み込み手段により読み込まれたデータ全てに対してOR演算を行うOR演算手段と、OR演算手段による算出値に、第2の値の桁が存在する場合、アドレスバスの接続が不良である旨の情報を送出するアドレスバス接続情報送出手段と、を有することを特徴とする。
【0015】
また、本発明によれば、第1の値は0であって、第2の値は1であることを特徴とする。
【0016】
また、本発明によれば、アドレスバスにおける全てのビットが第2の値のアドレスに対して、全ての桁が第2の値のデータを書き込む第2のデータ書き込み手段と、第1のデータ書き込み手段および第2のデータ書き込み手段により書き込まれたデータを読み込む第2のデータ読み込み手段と、第2のデータ読み込み手段により読み込まれたデータ全てに対してAND演算を行うAND演算手段と、AND演算手段による算出値に、第2の値の桁が存在する場合、アドレスバスの接続が不良である旨の情報を送出するアドレスバス接続情報送出手段と、を有することを特徴とする。
【0017】
また、本発明によれば、アドレスバス接続情報送出手段は、算出値における第2の値が存在する桁の下位からの桁数分の、下位からのビットでアドレスバスの接続不良が存在する旨の情報を送出することを特徴とする。
【0018】
また、本発明は、データバスおよびアドレスバスを介してメモリと接続されているメモリ検査装置を用いたメモリ検査方法であって、メモリ検査装置が、Nビットからなるアドレスバスに対して1ビットのみが第1の値、その他のビット全てが第2の値としてアドレス値と書き込みデータ値を同じ値にし、特定のアドレスに特定のデータを書き込み、読み込んで比較を行って、データバスに起因するメモリチェックを行うことを特徴とする。
【0019】
また、本発明は、データバスおよびアドレスバスを介してメモリと接続されているメモリ検査装置を用いたメモリ検査方法であって、メモリ検査装置が、Nビットからなるアドレスバスにおける1ビットのみが第1の値、その他のビット全てが第2の値の各アドレスに対して、各アドレス値と同一の値のデータを書き込む第1のデータ書き込み工程と、メモリ検査装置が、第1のデータ書き込み工程により書き込んだ各アドレスのデータを読み込む第1のデータ読み込み工程と、メモリ検査装置が、データを書き込んだ各アドレスの値と、アドレスそれぞれから第1のデータ読み込み工程により読み込んだデータとを比較するデータ比較工程と、メモリ検査装置が、データ比較工程により、アドレス値とアドレスから読み込まれたデータとが一致しなかったアドレスが存在すると判断した場合、データバスの接続が不良である旨の情報を送出するデータバス接続情報送出工程と、を有することを特徴とする。
【0020】
また、本発明によれば、データバス接続情報送出工程は、メモリ検査装置が、データと一致しなかったアドレス値で第1の値が存在する下位からの桁数分の、下位からのビットでデータバスの接続不良が存在する旨の情報を送出することを特徴とする。
【0021】
また、本発明によれば、第1の値は1であって、第2の値は0であることを特徴とする。
【0022】
また、本発明によれば、メモリ検査装置が、アドレスバスにおける全てのビットが第2の値のアドレスに対して、全ての桁が第2の値のデータを書き込む第2のデータ書き込み工程と、メモリ検査装置が、第1のデータ書き込み工程および第2のデータ書き込み工程により書き込んだデータを読み込む第2のデータ読み込み工程と、メモリ検査装置が、第2のデータ読み込み工程により読み込んだデータ全てに対してOR演算を行うOR演算工程と、メモリ検査装置が、OR演算工程による算出値に、第2の値の桁が存在すると判断した場合、アドレスバスの接続が不良である旨の情報を送出するアドレスバス接続情報送出工程と、を有することを特徴とする。
【0023】
また、本発明によれば、第1の値は0であって、第2の値は1であることを特徴とする。
【0024】
また、本発明によれば、メモリ検査装置が、アドレスバスにおける全てのビットが第2の値のアドレスに対して、全ての桁が第2の値のデータを書き込む第2のデータ書き込み工程と、メモリ検査装置が、第1のデータ書き込み工程および第2のデータ書き込み工程により書き込んだデータを読み込む第2のデータ読み込み工程と、メモリ検査装置が、第2のデータ読み込み工程により読み込んだデータ全てに対してAND演算を行うAND演算工程と、メモリ検査装置が、AND演算工程による算出値に、第2の値の桁が存在すると判断した場合、アドレスバスの接続が不良である旨の情報を送出するアドレスバス接続情報送出工程と、を有することを特徴とする。
【0025】
また、本発明によれば、アドレスバス接続情報送出工程は、メモリ検査装置が、算出値における第2の値が存在する桁の下位からの桁数分の、下位からのビットでアドレスバスの接続不良が存在する旨の情報を送出することを特徴とする。
【0026】
また、本発明によれば、Nビットのアドレスバス、データバスに接続されているメモリに対して、特定のアドレスに特定のデータを書き込み読み込みを行う。このときに読み込みアドレスとデータが一致しなければデータバスによるメモリ不良と判定する。次にアドレス0番地に書き込みデータ、オール0を書き込んで読み込みを行い、以降先程書き込んだ特定のアドレスから全てのデータを読み込んで、そのデータ全てをOR演算する処理を行う。
これらを行うことにより最終的に計算されたデータからアドレスバスに起因するメモリ不良のアドレスビット位置が特定できる。判定方法として、正常ビット箇所には値1が不良箇所では値0がたっている。
【0027】
【発明の実施の形態】
<第1の実施形態>
(第1の実施形態の構成)
図1は、本発明の第1の実施形態におけるメモリ検査システムの構成を示す図である。
図1に示されているように、メモリ検査システムは、表示端末1と、DSP(Digital Signal Processor)2と、SDRAM(Random Access Memory)3とを有する。
【0028】
表示端末1は、試験の開始を行うメッセージ及び結果を表示するPC(Personal Computer)などの情報処理装置である。
【0029】
DSP2は、あらかじめ試験を行うためのプログラムを内部に保持するプロセッサであって、メモリ検査装置として機能する。DSP2は、ネットワークを介して接続されている表示端末1からの試験開始命令を受けることによりSDRAM3に対して試験を行い、その結果を表示端末1へ返す。なお、DSP2は、汎用MPU(Microprocessing Unit)などの他の種類の情報処理機器であってもよい。
【0030】
SDRAM3は、DSP2によるメモリ不良の検査対象の記憶媒体である。また、DSP2とSDRAM3とは、コントロールバス、アドレスバス、およびデータバスで接続されている。なお、SDRAM3は、ランダムアクセス可能なメモリであれば他のものであってもよい。
【0031】
(第1の実施形態の動作)
図2および図3は、本発明の第1の実施形態におけるDSP2による処理の流れを示すフローチャートである。以下、図1を用い、図2および図3に沿って、DSP2が自身に保持するプログラムにより実行する処理について説明する。
【0032】
まず試験を開始すると、DSP2は、DSP2−SDRAM3間のデータバスのチェックを行う。
実際の処理としては、DSP2は、書き込み先アドレスをアドレスA=1番地に設定し(ステップS1)、アドレスと同じ数値書き込みデータWD=1のデータを設定し(ステップS2)、論理値が「1」となるアドレスバスのビットBとしてアドレスバスの下位から1番目のビット(最下位ビット)を設定(ビットB=1)した(ステップS3)後、メモリ(SDRAM3)にデータを書き込む(ステップS4)。
【0033】
次に、DSP2は、ステップS4で書き込んだアドレスAからデータ(読み込みデータRD)を読み出し(ステップS5)、アドレスとデータとが一致しているか否かを確認をする(ステップS6)。
【0034】
アドレスとデータとが一致していないと判断された場合(ステップS6/No)、DSP2は、エラー数を「1」インクリメントしてアドレスAの値と読み込みデータRDのデータとを図示しない記録装置に保存(ステップS7)した後、ステップS8の処理に移行する。
【0035】
アドレスとデータとが一致していると判断された場合(ステップS6/Yes)、DSP2は、書き込みアドレスとデータを変更する(ステップS8〜S10)。
具体的には、DSP2は、論理値が「1」であるアドレスバスのビットBを1ビット上位にシフトして設定する(ステップS8)。次にDSP2は、書き込むSDRAM3のアドレスを、アドレスA=2^(B−1)に設定する(ステップS9)。さらに、DSP2は、アドレスA(=2^(B−1))に書き込む書き込みデータを、アドレスAと同様に書き込みデータWD=2^(B−1)に設定する(ステップS10)。
ここで、DSP2は、アドレスバスのビットBを1ビットシフトして「2」とすると(ステップS8)、アドレスA=2番地(ステップS9)、書き込みデータWD=2に(ステップS10)、それぞれ更新する。
【0036】
その後、DSP2は、ステップS8でシフトしたビットBの値がアドレスバスの最大ビット数Nを超えたか否かを判定する(ステップS11)。
【0037】
ビットBの値が最大ビット数Nを超えていなければ(ステップS11/No)、DSP2は、更新したアドレス番地先に更新したデータを書き込み、ステップS4〜S11までの処理を繰り返す。
【0038】
ビットBの値が最大ビット数Nを超えている場合(ステップS11/Yes)、DSP2は、図示しない記録装置に記録されているエラー数がゼロであるか否かの調査を行う(ステップS12)。
【0039】
エラー数が1つでもあれば(ステップS12/No)、DSP2の命令に応じて、表示端末1は、データバスエラーとエラー時に保存したアドレスAの値と読み込みデータRDのデータを表示して(ステップS13)、試験は終了する。
【0040】
エラー数が0であれば(ステップS12/Yes)、DSP2は、次のアドレスバスチェックの処理(ステップS14〜S26)に移る。また、ここで、表示端末1は、DSP2の命令に応じて、データバスの接続が正常である旨のメッセージを表示するとしてもよい。
【0041】
DSP2は、データを書き込む書き込み先アドレスA=0を設定する(ステップS14)。
【0042】
次に、DSP2は、ステップS14で設定した書き込み先アドレスA=0に書き込む書き込みデータWD=0を設定する(ステップS15)。
【0043】
次に、DSP2は、結果データFD=0を設定する(ステップS16)。結果データFDとは、アドレスバスをチェックした結果を示すデータである。
【0044】
次に、DSP2は、アドレスバスのビットB=0に設定する(ステップS17)。
【0045】
次に、DSP2は、ステップS16で設定されたアドレスAに、ステップS17で設定された書き込みデータWDを書き込む(ステップS18)。
【0046】
次に、DSP2は、ステップS16で設定されたアドレスAのデータ(読み込みデータRD)を読み込む(ステップS19)。
【0047】
次に、DSP2は、ステップS19で読み込んだ読み込みデータRDのOR演算を行う(ステップS20)。1回目のOR演算の際は、読み込んだ読み込みデータRDがそのまま結果データFDに反映される。
【0048】
次に、DSP2は、論理値が「1」であるアドレスバスのビットBを1ビット上位にシフトして設定する(ステップS21)。
【0049】
次に、DSP2は、読み込むSDRAM3のアドレスを、アドレスA=2^(B−1)に設定する(ステップS22)。
【0050】
その後、DSP2は、ステップS21でシフトしたビットBの値がアドレスバスの最大ビット数Nを超えたか否かを判定する(ステップS23)。
【0051】
ビットBの値が最大ビット数Nを超えていなければ(ステップS23/No)、DSP2は、ステップS19〜S23の処理をアドレスA=1番地から2番地、4番地、8番地・・・と順にアドレスバスの最大ビット数まで読み込んではOR演算をして結果データFDを更新させる。
【0052】
ビットBの値が最大ビット数Nを超えている場合、すなわちアドレスバスの最大ビット数Nまで演算を行った場合(ステップS23/Yes)、DSP2は、結果データFDがALL「1」であるか否かの確認を行う(ステップS24)。
【0053】
結果データFDがALL「1」であれば(ステップS24/Yes)、DSP2の命令に応じて、表示端末1は、「データバス、アドレスバスOK」と表示して(ステップS25)、終了する。
【0054】
結果データFDのうち、あるビットに「0」があれば(ステップS24/No)、DSP2は、その「0」となったビットがアドレスバスのNGのビットと判断し、DSP2の命令に応じて、表示端末1は、結果データFDと「アドレスバスNG」とを表示して(ステップS26)、終了する。
以上のようにして、データバス、アドレスバスに起因するメモリ不良チェックを行う。
【0055】
次に、具体的な実施例として、DSP2−SDRAM3間でアドレスバス及びデータバスがそれぞれ16ビットで構成されている例について説明する。
【0056】
図4は、本発明の第1の実施形態において、アドレスバスおよびデータバスに接続不良がない場合の各アドレスAにおける書き込みデータWD、読み込みデータRD、結果データFDを示す図である。
図4には、SDRAM3の各アドレスAに対して書き込まれる書き込みデータWDと、最終的な書き込みデータ(すなわち読み込みデータRD)と、読み込みデータRDのOR演算により算出される結果データFDとが示されている。
なお、アドレスAにおける「0」〜「15」は、アドレスAの下位からのビット数を示す。
また、アドレスA、読み込みデータRD、および結果データFDは2進法で表現され、書き込みデータWDは16進法で示されている(書き込みデータWD末尾の「H」は16進数であることを示す)。
【0057】
まず、図2のステップS1〜S12の処理が行われると、DSP2は、図4の処理1から順に処理16まで各アドレスA番地に対して書き込みデータWDを書き込んだ後、読み込みデータRDを読み込む。
この時点でデータバスに異常があれば、アドレスの番地Aと書き込みデータWD(読み込みデータRD)の値とに相違が生じる。
【0058】
次に、図2のステップS14〜S18の処理が行われると、DSP2は、図4の処理17のように、アドレス0番地にALL「0」を書き込む。
【0059】
その後、図2のステップS19〜S23の処理が行われると、DSP2は、アドレス番地0、アドレス番地1、アドレス番地2、アドレス番地4、・・・と順にデータを読み込んでORの演算を行い最終的に図4の処理18のように結果データFD(=ALL「1」)を算出する。このような結果となれば、アドレスバスの接続不良もないと判断できる。
【0060】
図5は、本発明の第1の実施形態において、アドレスバスのビット0に0の固定不良がある場合の各アドレスAにおける書き込みデータWD、読み込みデータRD、結果データFDを示す図である。図5における各項目の意味は図4と同様であるものとする。なお、以下の「0x・・・・」における「0x」は、「・・・・」で示される4桁の数字が16進法で表記されていることを示す。また、「固定不良」とは、プロセッサの書き込み処理によらず、あるビットが常に特定の値(0または1)に固定されたままとなっている障害を示す。
【0061】
まず、図5の処理1では、DSP2は、アドレス1番地に書き込もうとしているが、アドレスの0ビット目に0の固定不良があるため実際にはアドレス0番地に書き込みデータ「0x0001」を書き込む。
次に、図5の処理2について、アドレスの0ビット目に0の固定不良があったとしても、DSP2は、正しくアドレス2番地に書き込みデータ「0x0002」を書き込む。
同様に、DSP2は、図5の処理16まで正しく書き込みデータを書き込む。
次に、図5の処理17において、DSP2は、アドレス0番地にALL「0」のデータを書き込むことにより、図5の処理1で書かれた「0x0001」のデータは「0x0000」に上書きされる。
そして、アドレス0番地から順にデータを読み込んでORの演算を行うと、図5の処理18では結果データFDが「0xFFFE」となり0ビット目に1がたっていないことからアドレスバスの0ビット目で接続不良が起きていることがわかる。
【0062】
図6は、本発明の第1の実施形態において、アドレスバスのビット0に1の固定不良がある場合の各アドレスAにおける書き込みデータWD、読み込みデータRD、結果データFDを示す図である。図6における各項目の意味は図4と同様であるものとする。
【0063】
まず、図6の処理1では、アドレスの0ビット目に1の固定不良があるが、DSP2は、正しくアドレス1番地に書き込みデータ「0x0001」を書き込む。
次に、図6の処理2において、DSP2は、アドレスの0ビット目に1の固定不良があるため実際にはアドレス番地「0x0003」に書き込みデータ「0x0002」を書き込む。
同様に、図6の処理3から処理16までも、DSP2は、所望のアドレスとは別のアドレスに書き込みデータWDを書き込むこととなる。
また、図6の処理17では、DSP2は、アドレス0番地にALL「0」のデータを書き込もうとするが、アドレスの0ビット目に1の固定不良があるため実際にはアドレス番地1にALL「0」を書き込むこととなり、図6の処理1で行ったアドレス1番地に書き込まれたデータ(0x0001)はALL「0」に書き変わる。
そして、図6の処理18において、DSP2は、アドレス0番地から順にデータを読み込んでORの演算を行うと、結果データFDが「0xFFFE」となり、0ビット目に1がたっていないことからアドレスバスの0ビット目で接続不良が起きていることがわかる。
【0064】
図7は、本発明の第1の実施形態において、アドレスバスのビット0とビット1が接続しており不良が起きる場合の各アドレスAにおける書き込みデータWD、読み込みデータRD、結果データFDを示す図である。図7における各項目の意味は図4と同様であるものとする。
【0065】
まず、図7の処理1では、アドレスの0ビット目と1ビット目が接続されているため、DSP2は、アドレス「0x0001」番地に書き込みデータ「0x0001」を書き込まず、アドレス「0x0003」番地に書き込みデータ「0x0001」を書き込む。
次に、図7の処理2では図7の処理1と同様に、DSP2は、アドレス「0x0003」番地に書き込みデータ「0x0002」を書き込み、図7の処理1で書き込まれた書き込みデータ「0x0001」は「0x0002」に書き変わる。
以降、図7の処理3から処理17までは、DSP2は、正常に所望のアドレスにデータを書き込む。
最後に、図7の処理18において、DSP2は、アドレス0番地から順にデータを読み込んでORの演算を行うと、結果データFDが「0xFFFE」となり、アドレスバスの0ビット目で接続不良が起きていることがわかる。
【0066】
以上、図5乃至図7に示されたような例以外においても同様に、メモリ検査システムは、アドレスバスの他のビットで起きている固定不良や接続不良に起因するメモリ(SDRAM3)の不良を検出することができる。
【0067】
以上説明したように、本実施形態によれば、DSP2は、アドレスバスのビットのいずれか1つが「1」、他全てが「0」となるようなアドレスAに対して、アドレスAと同様の書き込みデータWDを書き込んだ後、書き込まれたデータ(読み込みデータRD)を読み込む。このとき、アドレスバスのビット数をNとすると、DSP2は、SDRAM3に対してN回の書き込みおよび読み込み処理を行う。
DSP2は、書き込みデータWD(アドレスA)の値と読み込みデータRDの値とを比較し、両データの値が一致しているか否かを判定する。両データの値が不一致であれば、DSP2は、DSP2およびSDRAM3の少なくとも一方に対するデータバスの接続不良が生じていると判断し、表示端末1に対してデータバスの接続不良を示すメッセージの表示要求を行う。
このことにより、メモリ検査システムは、DSP2−SDRAM3間におけるデータバスによる接続不良を効率よく検出することが可能となる。
また、DSP2は、不一致であったアドレスAを検出することにより、接続不良が生じているデータバスのビットを特定することが可能となる。
【0068】
また、本実施形態によれば、DSP2は、アドレスバスのビットのいずれか1つが「1」、他全てが「0」となるようなアドレスAに対して、アドレスAと同様の書き込みデータWDを書き込んだ後、さらにアドレスAの0番地にALL「0」の書き込みデータWDを書き込む。次に、DSP2は、書き込まれたデータ(読み込みデータRD)を読み込む。このとき、アドレスバスのビット数をNとすると、DSP2は、SDRAM3に対して(N+1)回の書き込みおよび読み込み処理を行う。
DSP2は、読み込んだ全ての読み込みデータRDに対してOR演算を実行して結果データFDを算出し、算出した結果データFDの全ての桁が「1」であるか否かを判定する。
結果データFDがALL「1」であれば、DSP2は、DSP2−SDRAM3間におけるアドレスバスの接続が正常である判断し、表示端末1に対してデータバスの接続が正常である旨のメッセージの表示要求を行う。
一方、結果データFDがALL「1」でなければ、DSP2は、DSP2およびSDRAM3の少なくとも一方に対するアドレスバスの接続不良が生じていると判断し、表示端末1に対してアドレスバスの接続不良を示すメッセージの表示要求を行う。
このことにより、メモリ検査システムは、DSP2−SDRAM3間におけるアドレスバスによる接続不良を効率よく検出することが可能となる。
また、DSP2は、結果データFDにおける「0」のビットを検出することにより、接続不良が生じているアドレスバスのビットを特定することが可能となる。
【0069】
また、本実施形態において、上記のデータバスの接続試験後に続けて、アドレスバスの接続試験を行う場合、DSP2は、(N+1)回の書き込み処理および(2N+1)回の読み込み処理を実行する。
【0070】
<第2の実施形態>
(第2の実施形態の構成および動作)
以下、特記しない限り、本発明の第2の実施形態における構成および動作は、本発明の第1の実施形態と同様であるとして説明を進める。
【0071】
図8は、本発明の第2の実施形態において、アドレスバスおよびデータバスに接続不良がない場合の各アドレスAにおける書き込みデータWD、読み込みデータRD、結果データFDを示す図である。
【0072】
第1の実施形態において、DSP2は、アドレス1番地に書き込みデータ「0x0001」を書き込んでいた。
これに対し、本実施形態では、図8に示されるように、DSP2は、図4に示されている第1の実施形態における書き込み・読み込み対象のアドレスA、書き込みデータWD、および読み込みデータRDにおける全てビットを反転させた値に設定する。
【0073】
図8の処理1では、DSP2は、アドレスFFFE番地に書き込みデータ「0xFFFE」を書き込んで実施する。
同様に、DSP2は、図8の処理2ではアドレスFFFD番地に書き込みデータ「0xFFFD」を書き込み、以下順に図8の処理3から処理16まで書き込んだ後、各アドレスAに書き込まれた読み込みデータRDを読み込んでデータバスのチェックを行う。
次に、DSP2は、図8の処理17で、アドレスFFFF番地に書き込みデータ「0xFFFF」を書き込む。
その後、DSP2は、アドレス番地「0xFFFF」、アドレス番地「0xFFFE」、アドレス番地「0xFFFD」、アドレス番地「0xFFFB」、・・・アドレス番地「0x7FFF」と順にデータを読み込んで、ANDの演算を行う。最終的に図8の処理18のように結果データFDがALL「0」となれば、DSP2は、アドレスバスおよびデータバスに起因するメモリ不良なしと判定できる。異常の場合は結果データFDで異常箇所のビットに1がたつ。
【0074】
以上説明したように、本実施形態によれば、DSP2は、アドレスバスのビットのいずれか1つが「0」、他全てが「1」となるようなアドレスAに対して、アドレスAと同様の書き込みデータWDを書き込んだ後、書き込まれたデータ(読み込みデータRD)を読み込む。このとき、アドレスバスのビット数をNとすると、DSP2は、SDRAM3に対してN回の書き込みおよび読み込み処理を行う。
DSP2は、書き込みデータWD(アドレスA)の値と読み込みデータRDの値とを比較し、両データの値が一致しているか否かを判定する。両データの値が不一致であれば、DSP2は、DSP2およびSDRAM3の少なくとも一方に対するデータバスの接続不良が生じていると判断し、表示端末1に対してデータバスの接続不良を示すメッセージの表示要求を行う。
このことにより、メモリ検査システムは、DSP2−SDRAM3間におけるデータバスによる接続不良を効率よく検出することが可能となる。
また、DSP2は、不一致であったアドレスAを検出することにより、接続不良が生じているデータバスのビットを特定することが可能となる。
【0075】
また、本実施形態によれば、DSP2は、アドレスバスのビットのいずれか1つが「0」、他全てが「1」となるようなアドレスAに対して、アドレスAと同様の書き込みデータWDを書き込んだ後、さらにアドレスAのFFFF番地にALL「1」の書き込みデータWDを書き込む。次に、DSP2は、書き込まれたデータ(読み込みデータRD)を読み込む。このとき、アドレスバスのビット数をNとすると、DSP2は、SDRAM3に対して(N+1)回の書き込みおよび読み込み処理を行う。
DSP2は、読み込んだ全ての読み込みデータRDに対してAND演算を実行して結果データFDを算出し、算出した結果データFDの全ての桁が「0」であるか否かを判定する。
結果データFDがALL「0」であれば、DSP2は、DSP2−SDRAM3間におけるアドレスバスの接続が正常である判断し、表示端末1に対してデータバスの接続が正常である旨のメッセージの表示要求を行う。
一方、結果データFDがALL「0」でなければ、DSP2は、DSP2およびSDRAM3の少なくとも一方に対するアドレスバスの接続不良が生じていると判断し、表示端末1に対してアドレスバスの接続不良を示すメッセージの表示要求を行う。
このことにより、メモリ検査システムは、DSP2−SDRAM3間におけるアドレスバスによる接続不良を効率よく検出することが可能となる。
また、DSP2は、結果データFDにおける「1」のビットを検出することにより、接続不良が生じているアドレスバスのビットを特定することが可能となる。
【0076】
また、本実施形態において、上記のデータバスの接続試験後に続けて、アドレスバスの接続試験を行う場合、DSP2は、(N+1)回の書き込み処理および(2N+1)回の読み込み処理を実行する。
【0077】
<実施形態のまとめ>
以上説明したように、本発明の実施の形態では、DSP2とSDRAM3とを接続するアドレスバスおよびデータバスは16ビットで構成されていたが、アドレスバスとデータバスとのビット数が同一であれば、他のビット数により構成されていてもよい。
【0078】
また、DSP2は、SDRAM3に対するデータの書き込み処理と、読み込み処理と、書き込みデータWD(アドレスA)と読み込みデータRDとを比較する処理と、表示端末1に画面表示を要求する処理と、AND、ORなどの演算処理と、結果データFDの値を判定する処理とを行う。
また、表示端末1は、DSP2に対してデータバスおよびアドレスバスの接続試験開始を命令する処理と、画面表示する処理とを行う。
上記の処理は、表示端末1またはDSP2が有するコンピュータプログラムにより実行されるが、上記のプログラムは、光記録媒体、磁気記録媒体、光磁気記録媒体、または半導体等の記録媒体に記録され、上記の記録媒体からロードされるようにしてもよいし、所定のネットワークを介して接続されている外部機器からロードされるようにしてもよい。
【0079】
なお、上記の実施形態は本発明の好適な実施の一例であり、本発明の実施形態は、これに限定されるものではなく、本発明の要旨を逸脱しない範囲において種々変形して実施することが可能となる。
【0080】
【発明の効果】
以上説明したように、本発明によれば、メモリ検査装置は、特定のアドレスに特定のデータを書き込んだ後、各アドレスのデータを読み込み、書き込んだデータと読み込んだデータとを比較する。また、メモリ検査装置は、読み込んだデータにOR演算またはAND演算を実行して、算出値と正常値とを比較する。従って、効率よくメモリチェックを行うことが可能となる。
【0081】
また、本発明によれば、メモリ検査装置は、最終的な結果としてデータバス、アドレスバスともに不良であるビット位置を検出する。従って、容易にメモリの不良箇所を特定することが可能となる。
【図面の簡単な説明】
【図1】本発明の第1の実施形態におけるメモリ検査システムの構成を示す図である。
【図2】本発明の第1の実施形態におけるメモリ検査システムによる動作の流れを示すフローチャートである。
【図3】本発明の第1の実施形態におけるメモリ検査システムによる動作の流れを示すフローチャートである。
【図4】本発明の第1の実施形態における正常時の検査結果の過程を示す図である。
【図5】本発明の第1の実施形態におけるアドレスバスのビット0に0の固定不良がある場合の検査結果の過程を示す図である。
【図6】本発明の第1の実施形態におけるアドレスバスのビット0に1の固定不良がある場合の検査結果の過程を示す図である。
【図7】本発明の第1の実施形態におけるアドレスバスのビット0とビット1が接続した不良がある場合の検査結果の過程を示す図を示す図である。
【図8】本発明の第2の実施形態における正常時の検査結果の過程を示す図である。
【符号の説明】
1 表示端末
2 DSP
3 SDRAM
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a memory inspection device and a memory inspection method, and more particularly, to a memory inspection device and a memory inspection method for efficiently checking a memory failure due to a data bus and an address bus.
[0002]
[Prior art]
Conventionally, for finding a memory failure due to incomplete connection of the data bus and the address bus at the time of mounting the board, all possible patterns, data such as all 1, all 0, all A, all 5 are read and written for all addresses of the memory. In the case of a mismatch, an address or data is notified.
[0003]
Further, as a conventional technique of memory check caused by an address bus and a data bus, there is a memory check method disclosed in Patent Document 1. According to Patent Document 1, in a memory address, only one bit is “1” and all other bits are all “0”. After writing the value data, the read and written expected value data are compared with the read data to check for a memory defect due to a defect in the address bus.
[0004]
Further, in the memory control device and the state inspection method disclosed in Patent Document 2, all the voltage levels of the address line and the data line are set to “L” level, or one of a plurality of lines is sequentially set to “L” level. At the "H" level, data reading is performed every time data writing is completed, and the state of the address lines and data lines is checked by comparing the written data with the read data.
[0005]
[Patent Document 1]
JP-A-10-161940
[Patent Document 2]
JP-A-9-237230
[0006]
[Problems to be solved by the invention]
However, in the related art in which data consisting of all possible patterns (such as all 1s) is read / written from / to all addresses of the memory, and the written data is compared with the read data to detect a memory defect, the following technique is used. There were serious problems.
In the prior art described above, the check time increases with an increase in the memory capacity, and even if there is a memory failure due to the address bus, it may not be detected in some cases.
As an example, if the address bits A0 and A1 are connected due to a connection failure, "1" is written to the A0 bit, that is, even if an attempt is made to write data to the address 1, the A1 bit is actually connected to the A0 bit. Therefore, the A1 bit has the same value as the A0 bit, and data is written at the address 11. Further, since the read destination also refers to the address (address 11), it is determined that the address is normal, and it may not be possible to determine that the connection of the address bus is defective.
As described above, since the cause of the memory failure may be due to the incomplete connection of the data bus and the address bus, it is necessary to strengthen these checks and identify the failure of the base board before shipment.
[0007]
Patent Document 1 describes only a memory check method caused by an address bus, and the conventional technique described in Patent Document 1 does not check a connection failure of both a data bus and an address bus.
[0008]
Further, in Patent Document 2, the address value of the data write destination and the value of the data to be written are not set so as to always match.
[0009]
SUMMARY OF THE INVENTION The present invention has been made in view of the above-described problems, and has an object to provide a memory inspection apparatus and a memory inspection method for efficiently finding a memory failure due to an incomplete connection of a data bus and an address bus, thereby shortening a memory check time. The aim is to provide a method.
[0010]
[Means for Solving the Problems]
In order to achieve the above object, the present invention provides a memory inspection device connected to a memory via a data bus and an address bus, wherein only one bit has a first value for an N-bit address bus, All other bits have the same address value and write data value as the second value, write specific data to a specific address, read and compare, and perform a memory check caused by the data bus. And
[0011]
The present invention also relates to a memory test device connected to a memory via a data bus and an address bus, wherein only one bit in an N-bit address bus is a first value, and all other bits are a second value. First data writing means for writing data of the same value as each address value for each address of the first value, and first data reading means for reading data of each address written by the first data writing means Data comparing means for comparing the value of each address to which data is written with the data read from the address by the first data reading means; and data read from the address value and the address by the data comparing means. If it is determined that there is an address that does not match with the information, information indicating that the data bus connection is defective is provided. A data bus connection information transmitting unit for output, characterized by having a.
[0012]
Further, according to the present invention, the data bus connection information sending means can determine whether the data bus connection information is inferior to the data bus connection information using the lower-order bits of the lower-order digits where the first value exists in the address value that did not match the data. Is transmitted to the effect that there is a.
[0013]
According to the invention, the first value is 1 and the second value is 0.
[0014]
Further, according to the present invention, the second data writing means for writing data of which all bits have the second value to the address of which all bits on the address bus have the second value, and the first data writing means, Means and second data reading means for reading data written by the second data writing means, OR operation means for performing an OR operation on all data read by the second data reading means, and OR operation means And an address bus connection information transmitting means for transmitting information indicating that the connection of the address bus is defective when the value of the second value includes a digit of the second value.
[0015]
Further, according to the present invention, the first value is 0 and the second value is 1.
[0016]
Further, according to the present invention, the second data writing means for writing data of which all bits have the second value to the address of which all bits on the address bus have the second value, and the first data writing means, Means and second data reading means for reading data written by the second data writing means, AND operation means for performing an AND operation on all data read by the second data reading means, and AND operation means And an address bus connection information transmitting means for transmitting information indicating that the connection of the address bus is defective when the value of the second value includes a digit of the second value.
[0017]
Further, according to the present invention, the address bus connection information sending means determines that the connection failure of the address bus exists in the lower order bits of the calculated value in the lowermost digits of the digit in which the second value exists. Is transmitted.
[0018]
The present invention also relates to a memory inspection method using a memory inspection device connected to a memory via a data bus and an address bus, wherein the memory inspection device has only one bit for an N-bit address bus. Is the first value, all other bits are the second value, the address value and the write data value are the same value, the specific data is written to the specific address, read and compared, and the memory caused by the data bus is A check is performed.
[0019]
Further, the present invention is a memory inspection method using a memory inspection device connected to a memory via a data bus and an address bus, wherein the memory inspection device is configured such that only one bit in an N-bit address bus is used. A first data writing step of writing data having the same value as each address value to each address having a value of 1 and all other bits having a second value; A first data reading step of reading data of each address written by the first step, and data for comparing the value of each address where the data is written by the memory inspection device with data read from each address in the first data reading step. In the comparison step, the memory inspection apparatus determines that the address value and the data read from the address are in the data comparison step. If never been address match is determined to exist, and having a data bus connection information sending step of sending information indicating the connection of the data bus is faulty, the.
[0020]
Further, according to the present invention, the data bus connection information sending step is such that the memory inspection device uses the lower order bits of the lower order digits where the first value exists in the address value that did not match the data. It is characterized by transmitting information indicating that a data bus connection failure exists.
[0021]
According to the invention, the first value is 1 and the second value is 0.
[0022]
Further, according to the present invention, the memory inspection device performs a second data writing step of writing data of which all bits have the second value with respect to the address of which all bits on the address bus have the second value; A second data reading step in which the memory inspection device reads the data written in the first data writing step and the second data writing step, and a memory inspection device for reading all the data read in the second data reading step. When the memory inspection apparatus determines that the second value digit is present in the value calculated by the OR operation step, information indicating that the connection of the address bus is defective is sent out. Address bus connection information sending step.
[0023]
Further, according to the present invention, the first value is 0 and the second value is 1.
[0024]
Further, according to the present invention, the memory inspection device performs a second data writing step of writing data of which all bits have the second value with respect to the address of which all bits on the address bus have the second value; A second data reading step in which the memory inspection device reads the data written in the first data writing step and the second data writing step, and a memory inspection device for reading all the data read in the second data reading step. An AND operation step of performing an AND operation by the memory test apparatus, and when the memory inspection device determines that the value calculated by the AND operation step includes a second digit, information indicating that the connection of the address bus is defective is transmitted. Address bus connection information sending step.
[0025]
According to the present invention, in the address bus connection information sending step, the memory inspection device may include a step of connecting the address bus with the lower number of bits of the calculated value where the second value is present. It is characterized by transmitting information indicating that a defect exists.
[0026]
According to the present invention, specific data is written to and read from a specific address in a memory connected to an N-bit address bus and a data bus. At this time, if the read address does not match the data, it is determined that the memory is defective due to the data bus. Next, write data and all 0s are written and read at address 0, and thereafter, all data are read from the specific address written earlier, and all the data are subjected to an OR operation.
By performing these steps, the address bit position of the memory failure due to the address bus can be specified from the finally calculated data. As a determination method, a value of 1 is set at a normal bit position and a value of 0 is set at a defective bit position.
[0027]
BEST MODE FOR CARRYING OUT THE INVENTION
<First embodiment>
(Configuration of the first embodiment)
FIG. 1 is a diagram showing a configuration of a memory inspection system according to the first embodiment of the present invention.
As shown in FIG. 1, the memory inspection system includes a display terminal 1, a DSP (Digital Signal Processor) 2, and an SDRAM (Random Access Memory) 3.
[0028]
The display terminal 1 is an information processing device such as a PC (Personal Computer) that displays a message for starting a test and a result.
[0029]
The DSP 2 is a processor that internally stores a program for performing a test in advance, and functions as a memory inspection device. The DSP 2 performs a test on the SDRAM 3 by receiving a test start command from the display terminal 1 connected via the network, and returns the result to the display terminal 1. Note that the DSP 2 may be another type of information processing device such as a general-purpose MPU (Microprocessing Unit).
[0030]
The SDRAM 3 is a storage medium to be checked for a memory failure by the DSP 2. The DSP 2 and the SDRAM 3 are connected by a control bus, an address bus, and a data bus. Note that the SDRAM 3 may be another memory as long as it is a memory that can be randomly accessed.
[0031]
(Operation of First Embodiment)
FIG. 2 and FIG. 3 are flowcharts showing the flow of processing by the DSP 2 according to the first embodiment of the present invention. Hereinafter, the processing executed by the DSP 2 according to the program stored therein will be described with reference to FIG. 1 and along FIG. 2 and FIG.
[0032]
First, when the test is started, the DSP 2 checks the data bus between the DSP 2 and the SDRAM 3.
As actual processing, the DSP 2 sets the write destination address to the address A = 1 (step S1), sets the same numerical write data WD = 1 as the address (step S2), and sets the logical value to “1”. After setting the first bit (least significant bit) from the lower end of the address bus as bit B of the address bus ("bit B = 1") (step S3), data is written to the memory (SDRAM 3) (step S4). .
[0033]
Next, the DSP 2 reads data (read data RD) from the address A written in step S4 (step S5), and checks whether or not the address matches the data (step S6).
[0034]
If it is determined that the address does not match the data (step S6 / No), the DSP 2 increments the error number by “1” and sends the value of the address A and the data of the read data RD to a recording device (not shown). After saving (step S7), the process moves to step S8.
[0035]
When it is determined that the address and the data match (step S6 / Yes), the DSP 2 changes the write address and the data (steps S8 to S10).
Specifically, the DSP 2 shifts and sets the bit B of the address bus whose logical value is “1” by one bit higher (step S8). Next, the DSP 2 sets the address of the SDRAM 3 to be written to address A = 2 ^ (B-1) (step S9). Further, the DSP 2 sets the write data to be written to the address A (= 2 ^ (B-1)) to the write data WD = 2 ^ (B-1) as in the case of the address A (step S10).
Here, the DSP 2 shifts the bit B of the address bus by one bit to “2” (step S8), and updates the address A = 2 (step S9) and the write data WD = 2 (step S10), respectively. I do.
[0036]
Thereafter, the DSP 2 determines whether or not the value of the bit B shifted in step S8 has exceeded the maximum number N of bits of the address bus (step S11).
[0037]
If the value of the bit B does not exceed the maximum number of bits N (step S11 / No), the DSP 2 writes the updated data to the updated address and repeats the processing of steps S4 to S11.
[0038]
When the value of the bit B exceeds the maximum bit number N (step S11 / Yes), the DSP 2 checks whether or not the number of errors recorded in the recording device (not shown) is zero (step S12). .
[0039]
If there is only one error (step S12 / No), the display terminal 1 displays the data bus error, the value of the address A stored at the time of the error, and the data of the read data RD in response to the instruction of the DSP 2 (step S12 / No). Step S13), the test ends.
[0040]
If the number of errors is 0 (step S12 / Yes), the DSP 2 moves to the next address bus check processing (steps S14 to S26). Here, the display terminal 1 may display a message indicating that the connection of the data bus is normal according to the instruction of the DSP 2.
[0041]
The DSP 2 sets a write destination address A = 0 for writing data (step S14).
[0042]
Next, the DSP 2 sets the write data WD = 0 to be written to the write destination address A = 0 set in step S14 (step S15).
[0043]
Next, the DSP 2 sets the result data FD = 0 (step S16). The result data FD is data indicating a result of checking the address bus.
[0044]
Next, the DSP 2 sets the bit B of the address bus to 0 (step S17).
[0045]
Next, the DSP 2 writes the write data WD set in step S17 to the address A set in step S16 (step S18).
[0046]
Next, the DSP 2 reads the data (read data RD) at the address A set in step S16 (step S19).
[0047]
Next, the DSP 2 performs an OR operation on the read data RD read in step S19 (step S20). At the time of the first OR operation, the read data RD that has been read is directly reflected in the result data FD.
[0048]
Next, the DSP 2 shifts and sets the bit B of the address bus whose logical value is “1” by one bit higher (step S21).
[0049]
Next, the DSP 2 sets the address of the SDRAM 3 to be read to the address A = 2 ^ (B-1) (step S22).
[0050]
Thereafter, the DSP 2 determines whether or not the value of the bit B shifted in step S21 has exceeded the maximum bit number N of the address bus (step S23).
[0051]
If the value of the bit B does not exceed the maximum bit number N (step S23 / No), the DSP 2 performs the processing of steps S19 to S23 in order from address A = 1 to address 2, address 4, address 8,. After reading up to the maximum number of bits of the address bus, an OR operation is performed to update the result data FD.
[0052]
When the value of the bit B exceeds the maximum bit number N, that is, when the operation is performed up to the maximum bit number N of the address bus (step S23 / Yes), the DSP 2 determines whether the result data FD is ALL “1”. It is confirmed whether or not it is (step S24).
[0053]
If the result data FD is ALL "1" (step S24 / Yes), the display terminal 1 displays "data bus, address bus OK" according to the instruction of the DSP 2 (step S25), and ends.
[0054]
If there is "0" in a certain bit in the result data FD (step S24 / No), the DSP 2 determines that the bit that has become "0" is an NG bit of the address bus and responds to the instruction of the DSP 2 The display terminal 1 displays the result data FD and "address bus NG" (step S26), and ends.
As described above, the memory failure check caused by the data bus and the address bus is performed.
[0055]
Next, as a specific embodiment, an example in which the address bus and the data bus between the DSP 2 and the SDRAM 3 are each configured by 16 bits will be described.
[0056]
FIG. 4 is a diagram showing write data WD, read data RD, and result data FD at each address A when there is no connection failure in the address bus and the data bus in the first embodiment of the present invention.
FIG. 4 shows write data WD written to each address A of the SDRAM 3, final write data (that is, read data RD), and result data FD calculated by an OR operation of the read data RD. ing.
Note that “0” to “15” in the address A indicate the number of bits from the lower order of the address A.
The address A, the read data RD, and the result data FD are represented in a binary system, and the write data WD is represented in a hexadecimal system ("H" at the end of the write data WD indicates a hexadecimal number). ).
[0057]
First, when the processes of steps S1 to S12 in FIG. 2 are performed, the DSP 2 writes the write data WD to each address A in order from the process 1 in FIG. 4 to the process 16, and then reads the read data RD.
If there is an abnormality in the data bus at this point, a difference occurs between the address A of the address and the value of the write data WD (read data RD).
[0058]
Next, when the processing in steps S14 to S18 in FIG. 2 is performed, the DSP 2 writes ALL “0” at the address 0 as in processing 17 in FIG.
[0059]
After that, when the processes of steps S19 to S23 in FIG. 2 are performed, the DSP 2 reads the data in the order of the address address 0, the address address 1, the address address 2, the address address 4,. Specifically, the result data FD (= ALL “1”) is calculated as in processing 18 of FIG. With such a result, it can be determined that there is no connection failure of the address bus.
[0060]
FIG. 5 is a diagram showing the write data WD, the read data RD, and the result data FD at each address A when the bit 0 of the address bus has a fixing failure of 0 in the first embodiment of the present invention. The meaning of each item in FIG. 5 is the same as in FIG. Note that “0x” in the following “0x...” Indicates that the four-digit number indicated by “...” Is represented in hexadecimal. “Fixation failure” indicates a failure in which a certain bit is always fixed to a specific value (0 or 1) irrespective of the write processing of the processor.
[0061]
First, in the process 1 of FIG. 5, the DSP 2 attempts to write to the address 1, but actually writes the write data “0x0001” to the address 0 because there is a fixing failure of 0 at the 0th bit of the address.
Next, in the processing 2 of FIG. 5, even if there is a fixing failure of 0 at the 0th bit of the address, the DSP 2 correctly writes the write data “0x0002” at the address 2.
Similarly, the DSP 2 correctly writes the write data up to the processing 16 in FIG.
Next, in processing 17 of FIG. 5, the DSP 2 writes the data of ALL “0” at the address 0, so that the data of “0x0001” written in the processing 1 of FIG. 5 is overwritten with “0x0000”. .
When data is read in order from the address 0 and an OR operation is performed, the result data FD becomes “0xFFFE” in the processing 18 of FIG. 5 and the 1-th bit is not set in the 0-th bit. It can be seen that a defect has occurred.
[0062]
FIG. 6 is a diagram showing the write data WD, the read data RD, and the result data FD at each address A when the bit 0 of the address bus has a fixing failure of 1 in the first embodiment of the present invention. The meaning of each item in FIG. 6 is the same as in FIG.
[0063]
First, in process 1 of FIG. 6, although there is a fixing defect of 1 at the 0th bit of the address, the DSP 2 correctly writes the write data “0x0001” at the address 1.
Next, in process 2 of FIG. 6, the DSP 2 actually writes the write data "0x0002" to the address "0x0003" because there is a fixing failure of 1 at the 0th bit of the address.
Similarly, in processing 3 to processing 16 in FIG. 6, the DSP 2 writes the write data WD to an address different from the desired address.
In the process 17 of FIG. 6, the DSP 2 tries to write the data of ALL “0” at the address 0. However, since there is a fixing failure of 1 at the 0th bit of the address, the DSP 2 actually has ALL “0” at the address 1 Therefore, the data (0x0001) written at the address 1 performed in the process 1 of FIG. 6 is rewritten to ALL “0”.
In the process 18 of FIG. 6, the DSP 2 reads the data in order from the address 0 and performs an OR operation. When the result data FD becomes “0xFFFE” and the 0th bit is not set to “1”, the DSP 2 It can be seen that a connection failure has occurred at the 0th bit.
[0064]
FIG. 7 is a diagram showing write data WD, read data RD, and result data FD at each address A in the case where a failure occurs due to the connection of bit 0 and bit 1 of the address bus in the first embodiment of the present invention. It is. The meaning of each item in FIG. 7 is the same as in FIG.
[0065]
First, in the processing 1 of FIG. 7, since the 0th bit and the 1st bit of the address are connected, the DSP 2 does not write the write data "0x0001" at the address "0x0001" but writes the data at the address "0x0003". Write data "0x0001".
Next, in the process 2 of FIG. 7, similarly to the process 1 of FIG. 7, the DSP 2 writes the write data “0x0002” at the address “0x0003”, and the write data “0x0001” written in the process 1 of FIG. Rewritten as "0x0002".
Thereafter, in processing 3 to processing 17 in FIG. 7, the DSP 2 normally writes data to a desired address.
Finally, in process 18 of FIG. 7, when the DSP 2 reads data in order from address 0 and performs an OR operation, the result data FD becomes “0xFFFE” and a connection failure occurs at the 0th bit of the address bus. You can see that there is.
[0066]
As described above, similarly to the examples other than the examples shown in FIGS. 5 to 7, the memory inspection system also detects a failure of the memory (SDRAM 3) due to a fixing failure or a connection failure occurring in other bits of the address bus. Can be detected.
[0067]
As described above, according to the present embodiment, the DSP 2 operates in the same manner as the address A for the address A in which one of the bits of the address bus is “1” and all the other bits are “0”. After writing the write data WD, the written data (read data RD) is read. At this time, assuming that the number of bits of the address bus is N, the DSP 2 performs N times of writing and reading processing on the SDRAM 3.
The DSP 2 compares the value of the write data WD (address A) with the value of the read data RD, and determines whether the values of the two data match. If the values of the two data do not match, the DSP 2 determines that a connection failure of the data bus to at least one of the DSP 2 and the SDRAM 3 has occurred, and requests the display terminal 1 to display a message indicating a connection failure of the data bus. I do.
Thus, the memory inspection system can efficiently detect a connection failure between the DSP 2 and the SDRAM 3 due to the data bus.
Further, the DSP 2 can specify the bit of the data bus in which the connection failure has occurred by detecting the address A that has not been matched.
[0068]
Further, according to the present embodiment, the DSP 2 writes the write data WD similar to the address A to the address A in which one of the bits of the address bus is “1” and all the other bits are “0”. After writing, further, write data WD of ALL “0” is written to address 0 of address A. Next, the DSP 2 reads the written data (read data RD). At this time, assuming that the number of bits of the address bus is N, the DSP 2 performs (N + 1) write and read processes on the SDRAM 3.
The DSP 2 performs an OR operation on all the read data RD that have been read, calculates the result data FD, and determines whether all the digits of the calculated result data FD are “1”.
If the result data FD is ALL “1”, the DSP 2 determines that the connection of the address bus between the DSP 2 and the SDRAM 3 is normal, and displays a message to the display terminal 1 indicating that the connection of the data bus is normal. Make a request.
On the other hand, if the result data FD is not ALL “1”, the DSP 2 determines that the connection failure of the address bus to at least one of the DSP 2 and the SDRAM 3 has occurred, and indicates the connection failure of the address bus to the display terminal 1. Make a message display request.
Thus, the memory inspection system can efficiently detect a connection failure between the DSP 2 and the SDRAM 3 due to the address bus.
Further, the DSP 2 can identify the bit of the address bus in which the connection failure has occurred by detecting the “0” bit in the result data FD.
[0069]
Further, in the present embodiment, when performing the connection test of the address bus subsequent to the connection test of the data bus, the DSP 2 executes (N + 1) write processes and (2N + 1) read processes.
[0070]
<Second embodiment>
(Configuration and Operation of Second Embodiment)
Hereinafter, unless otherwise specified, the configuration and operation in the second embodiment of the present invention will be described as being the same as those in the first embodiment of the present invention.
[0071]
FIG. 8 is a diagram showing write data WD, read data RD, and result data FD at each address A when there is no connection failure in the address bus and the data bus in the second embodiment of the present invention.
[0072]
In the first embodiment, the DSP 2 writes the write data “0x0001” at the address 1.
On the other hand, in the present embodiment, as shown in FIG. 8, the DSP 2 includes the address A to be written / read, the write data WD, and the read data RD in the first embodiment shown in FIG. All bits are set to inverted values.
[0073]
In the process 1 of FIG. 8, the DSP 2 writes the write data “0xFFFE” at the address FFFE and executes the process.
Similarly, the DSP 2 writes the write data “0xFFFD” at the address FFFD in the process 2 of FIG. 8, and writes the read data RD written to each address A after writing the processes 3 to 16 in FIG. Read and check the data bus.
Next, the DSP 2 writes the write data “0xFFFF” to the address FFFF in the process 17 of FIG.
Thereafter, the DSP 2 reads the data in order of the address “0xFFFF”, the address “0xFFFE”, the address “0xFFFD”, the address “0xFFFB”,..., And performs the AND operation. Finally, when the result data FD becomes ALL “0” as in the process 18 in FIG. 8, the DSP 2 can determine that there is no memory failure due to the address bus and the data bus. In the case of abnormality, 1 is added to the bit of the abnormal part in the result data FD.
[0074]
As described above, according to the present embodiment, the DSP 2 operates in the same manner as the address A for the address A in which one of the bits of the address bus is “0” and all the other bits are “1”. After writing the write data WD, the written data (read data RD) is read. At this time, assuming that the number of bits of the address bus is N, the DSP 2 performs N times of writing and reading processing on the SDRAM 3.
The DSP 2 compares the value of the write data WD (address A) with the value of the read data RD, and determines whether the values of the two data match. If the values of the two data do not match, the DSP 2 determines that a connection failure of the data bus to at least one of the DSP 2 and the SDRAM 3 has occurred, and requests the display terminal 1 to display a message indicating a connection failure of the data bus. I do.
Thus, the memory inspection system can efficiently detect a connection failure between the DSP 2 and the SDRAM 3 due to the data bus.
Further, the DSP 2 can specify the bit of the data bus in which the connection failure has occurred by detecting the address A that has not been matched.
[0075]
Further, according to the present embodiment, the DSP 2 writes the same write data WD as the address A for the address A in which one of the bits of the address bus is “0” and all the other bits are “1”. After writing, the write data WD of ALL “1” is further written to the address FFFF of the address A. Next, the DSP 2 reads the written data (read data RD). At this time, assuming that the number of bits of the address bus is N, the DSP 2 performs (N + 1) write and read processes on the SDRAM 3.
The DSP 2 performs an AND operation on all the read data RD thus read to calculate the result data FD, and determines whether all the digits of the calculated result data FD are “0”.
If the result data FD is ALL “0”, the DSP 2 determines that the connection of the address bus between the DSP 2 and the SDRAM 3 is normal, and displays a message to the display terminal 1 that the connection of the data bus is normal. Make a request.
On the other hand, if the result data FD is not ALL “0”, the DSP 2 determines that the connection failure of the address bus to at least one of the DSP 2 and the SDRAM 3 has occurred, and indicates the connection failure of the address bus to the display terminal 1. Make a message display request.
Thus, the memory inspection system can efficiently detect a connection failure between the DSP 2 and the SDRAM 3 due to the address bus.
Further, the DSP 2 can identify the bit of the address bus in which the connection failure has occurred by detecting the “1” bit in the result data FD.
[0076]
Further, in the present embodiment, when performing the connection test of the address bus subsequent to the connection test of the data bus, the DSP 2 executes (N + 1) write processes and (2N + 1) read processes.
[0077]
<Summary of Embodiment>
As described above, in the embodiment of the present invention, the address bus and the data bus connecting the DSP 2 and the SDRAM 3 are composed of 16 bits. However, if the number of bits of the address bus and the data bus is the same, , The number of bits may be different.
[0078]
The DSP 2 also writes data into the SDRAM 3, reads the data, compares the write data WD (address A) with the read data RD, requests the display terminal 1 to display a screen, AND, OR, And a process of determining the value of the result data FD.
In addition, the display terminal 1 performs a process of instructing the DSP 2 to start a connection test of the data bus and the address bus, and a process of displaying a screen.
The above processing is executed by a computer program included in the display terminal 1 or the DSP 2, and the above program is recorded on a recording medium such as an optical recording medium, a magnetic recording medium, a magneto-optical recording medium, or a semiconductor. It may be loaded from a recording medium or from an external device connected via a predetermined network.
[0079]
Note that the above embodiment is an example of a preferred embodiment of the present invention, and the embodiment of the present invention is not limited to this, and may be variously modified and implemented without departing from the gist of the present invention. Becomes possible.
[0080]
【The invention's effect】
As described above, according to the present invention, the memory inspection device writes specific data to a specific address, reads data at each address, and compares the written data with the read data. The memory inspection device performs an OR operation or an AND operation on the read data, and compares the calculated value with a normal value. Therefore, it is possible to perform a memory check efficiently.
[0081]
Further, according to the present invention, the memory inspection device detects a bit position where both the data bus and the address bus are defective as a final result. Therefore, it is possible to easily specify a defective portion of the memory.
[Brief description of the drawings]
FIG. 1 is a diagram showing a configuration of a memory inspection system according to a first embodiment of the present invention.
FIG. 2 is a flowchart showing an operation flow of the memory inspection system according to the first embodiment of the present invention.
FIG. 3 is a flowchart illustrating an operation flow of the memory inspection system according to the first embodiment of the present invention.
FIG. 4 is a diagram showing a process of an inspection result in a normal state according to the first embodiment of the present invention.
FIG. 5 is a diagram illustrating a process of an inspection result when a bit 0 of an address bus has a fixed defect of 0 according to the first embodiment of the present invention.
FIG. 6 is a diagram illustrating a process of an inspection result in a case where there is a fixing failure of 1 in bit 0 of an address bus according to the first embodiment of the present invention.
FIG. 7 is a diagram showing a process of an inspection result when there is a defect in which bit 0 and bit 1 of the address bus are connected according to the first embodiment of the present invention.
FIG. 8 is a diagram illustrating a process of an inspection result in a normal state according to the second embodiment of the present invention.
[Explanation of symbols]
1 display terminal
2 DSP
3 SDRAM

Claims (16)

データバスおよびアドレスバスを介してメモリと接続されているメモリ検査装置であって、
Nビットからなる前記アドレスバスに対して1ビットのみが第1の値、その他のビット全てが第2の値としてアドレス値と書き込みデータ値を同じ値にし、特定のアドレスに特定のデータを書き込み、読み込んで比較を行って、前記データバスに起因するメモリチェックを行うことを特徴とするメモリ検査装置。
A memory inspection device connected to a memory via a data bus and an address bus,
With respect to the address bus consisting of N bits, only one bit has a first value, and all other bits have a second value, so that an address value and a write data value are the same value. A memory inspection device which reads, compares, and performs a memory check caused by the data bus.
データバスおよびアドレスバスを介してメモリと接続されているメモリ検査装置であって、
Nビットからなる前記アドレスバスにおける1ビットのみが第1の値、その他のビット全てが第2の値の各アドレスに対して、該各アドレス値と同一の値のデータを書き込む第1のデータ書き込み手段と、
前記第1のデータ書き込み手段により書き込まれた各アドレスのデータを読み込む第1のデータ読み込み手段と、
前記データが書き込まれた各アドレスの値と、該アドレスそれぞれから前記第1のデータ読み込み手段により読み込まれたデータとを比較するデータ比較手段と、
前記データ比較手段により、前記アドレス値と該アドレスから読み込まれたデータとが一致しなかったアドレスが存在すると判断された場合、前記データバスの接続が不良である旨の情報を送出するデータバス接続情報送出手段と、
を有することを特徴とするメモリ検査装置。
A memory inspection device connected to a memory via a data bus and an address bus,
First data write for writing data of the same value as each address value for each address in which only one bit in the address bus consisting of N bits has a first value and all other bits have a second value Means,
First data reading means for reading data at each address written by the first data writing means;
Data comparing means for comparing the value of each address at which the data is written with data read by the first data reading means from each of the addresses;
If the data comparing means determines that there is an address where the address value does not match the data read from the address, a data bus connection for transmitting information indicating that the data bus connection is defective. Information sending means;
A memory inspection device, comprising:
前記データバス接続情報送出手段は、
前記データと一致しなかったアドレス値で前記第1の値が存在する下位からの桁数分の、下位からのビットで前記データバスの接続不良が存在する旨の情報を送出することを特徴とする請求項2記載のメモリ検査装置。
The data bus connection information sending means includes:
And transmitting information indicating that there is a connection failure of the data bus by the lower-order bits of the number of digits from the lower end where the first value is present in the address value that did not match the data. 3. The memory inspection device according to claim 2, wherein:
前記第1の値は1であって、前記第2の値は0であることを特徴とする請求項2または3記載のメモリ検査装置。4. The memory inspection device according to claim 2, wherein the first value is 1, and the second value is 0. 前記アドレスバスにおける全てのビットが前記第2の値のアドレスに対して、全ての桁が前記第2の値のデータを書き込む第2のデータ書き込み手段と、
前記第1のデータ書き込み手段および前記第2のデータ書き込み手段により書き込まれたデータを読み込む第2のデータ読み込み手段と、
前記第2のデータ読み込み手段により読み込まれたデータ全てに対してOR演算を行うOR演算手段と、
前記OR演算手段による算出値に、前記第2の値の桁が存在する場合、前記アドレスバスの接続が不良である旨の情報を送出するアドレスバス接続情報送出手段と、
を有することを特徴とする請求項4記載のメモリ検査装置。
A second data writing unit in which all bits of the address bus write the data of the second value with respect to the address of the second value;
Second data reading means for reading data written by the first data writing means and the second data writing means;
OR operation means for performing an OR operation on all data read by the second data reading means;
Address bus connection information sending means for sending information indicating that the connection of the address bus is defective, when the value calculated by the OR operation means has a digit of the second value;
The memory inspection device according to claim 4, comprising:
前記第1の値は0であって、前記第2の値は1であることを特徴とする請求項2または3記載のメモリ検査装置。4. The memory inspection device according to claim 2, wherein the first value is 0 and the second value is 1. 前記アドレスバスにおける全てのビットが前記第2の値のアドレスに対して、全ての桁が前記第2の値のデータを書き込む第2のデータ書き込み手段と、
前記第1のデータ書き込み手段および前記第2のデータ書き込み手段により書き込まれたデータを読み込む第2のデータ読み込み手段と、
前記第2のデータ読み込み手段により読み込まれたデータ全てに対してAND演算を行うAND演算手段と、
前記AND演算手段による算出値に、前記第2の値の桁が存在する場合、前記アドレスバスの接続が不良である旨の情報を送出するアドレスバス接続情報送出手段と、
を有することを特徴とする請求項6記載のメモリ検査装置。
A second data writing unit in which all bits of the address bus write the data of the second value with respect to the address of the second value;
Second data reading means for reading data written by the first data writing means and the second data writing means;
AND operation means for performing an AND operation on all data read by the second data reading means;
Address bus connection information transmitting means for transmitting information indicating that the connection of the address bus is defective, when the value of the second value exists in the value calculated by the AND operation means;
7. The memory inspection device according to claim 6, comprising:
前記アドレスバス接続情報送出手段は、
前記算出値における第2の値が存在する桁の下位からの桁数分の、下位からのビットで前記アドレスバスの接続不良が存在する旨の情報を送出することを特徴とする請求項5または7記載のメモリ検査装置。
The address bus connection information sending means includes:
6. The information indicating that there is a connection failure of the address bus using lower-order bits of the number of lower-order digits of the digit where the second value exists in the calculated value. 8. The memory inspection device according to 7.
データバスおよびアドレスバスを介してメモリと接続されているメモリ検査装置を用いたメモリ検査方法であって、
前記メモリ検査装置が、Nビットからなる前記アドレスバスに対して1ビットのみが第1の値、その他のビット全てが第2の値としてアドレス値と書き込みデータ値を同じ値にし、特定のアドレスに特定のデータを書き込み、読み込んで比較を行って、前記データバスに起因するメモリチェックを行うことを特徴とするメモリ検査方法。
A memory inspection method using a memory inspection device connected to a memory via a data bus and an address bus,
The memory testing apparatus sets the address value and the write data value to the same value as the N-bit address bus, where only one bit is a first value and all other bits are second values, A memory inspection method, comprising writing and reading specific data, performing comparison, and performing a memory check caused by the data bus.
データバスおよびアドレスバスを介してメモリと接続されているメモリ検査装置を用いたメモリ検査方法であって、
前記メモリ検査装置が、Nビットからなる前記アドレスバスにおける1ビットのみが第1の値、その他のビット全てが第2の値の各アドレスに対して、該各アドレス値と同一の値のデータを書き込む第1のデータ書き込み工程と、
前記メモリ検査装置が、前記第1のデータ書き込み工程により書き込んだ各アドレスのデータを読み込む第1のデータ読み込み工程と、
前記メモリ検査装置が、前記データを書き込んだ各アドレスの値と、該アドレスそれぞれから前記第1のデータ読み込み工程により読み込んだデータとを比較するデータ比較工程と、
前記メモリ検査装置が、前記データ比較工程により、前記アドレス値と該アドレスから読み込まれたデータとが一致しなかったアドレスが存在すると判断した場合、前記データバスの接続が不良である旨の情報を送出するデータバス接続情報送出工程と、
を有することを特徴とするメモリ検査方法。
A memory inspection method using a memory inspection device connected to a memory via a data bus and an address bus,
The memory inspecting apparatus, for each address in which only one bit in the N-bit address bus has a first value and all other bits have a second value, writes data having the same value as each address value. A first data writing step for writing;
A first data reading step in which the memory inspection device reads data at each address written in the first data writing step;
A data comparing step of comparing the value of each address where the data is written and the data read from the respective addresses in the first data reading step,
When the memory inspection device determines in the data comparison step that there is an address where the address value does not match the data read from the address, information indicating that the connection of the data bus is defective is provided. Sending data bus connection information sending step;
A memory inspection method, comprising:
前記データバス接続情報送出工程は、
前記メモリ検査装置が、前記データと一致しなかったアドレス値で前記第1の値が存在する下位からの桁数分の、下位からのビットで前記データバスの接続不良が存在する旨の情報を送出することを特徴とする請求項10記載のメモリ検査方法。
The data bus connection information sending step includes:
The memory inspection device may provide information indicating that there is a connection failure of the data bus using lower-order bits of the number of lower-order digits where the first value is present at an address value that did not match the data. 11. The memory inspection method according to claim 10, wherein the transmission is performed.
前記第1の値は1であって、前記第2の値は0であることを特徴とする請求項10または11記載のメモリ検査方法。12. The memory inspection method according to claim 10, wherein the first value is 1, and the second value is 0. 前記メモリ検査装置が、前記アドレスバスにおける全てのビットが前記第2の値のアドレスに対して、全ての桁が前記第2の値のデータを書き込む第2のデータ書き込み工程と、
前記メモリ検査装置が、前記第1のデータ書き込み工程および前記第2のデータ書き込み工程により書き込んだデータを読み込む第2のデータ読み込み工程と、
前記メモリ検査装置が、前記第2のデータ読み込み工程により読み込んだデータ全てに対してOR演算を行うOR演算工程と、
前記メモリ検査装置が、前記OR演算工程による算出値に、前記第2の値の桁が存在すると判断した場合、前記アドレスバスの接続が不良である旨の情報を送出するアドレスバス接続情報送出工程と、
を有することを特徴とする請求項12記載のメモリ検査方法。
A second data writing step in which the memory inspection device writes all bits of the address bus with the second value of the address and all digits of the address with the second value;
A second data reading step in which the memory inspection device reads data written in the first data writing step and the second data writing step;
An OR operation step in which the memory inspection device performs an OR operation on all data read in the second data reading step;
An address bus connection information transmitting step of transmitting information indicating that the connection of the address bus is defective, when the memory inspection device determines that the second value digit is present in the value calculated by the OR operation step; When,
13. The memory inspection method according to claim 12, comprising:
前記第1の値は0であって、前記第2の値は1であることを特徴とする請求項10または11記載のメモリ検査方法。12. The memory inspection method according to claim 10, wherein the first value is 0 and the second value is 1. 前記メモリ検査装置が、前記アドレスバスにおける全てのビットが前記第2の値のアドレスに対して、全ての桁が前記第2の値のデータを書き込む第2のデータ書き込み工程と、
前記メモリ検査装置が、前記第1のデータ書き込み工程および前記第2のデータ書き込み工程により書き込んだデータを読み込む第2のデータ読み込み工程と、
前記メモリ検査装置が、前記第2のデータ読み込み工程により読み込んだデータ全てに対してAND演算を行うAND演算工程と、
前記メモリ検査装置が、前記AND演算工程による算出値に、前記第2の値の桁が存在すると判断した場合、前記アドレスバスの接続が不良である旨の情報を送出するアドレスバス接続情報送出工程と、
を有することを特徴とする請求項14記載のメモリ検査方法。
A second data writing step in which the memory inspection device writes all bits of the address bus with the second value of the address and all digits of the address with the second value;
A second data reading step in which the memory inspection device reads data written in the first data writing step and the second data writing step;
An AND operation step in which the memory inspection device performs an AND operation on all data read in the second data reading step;
An address bus connection information transmitting step of transmitting information indicating that the connection of the address bus is defective, when the memory inspection device determines that the digit of the second value exists in the value calculated by the AND operation step; When,
The memory inspection method according to claim 14, comprising:
前記アドレスバス接続情報送出工程は、
前記メモリ検査装置が、前記算出値における第2の値が存在する桁の下位からの桁数分の、下位からのビットで前記アドレスバスの接続不良が存在する旨の情報を送出することを特徴とする請求項13または15記載のメモリ検査方法。
The address bus connection information sending step includes:
The memory inspection device sends information indicating that there is a connection failure of the address bus using lower-order bits of the number of digits from the lowermost digit where the second value in the calculated value exists. 16. The memory inspection method according to claim 13, wherein:
JP2003132195A 2003-05-09 2003-05-09 Memory inspection device and memory inspection method Pending JP2004334707A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003132195A JP2004334707A (en) 2003-05-09 2003-05-09 Memory inspection device and memory inspection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003132195A JP2004334707A (en) 2003-05-09 2003-05-09 Memory inspection device and memory inspection method

Publications (1)

Publication Number Publication Date
JP2004334707A true JP2004334707A (en) 2004-11-25

Family

ID=33507150

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003132195A Pending JP2004334707A (en) 2003-05-09 2003-05-09 Memory inspection device and memory inspection method

Country Status (1)

Country Link
JP (1) JP2004334707A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009252026A (en) * 2008-04-08 2009-10-29 Kyocera Mita Corp Memory diagnosis device and information processing apparatus
US8732532B2 (en) 2010-11-24 2014-05-20 Fujitsu Limited Memory controller and information processing system for failure inspection

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009252026A (en) * 2008-04-08 2009-10-29 Kyocera Mita Corp Memory diagnosis device and information processing apparatus
US8732532B2 (en) 2010-11-24 2014-05-20 Fujitsu Limited Memory controller and information processing system for failure inspection

Similar Documents

Publication Publication Date Title
US8572444B2 (en) Memory apparatus and testing method thereof
KR920001104B1 (en) Address line error test method
JP2005242797A (en) Error correction circuit
CN109785893B (en) Redundancy storage of error correction code check bits for verifying proper operation of memory
JP4373615B2 (en) Initial bad block marking method
JP2004521430A (en) Method and circuit arrangement for memory error handling
US7484147B2 (en) Semiconductor integrated circuit
JP2004334707A (en) Memory inspection device and memory inspection method
JP2001290710A (en) Device for detecting data error
US20040255224A1 (en) Semiconductor storage device and evaluation method
JP2014016925A (en) Information processing system, data switching method and program
US20100122150A1 (en) Cpu instruction ram parity error procedure
US10565076B2 (en) Device for supervising and initializing ports
JP4543317B2 (en) Nonvolatile memory data control method
JPH08263391A (en) Information processor
JP4260805B2 (en) CAM device and CAM control method
JP2818659B2 (en) Error correction method
JP2907114B2 (en) Method and apparatus for correcting 1-bit error in EEPROM
JP4108462B2 (en) Memory check circuit
JP3951681B2 (en) Memory inspection method and memory inspection program
KR20230131029A (en) Semiconductor device and semiconductor system
JP2002208297A (en) Test method for ram and bus, and storage medium
JP2001067271A (en) Check method of memory circuit
JPH0756816A (en) Controller for memory
JP2008269115A (en) Memory check device and memory check method

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20060411

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060414

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080325

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080715