JPH04256033A - Memory diagnostic system - Google Patents

Memory diagnostic system

Info

Publication number
JPH04256033A
JPH04256033A JP3038164A JP3816491A JPH04256033A JP H04256033 A JPH04256033 A JP H04256033A JP 3038164 A JP3038164 A JP 3038164A JP 3816491 A JP3816491 A JP 3816491A JP H04256033 A JPH04256033 A JP H04256033A
Authority
JP
Japan
Prior art keywords
memory
processor
diagnosis
storage capacity
cpu
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
JP3038164A
Other languages
Japanese (ja)
Inventor
Hideaki Fujimori
藤森 英明
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
Original Assignee
NEC Corp
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 filed Critical NEC Corp
Priority to JP3038164A priority Critical patent/JPH04256033A/en
Publication of JPH04256033A publication Critical patent/JPH04256033A/en
Pending legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Hardware Redundancy (AREA)
  • Multi Processors (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)

Abstract

PURPOSE:To shorten the starting time of a computer system by uniformizing the load of memory diagnosis each processor bears. CONSTITUTION:The storage capacity of a memory corresponding to its own processor is detected by a storage capacity detecting part 10a. This detected result and the performance value of its own processor are reported to another processor by an information reporting part 20a. A memory diagnosis uniformizing part 30 uniformizes the processing load of the memory diagnosis on the basis of this reported information.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【技術分野】本発明はメモリ診断システムに関し、特に
多重プロセッサ方式の計算機システムにおけるシステム
立上げ時のメモリ診断方式に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory diagnostic system, and more particularly to a memory diagnostic method at system start-up in a multiprocessor type computer system.

【0002】0002

【従来技術】多重プロセッサ方式の計算機システムの一
形態として、各プロセッサ毎に対応する主記憶装置(メ
モリと称する)を有しているが、一方のプロセッサから
も他方のプロセッサに対応するメモリをアクセス可能と
した形態がある。
[Prior Art] As a form of multi-processor type computer system, each processor has a corresponding main storage device (referred to as memory), but one processor can also access the memory corresponding to the other processor. There is a form that makes it possible.

【0003】かかる多重プロセッサ方式の計算機システ
ムでは、システムの立上げ時におけるメモリ診断は、各
メモリに夫々対応するプロセッサ自身がメモリ診断を個
別に行っている。
In such a multi-processor type computer system, memory diagnosis is performed individually by each processor corresponding to each memory at the time of starting up the system.

【0004】従来の当該システム立上げの手順は次の如
くである。先ず、システムリセットにより各プロセッサ
は対応する内部論理ブロック及びメモリの診断を行う。 メモリの診断としては、いくつかのパターンを書込んで
は読出し、書込んだ値が読めるかどうか、パリティは正
しいかどうか等をチェックする。
The conventional procedure for starting up the system is as follows. First, upon system reset, each processor diagnoses its corresponding internal logic block and memory. To diagnose the memory, write and read several patterns, and check whether the written values can be read and whether the parity is correct.

【0005】全てのプロセッサで正常を確認すると、主
プロセッサは各プロセッサのプログラムを各プロセッサ
用メモリにロードする。各プロセッサはこのプログラム
ロード後、そのロードしたプログラムに制御を移してシ
ステムが立上る。
[0005] After confirming that all processors are normal, the main processor loads the program for each processor into the memory for each processor. After each processor loads this program, control is transferred to the loaded program and the system starts up.

【0006】すなわち、従来の多重プロセッサ方式の計
算機システムの立上げ時においては、各論理ブロック毎
に内部診断が行われているが、この内部診断が最も時間
を要するメモリの診断を、各々対応するプロセッサが夫
々個々に受けもっている。
That is, when starting up a conventional multiprocessor type computer system, internal diagnosis is performed for each logical block, but this internal diagnosis requires the most time consuming memory diagnosis. Each processor is responsible for this individually.

