JPS6232822B2 - - Google Patents

Info

Publication number
JPS6232822B2
JPS6232822B2 JP57017022A JP1702282A JPS6232822B2 JP S6232822 B2 JPS6232822 B2 JP S6232822B2 JP 57017022 A JP57017022 A JP 57017022A JP 1702282 A JP1702282 A JP 1702282A JP S6232822 B2 JPS6232822 B2 JP S6232822B2
Authority
JP
Japan
Prior art keywords
error
section
code
correction
information
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.)
Expired
Application number
JP57017022A
Other languages
Japanese (ja)
Other versions
JPS58137196A (en
Inventor
Shiro Hoshi
Yoshio Kiryu
Seiji Izumi
Shigeru Kaneko
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP57017022A priority Critical patent/JPS58137196A/en
Publication of JPS58137196A publication Critical patent/JPS58137196A/en
Publication of JPS6232822B2 publication Critical patent/JPS6232822B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1076Parity data used in redundant arrays of independent storages, e.g. in RAID systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1008Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's in individual solid state devices

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Detection And Correction Of Errors (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Description

【発明の詳細な説明】 発明の対象 本発明は、記憶装置に関し、特に誤り検出訂正
機能の検出率を向上できる記憶装置に関するもの
である。
DETAILED DESCRIPTION OF THE INVENTION Object of the Invention The present invention relates to a storage device, and particularly to a storage device that can improve the detection rate of an error detection and correction function.

従来技術 記憶装置においては、書き込み動作時、情報符
号に誤り訂正符号(ECC)を付加した情報を記
憶媒体に記憶させ、読み出し動作時にその記憶内
容を読み出して、もし1ビツトの誤りがあれば、
その誤りを訂正し、2ビツトの誤りがあればその
検出を行うことができる。このような1ビツト誤
り訂正2ビツト誤り検出の符号は、ハミング符号
と呼ばれる。
Prior Art In a storage device, during a write operation, information obtained by adding an error correction code (ECC) to an information code is stored in a storage medium, and during a read operation, the stored contents are read out, and if there is a 1-bit error,
The error can be corrected, and if there is a 2-bit error, it can be detected. Such a code for 1-bit error correction and 2-bit error detection is called a Hamming code.

従来の誤り検出訂正機能を有する記憶装置は、
第1図に示すように、書込レジスタ2、ハミン
グ・ジエネレータ3、記憶部4、読出レジスタ
5、ハミング・チエツカ6、誤りビツトを指摘す
るデコーダ7、および誤り訂正回路8から構成さ
れ、アクセス装置としての処理装置1から書き込
み動作あるいは読み出し動作が指示される。
Conventional storage devices with error detection and correction functions are
As shown in FIG. 1, the access device is composed of a write register 2, a Hamming generator 3, a storage section 4, a read register 5, a Hamming checker 6, a decoder 7 for pointing out error bits, and an error correction circuit 8. A write operation or a read operation is instructed from the processing device 1 as a memory.

すなわち、書き込み動作時に、ハミング・ジエ
ネレータ3は、処理装置1から書込レジスタ2を
介して記憶部4に書き込み情報が送られると、そ
の書き込み情報からハミング符号を発生し、書き
込み情報とそのハミング符号を指定されたアドレ
スの記憶部4に記憶させる。一方、読み出し動作
時には、指定されたアドレスの記憶部4から読出
情報とそのハミング符号を読出レジスタ5に読み
出し、ハミング・チエツカ6でシンドローム(エ
ラー符号)を発生させて、デコーダ7でそれを解
読し、誤りビツトを指摘した後、もし1ビツトの
誤りであれば誤り訂正回路8でその誤りを訂正す
る。ここで、ハミング・ジエネレータ3およびハ
ミング・チエツカ6は、誤り訂正用パリテイ発生
マトリクスにしたがつて構成されたパリテイ発生
回路であり、デコーダ7は誤り訂正用パリテイ発
生マトリクスにしたがつて誤り位置を解読する回
路であり、また誤り訂正回路8はそれぞれの情報
符号とそれに対応するシンドローム解読回路出力
との排他的論理和を出力する回路で構成される。
That is, during a write operation, when write information is sent from the processing device 1 to the storage unit 4 via the write register 2, the Hamming generator 3 generates a Hamming code from the write information, and combines the write information and its Hamming code. is stored in the storage unit 4 at the specified address. On the other hand, during a read operation, the read information and its Hamming code are read from the storage section 4 at the specified address into the read register 5, a syndrome (error code) is generated by the Hamming checker 6, and the decoder 7 decodes it. After pointing out the error bit, if it is a 1-bit error, the error correction circuit 8 corrects the error. Here, the humming generator 3 and the humming checker 6 are parity generation circuits configured according to an error correction parity generation matrix, and the decoder 7 decodes error positions according to the error correction parity generation matrix. Furthermore, the error correction circuit 8 is constituted by a circuit that outputs the exclusive OR of each information code and the corresponding syndrome decoding circuit output.

第2図は、第1図の誤り検出訂正動作を説明す
るためのハミング符号の一例を示す図である。
FIG. 2 is a diagram showing an example of a Hamming code for explaining the error detection and correction operation of FIG. 1.

第2図では、8バイトの情報符号に、8ビツト
のハミング符号Cを付加する場合を示しており、
ハミング・ジエネレータ3は、これら8バイトの
情報符号にもとづいてハミング符号Cを発生し、
ハミング・チエツカ6は、情報符号とハミング符
号Cの72ビツトから○印のビツト位置をそれぞれ
取り出してエラー符号S0〜S7を求め、デコーダ7
がこれを解読することにより、1ビツト誤り、2
ビツト誤りの位置を検出する。第2図において、
○印以外の位置は誤り検出・訂正に関係しない部
分である。
Figure 2 shows the case where an 8-bit Hamming code C is added to an 8-byte information code.
The Hamming generator 3 generates a Hamming code C based on these 8-byte information codes,
The Hamming checker 6 extracts the bit positions marked with ○ from the 72 bits of the information code and the Hamming code C to obtain error codes S0 to S7 , and sends them to the decoder 7.
By decoding this, 1 bit error, 2
Detects the location of bit errors. In Figure 2,
Positions other than those marked with ○ are portions not related to error detection and correction.

ところで、第1図、第2図に示すような誤り検
出・訂正機能を備えた記憶装置9において、記憶
部4等に障害等が発生し、記憶部4から読み出さ
れた情報およびハミング符号が誤りとなつて、す
べて“0”となつた場合には、一般的な偶数チエ
ツク・モードでは誤りを検出することができない
ため、誤つた処理を行うおそれがある。また、そ
の反対に奇数チエツク・モードでは、情報および
ハミング符号が誤つてすべて“1”になつた場
合、前と同じように誤りを検出することができな
いという欠点がある。なお、情報およびハミング
符号がすべて“0”になる場合としては、読み出
し用のストローブ信号が出なかつた等の障害によ
つて起り得る故障モードのときであり、またすべ
て“1”になる場合としては、読出レジスタ2の
リセツト信号が出なかつた等の障害による故障モ
ードのときである。
By the way, in the storage device 9 equipped with error detection and correction functions as shown in FIGS. 1 and 2, a failure or the like occurs in the storage section 4, and the information read from the storage section 4 and the Hamming code are lost. If there is an error and all the values are "0", the general even number check mode cannot detect the error, so there is a risk of erroneous processing. Conversely, the odd check mode has the disadvantage that if the information and the Hamming code accidentally become all "1"s, the error cannot be detected as before. Note that the case where the information and Hamming code are all "0" is a failure mode that may occur due to a failure such as the read strobe signal not being output, and the case where all the information and the Hamming code are "1" This is a failure mode due to a failure such as failure of the reset signal of the read register 2.

さらに、従来技術では、信頼性を犠性にして
も、ハミング・ジエネレータ3およびハミング・
チエツカ6を簡略化するため、いずれもバイト単
位で同一構成にする場合が常である。しかし、近
年装置信頼度の向上が目覚ましく、また誤り検出
率の向上も必要不可欠となつてきた。そこで、こ
の対策としてチエツク符号Cを変更し、バイト単
位の同一構成をばらばらにして、チエツク符号を
並べ変えることにより、前記欠点を除く方法が提
案されているが、この方法では高集積化の場合に
LSIの品種が増加し、LSIの開発コストおよびLSI
の単価の上昇を招く。また、従来技術を改善し、
誤り検出率を向上させるため、チエツク符号を変
更することにより改良すると、ハードウエアの変
更が大きいだけでなく、保守診断プログラムの変
更を伴うことになり、その設計工数が多くなると
いう欠点がある。
Furthermore, in the prior art, even at the expense of reliability, the humming generator 3 and the humming generator
In order to simplify the checker 6, it is common for each byte to have the same configuration. However, in recent years, there has been a remarkable improvement in device reliability, and it has also become essential to improve the error detection rate. Therefore, as a countermeasure to this problem, a method has been proposed to eliminate the above drawback by changing the check code C, breaking up the same configuration in bytes, and rearranging the check codes. to
As the number of LSI types increases, LSI development costs and LSI
This will lead to an increase in the unit price. We also improved the conventional technology,
If the error detection rate is improved by changing the check code, it not only requires a large change in the hardware, but also requires a change in the maintenance/diagnosis program, which has the drawback of increasing the number of design steps.

発明の目的 本発明の目的は、上記のような従来の欠点を除
去するため、簡単な回路変更のみで、チエツク符
号を変更することなく、読み出し誤りの検出率を
向上させ、かつ本来の誤り検出訂正機能を満足さ
せることが可能な記憶装置を提供することにあ
る。
Purpose of the Invention The purpose of the present invention is to improve the detection rate of read errors by only making simple circuit changes and without changing the check code, in order to eliminate the conventional drawbacks as described above, and to improve the read error detection rate without changing the check code. The object of the present invention is to provide a storage device that can satisfy a correction function.

発明の総括的説明 上記目的を達成するため、本発明の記憶装置
は、誤り検出訂正符号発生部と、記憶部と、その
記憶部から読み出された情報の誤り検査部と、誤
り訂正部とを備えて誤り検出訂正を行う記憶装置
において、上記誤り検出訂正符号発生部により発
生された検査ビツトの一部を反転させる第1の反
転回路と、その第1の反転回路で反転された検査
ビツトを元に戻すための第2の反転回路を有し、
検査ビツトの一部を上記第1の反転回路で反転し
た後、情報とともに上記記憶部に書き込み、該記
憶部から読み出された検査ビツトを上記第2の反
転回路で反転した後、情報とともに誤り検査部に
入力することを特徴とする。
General Description of the Invention In order to achieve the above object, the storage device of the present invention includes an error detection and correction code generation section, a storage section, an error check section for information read from the storage section, and an error correction section. A first inverting circuit for inverting a part of the check bits generated by the error detection and correction code generating section; has a second inversion circuit for restoring the
After some of the test bits are inverted by the first inverting circuit, they are written together with information into the storage section, and after the test bits read from the storage section are inverted by the second inverting circuit, errors are inverted along with the information. It is characterized by being input to the inspection section.

発明の実施例とその効果 以下、本発明の実施例を、図面により説明す
る。
Embodiments of the invention and their effects Examples of the invention will be described below with reference to the drawings.

第3図は、本発明の実施例を示す記憶装置の構
成図であり、第4図は第3図の動作を説明するた
めの図である。
FIG. 3 is a block diagram of a storage device showing an embodiment of the present invention, and FIG. 4 is a diagram for explaining the operation of FIG. 3.

第3図において、第1図と同じ記号は同一の物
を示している。10および11はハミング・ビツ
トの一部を反転する反転回路であり、第3図の場
合、ハミング・ビツトC0〜C7のうちのC5〜C7
3ビツトを反転回路10により反転して記憶部4
に書き込み、読み出したハミング・ビツトC0
C7のうちC5〜C7の3ビツトだけを反転回路11
により再反転して元に戻す。したがつて、ハミン
グ・チエツカ6の入力はハミング・ジエネレータ
3の出力と同じになり、反転回路10と11の
間、つまり記憶部4が正常動作状態であれば本来
の誤り検出訂正方法と全く同一方法により正常な
チエツクが行える。
In FIG. 3, the same symbols as in FIG. 1 indicate the same things. 10 and 11 are inverting circuits that invert a part of the Hamming bits. In the case of FIG . storage unit 4
Hamming bit C 0 ~
Out of C 7 , only 3 bits of C 5 to C 7 are inverted by the inverting circuit 11.
Invert it again and return it to its original state. Therefore, the input of the humming checker 6 becomes the same as the output of the humming generator 3, and if the inverting circuits 10 and 11, that is, the memory section 4 is in normal operation, the error detection and correction method is exactly the same as the original error detection and correction method. A normal check can be performed depending on the method.

しかし、前述のように、記憶部4のタイミング
信号または制御信号に異常があり、記憶部4の出
力がすべて“0”になつた場合には、チエツク・
ビツトC5〜C7が反転回路11により反転されて
“1”になるため、ハミング・チエツカ6の出力
はエラー符号S5〜S7のエラー表示となる。すなわ
ち、第4図に示すように、黒丸のビツト位置が
“1”となるため、エラー・コードS0〜S7
(00000111)となる。このエラー符号は、第2図
の1ビツト・エラー符号の定義に該当せず、未定
義ビツト・エラーとして検出される。
However, as mentioned above, if there is an abnormality in the timing signal or control signal of the storage section 4 and all the outputs of the storage section 4 become "0", the check
Since the bits C5 to C7 are inverted to "1" by the inverting circuit 11, the output of the humming checker 6 becomes an error display with error codes S5 to S7 . That is, as shown in FIG. 4, since the bit position of the black circle is "1", the error codes S0 to S7 are (00000111). This error code does not meet the definition of a 1-bit error code in FIG. 2, and is detected as an undefined bit error.

また、第4図右側に示すように、反転回路10
と11の間で生じた誤りにより記憶部4の出力が
すべて“1”になつた場合には、黒丸のビツト位
置が反転回路11により反転されて“0”となる
ため、エラー符号S0〜S7は(11111000)となる。
このエラー符号は、やはり1ビツト・エラー符号
のいずれにも適合していないため、誤りであるこ
とを正しく検出することができる。
In addition, as shown on the right side of FIG. 4, the inverting circuit 10
If the output of the storage unit 4 becomes all " 1 " due to an error that occurs between and S 7 becomes (11111000).
Since this error code also does not conform to any one-bit error code, it is possible to correctly detect an error.

このようにして、記憶部4で生じた障害により
誤りが発生しても、簡単な反転回路10,11を
付加することによつて正しいエラー処理を行うこ
とができ、検出率を向上させることができるとと
もに、保守診断プログラムを変更しなくてすむの
で、設計工数の低減および後工程の管理工数の低
減が可能となる。
In this way, even if an error occurs due to a failure occurring in the storage unit 4, correct error processing can be performed by adding simple inversion circuits 10 and 11, and the detection rate can be improved. In addition, since there is no need to change the maintenance diagnosis program, it is possible to reduce design man-hours and reduce post-process management man-hours.

なお、実施例では、反転回路10および11を
別個に設置しているが、これに限定されることな
く、ハミング・ジエネレータ3およびハミング・
チエツカ6を一部改良することにより、これらの
内部で反転させることができる。すなわち、ハミ
ング・ジエネレータ3およびハミング・チエツカ
6内に9ビツトないし10ビツトの回路がある場
合、8ビツト分を通常の情報とチエツク符号に使
用し、残りの1ないし2ビツト分を利用して反転
回路に改造すればよい。また、1個の反転回路の
みを用いて、反転と再反転を行うことも可能であ
る。
In the embodiment, the inverting circuits 10 and 11 are installed separately, but the invention is not limited to this, and the humming generator 3 and the humming generator
By partially improving the checker 6, it is possible to perform internal reversal. That is, if there are 9-bit or 10-bit circuits in the Hamming generator 3 and Hamming checker 6, 8 bits are used for normal information and check codes, and the remaining 1 or 2 bits are used for inversion. Just modify the circuit. It is also possible to perform inversion and re-inversion using only one inversion circuit.

また、実施例では、ハミング符号C0〜C7のう
ち、反転させるビツトをC5〜C7の3ビツトにし
ているが、エラー検出が可能な未定義ビツトであ
れば、ハミング符号C0〜C7のどれでも、また何
ビツトでも反転ビツトにすることができる。未定
義ビツトは、例えば第2図に示す1ビツト・エラ
ー符号以外の符号である。
Furthermore, in the embodiment, the bits to be inverted are 3 bits C5 to C7 among the Hamming codes C0 to C7 , but if it is an undefined bit that allows error detection, the Hamming codes C0 to C7 can be inverted. Any of C7 or any number of bits can be inverted. The undefined bit is, for example, a code other than the 1-bit error code shown in FIG.

また、実施例では、1ビツト誤り訂正・2ビツ
ト誤り検出の場合を示しているが、他の方法、例
えば1ビツトおよび2ビツト誤り訂正の場合でも
適用することができる。
Further, in the embodiment, a case of 1-bit error correction/2-bit error detection is shown, but other methods such as 1-bit and 2-bit error correction can also be applied.

発明の効果 以上説明したように、本発明によれば、簡単な
反転回路を設けることにより、誤り検出訂正機能
の検出率を向上させることができるので、不規則
なハミング符号を採用する必要がなく、したがつ
て、ハミング符号が規則的となるため、LSIの品
種が少なく、かつ低価格となる。また、検出率向
上のためハミング符号を変更することがないの
で、保守診断プログラムを変更しないでよく、設
計工数の低減、後工程の管理工数の低減が可能と
なる。
Effects of the Invention As explained above, according to the present invention, by providing a simple inverting circuit, the detection rate of the error detection and correction function can be improved, so there is no need to employ irregular Hamming codes. Therefore, since the Hamming code becomes regular, there are fewer types of LSIs and the prices are lower. Furthermore, since the Hamming code is not changed in order to improve the detection rate, there is no need to change the maintenance diagnosis program, making it possible to reduce design man-hours and post-process management man-hours.

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

第1図は従来の記憶装置のブロツク図、第2図
は第1図の動作説明のためのハミング符号の一例
を示す図、第3図は本発明の実施例を示す記憶装
置の構成図、第4図は第3図の動作説明のための
図である。 1:処理装置、3:ハミング・ジエネレータ、
4:記憶部、6:ハミング・チエツカ、7:デコ
ーダ、8:誤り訂正回路、10,11:反転回
路。
FIG. 1 is a block diagram of a conventional storage device, FIG. 2 is a diagram showing an example of a Hamming code for explaining the operation of FIG. 1, and FIG. 3 is a configuration diagram of a storage device showing an embodiment of the present invention. FIG. 4 is a diagram for explaining the operation of FIG. 3. 1: processing device, 3: humming generator,
4: storage section, 6: humming checker, 7: decoder, 8: error correction circuit, 10, 11: inversion circuit.

Claims (1)

【特許請求の範囲】 1 誤り検出訂正符号発生部と、記憶部と、該記
憶部から読み出された情報の誤り検査部と、誤り
訂正部とを備えて、誤り検出・訂正を行う記憶装
置において、上記誤り検出訂正符号発生部により
発生された検査ビツトの一部を反転させる手段
と、該反転手段で反転された検査ビツトを元に戻
すための反転手段を有し、検査ビツトの一部を上
記反転手段で反転した後、情報とともに上記記憶
部に書き込み、該記憶部から読み出された検査ビ
ツトの一部を前記と同一のまたは別個の反転手段
で再反転した後、読み出し情報とともに上記誤り
検査部に入力することを特徴とする記憶装置。 2 前記各反転手段は、誤り検出訂正符号発生部
と誤り検査部の内部を一部改造した反転手段であ
ることを特徴とする特許請求の範囲第1項記載の
記憶装置。
[Claims] 1. A storage device that performs error detection and correction, comprising an error detection and correction code generation section, a storage section, an error check section for information read from the storage section, and an error correction section. The apparatus includes means for inverting a part of the check bits generated by the error detection and correction code generating section, and an inverting means for restoring the check bits inverted by the inverting means; is inverted by the above-mentioned inverting means, and then written into the above-mentioned storage section along with the information, and after a part of the test bits read from the storage section is re-inverted by the same or separate inversion means, the above-mentioned bits are written together with the read information. A storage device for inputting data to an error checking section. 2. The storage device according to claim 1, wherein each of the inversion means is an inversion means in which the inside of an error detection and correction code generation section and an error check section are partially modified.
JP57017022A 1982-02-05 1982-02-05 Storage device Granted JPS58137196A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57017022A JPS58137196A (en) 1982-02-05 1982-02-05 Storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57017022A JPS58137196A (en) 1982-02-05 1982-02-05 Storage device

Publications (2)

Publication Number Publication Date
JPS58137196A JPS58137196A (en) 1983-08-15
JPS6232822B2 true JPS6232822B2 (en) 1987-07-16

Family

ID=11932364

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57017022A Granted JPS58137196A (en) 1982-02-05 1982-02-05 Storage device

Country Status (1)

Country Link
JP (1) JPS58137196A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0414672U (en) * 1990-05-29 1992-02-05

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0414672U (en) * 1990-05-29 1992-02-05

Also Published As

Publication number Publication date
JPS58137196A (en) 1983-08-15

Similar Documents

Publication Publication Date Title
US5477551A (en) Apparatus and method for optimal error correcting code to parity conversion
EP0186719B1 (en) Device for correcting errors in memories
JP2772391B2 (en) Bad data algorithm
EP0176218B1 (en) Error correcting system
JPS58220300A (en) Memory system operation system
JPS63115239A (en) Error inspection/correction circuit
US4926426A (en) Error correction check during write cycles
JPS6250943A (en) Memory device
US4858236A (en) Method for error correction in memory system
JPS6232822B2 (en)
JPH0816483A (en) Control system for memory device
JP3112922B2 (en) Check method of ECC circuit
JP2664267B2 (en) Code error correction device
JP2513615B2 (en) Storage device with ECC circuit
JPH06230990A (en) Method and apparatus for discrimination and correction of error of code
Chen et al. Reliability-availability-serviceability characteristics of a compressed-memory system
JP2930239B2 (en) Storage device failure detection method and storage control device
JPH06103469B2 (en) Memory control circuit
SU1111206A1 (en) Primary storage with error correction
JPH06301604A (en) Storage reproducing system
JP3045532B2 (en) Memory device
JPH0646520B2 (en) Semiconductor memory device
JPS63141153A (en) Semiconductor external memory device
JPS6232821B2 (en)
JPS6054059A (en) Storage device