【0007】この様に従来のメモリ診断方式では、各メ
モリに夫々対応するプロセッサ自身がそのメモリの診断
を行っているので、一方のプロセッサに対応するメモリ
の記憶容量が他方のプロセッサに対応する記憶容量より
も多い場合には、その多い記憶容量の分だけプロセッサ
によるメモリ診断に時間を要してしまい、よって計算機
システムの立上げが完了するまでに相当の時間を要する
という欠点がある。
As described above, in the conventional memory diagnosis method, the processor corresponding to each memory diagnoses the memory itself, so the storage capacity of the memory corresponding to one processor is the same as that of the memory corresponding to the other processor. If the storage capacity is larger than the storage capacity, it takes time for the processor to diagnose the memory by the amount of storage capacity, which has the disadvantage that it takes a considerable amount of time to complete the startup of the computer system.

【0008】また、プロセッサに対応するメモリの容量
が同じでも、一方のプロセッサの処理能力が他方のプロ
セッサのそれよりも高いと、処理能力の差だけ他方のプ
ロセッサによるメモリ診断に時間を要し、結果的に計算
機システムの立上げが完了するまでに相当の時間を要す
るという欠点がある。
Furthermore, even if the memory capacity corresponding to the processors is the same, if the processing capacity of one processor is higher than that of the other processor, it will take time for the other processor to diagnose the memory by the difference in processing capacity. As a result, there is a drawback that it takes a considerable amount of time to complete the startup of the computer system.

【0009】[0009]

【発明の目的】本発明の目的は、各プロセッサが負担す
るメモリ診断の負荷を互いに均等化して計算機システム
の立上げ時間の短縮を可能とするメモリ診断システムを
提供することである。
OBJECTS OF THE INVENTION An object of the present invention is to provide a memory diagnostic system that equalizes the memory diagnostic load borne by each processor, thereby making it possible to shorten the start-up time of a computer system.

【0010】0010

【発明の構成】本発明によれば、複数のプロセッサと、
これ等プロセッサに夫々対応して設けられた複数のメモ
リとを含み、前記メモリの各々に対して前記プロセッサ
のいずれからもアクセス自在とされた計算機システムに
おけるメモリ診断システムであって、自プロセッサに対
応するメモリの記憶容量を検出する記憶容量検出手段と
、この記憶容量検出結果と自プロセッサの性能値とを他
のプロセッサに通知する通知手段と、これ等通知された
記憶容量と性能値とに基き対応するメモリのどこまでの
記憶領域を診断するかを判定してメモリ診断時の負荷を
各プロセッサに対して均等化するメモリ診断均等化手段
とを、前記プロセッサの夫々に対応して設けたことを特
徴とするメモリ診断システムが得られる。
[Structure of the Invention] According to the present invention, a plurality of processors;
A memory diagnostic system for a computer system that includes a plurality of memories provided corresponding to each of these processors, and each of the memories can be freely accessed from any of the processors, and the memory diagnosis system corresponds to the own processor. storage capacity detection means for detecting the storage capacity of the memory to be processed; notification means for notifying other processors of the memory capacity detection result and the performance value of the own processor; Memory diagnosis equalization means is provided for each of the processors to determine how much storage area of the corresponding memory is to be diagnosed and to equalize the load during memory diagnosis to each processor. A memory diagnostic system with characteristics is obtained.

【0011】[0011]

【実施例】以下、図面を参照して本発明の実施例を詳述
する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

【0012】図3は本発明の実施例が適用される電子計
算機システムのブロック図である。CPU(プロセッサ
)1はメモリ2をメモリバス5を経由してアクセスし、
CPU3はメモリ4をメモリバス6を介してアクセスす
る。
FIG. 3 is a block diagram of an electronic computer system to which an embodiment of the present invention is applied. CPU (processor) 1 accesses memory 2 via memory bus 5,
CPU 3 accesses memory 4 via memory bus 6 .

【0013】また、プロセッサ1,2及びメモリ3,4
はシステムバス7に共に接続されているので、CPU1
からメモリ4をシステムバス7経由でアクセス可能とな
っており、また、CPU3からメモリ2を同様にアクセ
ス可能となている。
[0013] Also, processors 1 and 2 and memories 3 and 4
are both connected to system bus 7, so CPU1
The memory 4 can be accessed from the CPU 3 via the system bus 7, and the memory 2 can be similarly accessed from the CPU 3.

【0014】メモリ2,4はあるユニット単位で容量を
増減することが可能である。従って、メモリ2,4は異
なる記憶容量となり得るのである。
The capacities of the memories 2 and 4 can be increased or decreased in units of units. Therefore, memories 2 and 4 can have different storage capacities.

【0015】メモリ診断を行うためのプログラムはCP
U1,3内の不揮発な記憶部分に格納されているものと
する。尚、バス上でアクセスに対して応答がないときに
は、タイマによるバスエラー検出が行われるもので、こ
れは周知技術である。
The program for performing memory diagnosis is CP.
It is assumed that the data is stored in a non-volatile storage part in U1 and U3. Note that when there is no response to an access on the bus, bus error detection is performed using a timer, which is a well-known technique.

【0016】図4は図3に示した計算機システムにおけ
るメモリアドレス空間図であり、アドレス空間8内の斜
線部分はメモリ2及び4の各エリアを夫々示している。 ここで、NはCPU1,3がメモリバス5,6及びシス
テムバス7を介して使用可能なバイト数である。
FIG. 4 is a memory address space diagram in the computer system shown in FIG. 3, with hatched areas in address space 8 indicating areas of memories 2 and 4, respectively. Here, N is the number of bytes that can be used by the CPUs 1 and 3 via the memory buses 5 and 6 and the system bus 7.

【0017】図1及び図2は本発明のメモリ診断システ
ムの実施例の処理フロー図である。図1は図3のCPU
1によりメモリ診断を実行するプログラムのフローチャ
ートを示し、図2はCPU3によりメモリ診断を実行す
るプログラムのフローチャートを示す。このプログラム
は先述した如く各CPU1,3内の不揮発性記憶手段内
に格納され、システム立上げ時に自動的に動作する。
FIGS. 1 and 2 are process flow diagrams of an embodiment of the memory diagnostic system of the present invention. Figure 1 shows the CPU in Figure 3.
1 shows a flowchart of a program for executing memory diagnosis, and FIG. 2 shows a flowchart of a program for executing memory diagnosis by CPU 3. As mentioned above, this program is stored in the non-volatile storage means in each CPU 1, 3, and runs automatically when the system is started up.

【0018】本メモリ診断システムは図1,2から明ら
かな如く、記憶容量検出部10a,10bと、情報通知
部20a,20bと、メモリ診断均等化部30a,30
bとからなっている。
As is clear from FIGS. 1 and 2, the present memory diagnosis system includes storage capacity detection units 10a, 10b, information notification units 20a, 20b, and memory diagnosis equalization units 30a, 30.
It consists of b.

【0019】以下、本発明の実施例の動作を説明するが
、ここでは具体的な説明のために、次の3点を仮定する
。すなわち、CPU1,3の処理速度は互いに異なり、
またメモリアクセス速度は全てのバスに関して等しいも
のとし、更にメモリ2の記憶領域はアドレス空間8の0
番地から始まり、メモリ4のそれはアドレス空間8の中
間番地(N/2 +1)から始まるものとする。
The operation of the embodiment of the present invention will be described below, but for the sake of concrete explanation, the following three points will be assumed. In other words, the processing speeds of CPUs 1 and 3 are different from each other,
It is also assumed that the memory access speed is the same for all buses, and that the storage area of memory 2 is 0 in address space 8.
It is assumed that the memory 4 starts from the intermediate address (N/2+1) of the address space 8.

【0020】先ず、記憶容量検出部10a,10bの動
作について述べる。CPU1はメモリ2の記憶容量のユ
ニット数,CPU1の性能値(1ユニットのメモリ診断
に要する時間)を格納する通信エリアa(アドレス空間
8の先頭アドレス)をクリアする(ステップ101a)
First, the operation of the storage capacity detectors 10a and 10b will be described. The CPU 1 clears the communication area a (starting address of the address space 8) that stores the number of storage capacity units of the memory 2 and the performance value of the CPU 1 (time required for diagnosing one unit of memory) (step 101a).
.

【0021】CPU3はメモリ4の記憶容量のユニット
数、CPU3の性能値を格納する通信エリアb(アドレ
ス空間8の(N/2 +1)番地をクリアする(ステッ
プ101b)。CPU1はメモリ2の記憶容量を検出す
るために、ユニット数を1に初期化し(ステップ102
a)、(1ユニット×1ユニット当りの記憶容量)の番
地,(2ユニット×1ユニット当りの記憶容量)の番地
,……,(iユニット×1ユニット当りの記憶容量)の
番地をメモリバス5を介してバスエラーが生ずるまで順
にアクセスして行く(ステップ103a,104a)。
The CPU 3 clears the number of storage capacity units of the memory 4 and the address (N/2 + 1) of the communication area b (address space 8) that stores the performance value of the CPU 3 (step 101b). In order to detect the capacity, the number of units is initialized to 1 (step 102).
a), address (1 unit x memory capacity per unit), address (2 units x memory capacity per unit), ..., address (i unit x memory capacity per unit) on the memory bus 5 until a bus error occurs (steps 103a, 104a).

【0022】バスエラーが生じると、メモリ2の使用可
能な番地を越えてアクセスしたことを意味するので、バ
スエラーが生じた1つ前のユニット数がメモリ2の記憶
容量であると判断することができる(ステップ105a
)。
[0022] When a bus error occurs, it means that access has been made beyond the usable address of memory 2, so it is determined that the number of units before the bus error occurs is the storage capacity of memory 2. (step 105a)
).

【0023】CPU3についても同様にステップ102
b,103b,104b,105bを夫々実行して、メ
モリ4の記憶容量を判定する。
[0023] Similarly, step 102 is performed for CPU3.
b, 103b, 104b, and 105b are executed to determine the storage capacity of the memory 4.

【0024】次に、情報通知部20a,20bの動作に
ついて説明する。CPU1は通信エリアaに対応するメ
モリ2のユニット数iと、予め決まっているCPU1の
性能値とを書込む(ステップ106a)。
Next, the operation of the information notification sections 20a and 20b will be explained. The CPU 1 writes the number i of units of the memory 2 corresponding to the communication area a and the predetermined performance value of the CPU 1 (step 106a).

【0025】そして、CPU1は他方のCPU3のメモ
リ4のユニット数が格納されている通信エリアbのi(
ユニット数)を読出す。読出した値が0であれば、まだ
CPU3がメモリ4のユニット数を検出していないので
、この値が0でなくなるまで読出しを繰返す(ステップ
107a)。
[0025] Then, the CPU 1 selects i(
number of units). If the read value is 0, since the CPU 3 has not yet detected the number of units in the memory 4, reading is repeated until this value is no longer 0 (step 107a).

【0026】他方のCPU2についても同様にステップ
106b,107bを実行して、情報通知部20a,2
0bの動作が終了する。
Steps 106b and 107b are similarly executed for the other CPU 2, and the information notification units 20a and 2
The operation of 0b ends.

【0027】続いて、メモリ診断均等化部30a,30
bの動作について説明する。先ず、CPU1はメモリ診
断の処理時間を比較する。すなわち、 a.i ×a.c ≦b.i ×b.cを算出し比較す
る(ステップ108a)。
Next, the memory diagnosis equalization units 30a, 30
The operation of b will be explained. First, the CPU 1 compares the processing times for memory diagnosis. That is, a. i ×a. c≦b. i×b. c is calculated and compared (step 108a).

【0028】ここに、a.i は通信エリアaのi,a
.c はCPU1の性能値,b.i は通信エリアbの
i,b.c はCPU3の性能値を夫々示している。こ
こで、性能値は1ユニットのメモリ診断に要する時間と
する。
Here, a. i is i,a of communication area a
.. c is the performance value of CPU1, b. i is i, b. of communication area b. c indicates the performance value of the CPU 3, respectively. Here, the performance value is the time required to diagnose one unit of memory.

【0029】この比較によりCPU1のメモリ診断時間
がCPU3のそれよりも小であれば、メモリ2の診断を
全て行った後に、CPU3がメモリ4の診断においてそ
の時点で残しているメモリのうち、b.c /(a.c
 +b.c )をCPU1が診断する(ステップ109
a)。
According to this comparison, if the memory diagnosis time of CPU 1 is shorter than that of CPU 3, then after all the diagnosis of memory 2 has been performed, CPU 3 diagnoses memory 4 and uses b of the remaining memory at that time. .. c/(a.c.
+b. c) is diagnosed by the CPU 1 (step 109).
a).

【0030】これをメモリアドレスで表現すれば、0番
地からa.i ×u(uは1ユニット当りのメモリ容量
)番地までの診断を行い、メモリ4で残っている{(N
/2 +1)+a.i ×a.c /b.i ×b.c
 ×b.i ×u}番地(これをAと表わす)からb.
i ×U番地までのうちの後b.c /(a.c +b
.c )分すなわち、(A×b.c +E×a.c )
/(a.c +b.c )番地から(N/2 +1)+
b.i ×u番地まで診断する。
If this is expressed as a memory address, from address 0 to a. Diagnosis is performed up to address i × u (u is the memory capacity per unit), and the remaining memory in memory 4 {(N
/2 +1)+a. i ×a. c/b. i×b. c.
×b. i × u} address (denoted as A) to b.
After i x U address b. c / (a.c + b
.. c) minutes, i.e. (A×b.c +E×a.c)
/(a.c +b.c) from address (N/2 +1)+
b. Diagnose up to address i x u.

【0031】ここで、EとはN/2 +1+b.i ×
u番地すなわちメモリ4の最終番地を示す。逆に、CP
U1のメモリ診断時間の方がCPU3のそれよりも長い
場合には、CPU1がメモリ2のメモリ診断を、「CP
U3がメモリ4の診断に要する時間」で行える分B(B
=b.i ×b.c ÷a.c ×u番地)と、残りの
差分のb.c /(a.c +b.c )分まで行う(
ステップ110a)。
Here, E is N/2 +1+b. i ×
It shows the u address, that is, the final address of the memory 4. On the contrary, C.P.
If the memory diagnosis time of U1 is longer than that of CPU3, CPU1 performs the memory diagnosis of memory 2 by
The amount of time that U3 can perform in the time it takes to diagnose memory 4 is B (B
=b. i×b. c÷a. c × u address) and the remaining difference b. Repeat until c/(a.c + b.c) minutes (
Step 110a).

【0032】これをアドレスで表現すれば、0番地から
B+(a.i ×u−B)×b.c /(a.c +b
.c )番地までのメモリ診断を行うことになる。
Expressing this in terms of addresses, starting from address 0, B+(a.i×u−B)×b. c / (a.c + b
.. c) Memory diagnosis up to address will be performed.

【0033】以上がメモリ診断均等化部30aの動作で
あるが、メモリ診断均等化部30bについても同様にス
テップ108b,109b,110bを夫々行うことに
より処理が終了する。
The above is the operation of the memory diagnosis equalization section 30a, and the processing of the memory diagnosis equalization section 30b is similarly completed by performing steps 108b, 109b, and 110b, respectively.

【0034】上記実施例では、2台のCPUと2台のメ
モリとを含む例を示しているが、3台以上のCPU、メ
モリを夫々を含むシステムでも、同様に本発明は適用可
能である。
Although the above embodiment shows an example including two CPUs and two memories, the present invention is equally applicable to a system including three or more CPUs and three or more memories. .

【0035】[0035]

【発明の効果】以上述べた如く、本発明によれば、各プ
ロセッサに夫々対応するメモリの記憶容量を検出して、
その値とプロセッサ性能値とを他のプロセッサに通知し
、メモリ診断に要する処理をプロセッサ間で均等化して
いるので、メモリ診断の時間を短縮できるという効果が
ある。
As described above, according to the present invention, the storage capacity of the memory corresponding to each processor is detected,
This value and the processor performance value are notified to other processors, and the processing required for memory diagnosis is equalized among the processors, which has the effect of shortening the time for memory diagnosis.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】本発明の実施例において、1のCPUのメモリ
診断方式を示す処理フロー図である。
FIG. 1 is a processing flow diagram showing a memory diagnosis method for one CPU in an embodiment of the present invention.

【図2】本発明の実施例において、他のCPUのメモリ
診断方式を示す処理フロー図である。
FIG. 2 is a process flow diagram showing another CPU memory diagnosis method in the embodiment of the present invention.

【図3】本発明の実施例が適用される計算機システムの
概略ブロック図である。
FIG. 3 is a schematic block diagram of a computer system to which an embodiment of the present invention is applied.

【図4】メモリのアドレス空間を示す図である。FIG. 4 is a diagram showing a memory address space.

【符号の説明】[Explanation of symbols]

1,3    CPU 2,4    メモリ 10a,10b   記憶容量検出部 20a,20b   情報通知部 1,3 CPU 2,4 Memory 10a, 10b Storage capacity detection unit 20a, 20b Information notification department

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  複数のプロセッサと、これ等プロセッ
サに夫々対応して設けられた複数のメモリとを含み、前
記メモリの各々に対して前記プロセッサのいずれからも
アクセス自在とされた計算機システムにおけるメモリ診
断システムであって、自プロセッサに対応するメモリの
記憶容量を検出する記憶容量検出手段と、この記憶容量
検出結果と自プロセッサの性能値とを他のプロセッサに
通知する通知手段と、これ等通知された記憶容量と性能
値とに基き対応するメモリのどこまでの記憶領域を診断
するかを判定してメモリ診断時の負荷を各プロセッサに
対して均等化するメモリ診断均等化手段とを、前記プロ
セッサの夫々に対応して設けたことを特徴とするメモリ
診断システム。
1. A computer system comprising a plurality of processors and a plurality of memories provided corresponding to the processors, each of the memories being freely accessible from any of the processors. The diagnostic system includes a storage capacity detection means for detecting the storage capacity of a memory corresponding to a self-processor, a notification means for notifying other processors of the storage capacity detection result and a performance value of the self-processor, and notification thereof. a memory diagnosis equalizing means for determining how much storage area of the corresponding memory is to be diagnosed based on the memory capacity and performance value determined and equalizing the load during memory diagnosis to each processor; A memory diagnostic system is provided corresponding to each of the following.
JP3038164A 1991-02-07 1991-02-07 Memory diagnostic system Pending JPH04256033A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3038164A JPH04256033A (en) 1991-02-07 1991-02-07 Memory diagnostic system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3038164A JPH04256033A (en) 1991-02-07 1991-02-07 Memory diagnostic system

Publications (1)

Publication Number Publication Date
JPH04256033A true JPH04256033A (en) 1992-09-10

Family

ID=12517764

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3038164A Pending JPH04256033A (en) 1991-02-07 1991-02-07 Memory diagnostic system

Country Status (1)

Country Link
JP (1) JPH04256033A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015184796A (en) * 2014-03-20 2015-10-22 日立オートモティブシステムズ株式会社 Electronic control unit and memory diagnosis method
JP2016071600A (en) * 2014-09-30 2016-05-09 大日本印刷株式会社 Arithmetic unit, arithmetic method, and arithmetic program
JP2016212727A (en) * 2015-05-12 2016-12-15 日本電気通信システム株式会社 Semiconductor device and inspection method of memory

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015184796A (en) * 2014-03-20 2015-10-22 日立オートモティブシステムズ株式会社 Electronic control unit and memory diagnosis method
JP2016071600A (en) * 2014-09-30 2016-05-09 大日本印刷株式会社 Arithmetic unit, arithmetic method, and arithmetic program
JP2016212727A (en) * 2015-05-12 2016-12-15 日本電気通信システム株式会社 Semiconductor device and inspection method of memory

Similar Documents

Publication Publication Date Title
WO2007055068A1 (en) Memory diagnosis apparatus
US11797369B2 (en) Error reporting for non-volatile memory modules
CN112835516B (en) RAID card monitoring management method, system and device
JPH04256033A (en) Memory diagnostic system
JP2001356971A (en) System and method for testing multiprocessor memory
US20070179635A1 (en) Method and article of manufacure to persistently deconfigure connected elements
JP3190694B2 (en) Diagnostic method for local memory
JP3076155B2 (en) Initial setting method of multiprocessor system
JP3036449B2 (en) Memory diagnostic device
JP3080030B2 (en) Hierarchical cache device
JPH01188969A (en) Memory diagnostic system
JPH09213072A (en) Dram refresh control system
JPH1031620A (en) Diagnostic device for cache memory
JPS6230105Y2 (en)
JP2510663B2 (en) Error control method
JPH02105241A (en) Memory fault detection circuit
JP2656600B2 (en) Test method for semiconductor memory device
JPH01290060A (en) Rise system for computer system
JPH07110790A (en) Memory diagnostic device
JPS6158063A (en) Data processing device
JPS588363A (en) Collecting system for program execution career information
JP2008242592A (en) Memory monitoring circuit, information processing apparatus and memory monitoring method
JPH086864A (en) Diagnostic system for address bus for memory control
JPH01309155A (en) Memory controller
JPH06282499A (en) Memory diagnostic processor