JPS63310045A - Microcomputer - Google Patents

Microcomputer

Info

Publication number
JPS63310045A
JPS63310045A JP62147248A JP14724887A JPS63310045A JP S63310045 A JPS63310045 A JP S63310045A JP 62147248 A JP62147248 A JP 62147248A JP 14724887 A JP14724887 A JP 14724887A JP S63310045 A JPS63310045 A JP S63310045A
Authority
JP
Japan
Prior art keywords
data
error
error signal
cpu
microcomputer
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
JP62147248A
Other languages
Japanese (ja)
Inventor
Minoru Abe
稔 阿部
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP62147248A priority Critical patent/JPS63310045A/en
Publication of JPS63310045A publication Critical patent/JPS63310045A/en
Pending legal-status Critical Current

Links

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To allow a CPU to detect the presence of a defective cell in a memory by providing an error signal generating notice means for informing the status of occurrence of an error signal to the CPU of a microcomputer. CONSTITUTION:When data B stored in an EEPROM 2 is read by an ECC decoder 1b, the decoder 1b detects the presence of an error bit based on the code system of the data B to apply the correction and latches an error signal E to a latch circuit 6 to set an error flag F to 1. Since the error flag F is outputted to a data bus 4 in outputting the obtained data to the data bus 4, the CPU can detect there is a defective cell in an address in which the data is stored. Thus, the CPU can avoid the data from being written in the address where a defective cell exists afterwards.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、読み書き可能なメモリにおけるデータの破
壊を防止する技術に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a technique for preventing data destruction in a readable/writable memory.

〔従来の技術〕[Conventional technology]

第2図はEEPROMを備えた従来のマイクロコンピュ
ータの記憶部を示すブロック図である。
FIG. 2 is a block diagram showing a storage section of a conventional microcomputer equipped with an EEPROM.

第2図において、この記憶部は、データ記憶のためのE
EPROMメモリ部2と、このEEPROMメモリ部2
に記憶されたデータのエラー検出・訂正を行なうための
エラー訂正回路1とを備えている。このうち、エラー訂
正回路1は、EEPROM2メモリ部2の入力側に設け
られたECCエンコーダ1aと、EEPROMメモリ部
2の出力側に設けられたFCCデコーダ1bとを有して
いる。
In FIG. 2, this storage section is E for data storage.
EPROM memory section 2 and this EEPROM memory section 2
An error correction circuit 1 is provided for detecting and correcting errors in data stored in the memory. Of these, the error correction circuit 1 includes an ECC encoder 1a provided on the input side of the EEPROM 2 memory section 2, and an FCC decoder 1b provided on the output side of the EEPROM memory section 2.

次に、エラー訂正回路1によるエラー訂正動作について
説明する。
Next, the error correction operation by the error correction circuit 1 will be explained.

今、データバス4からたとえば8ピツトのデータAがE
CCエンコーダ1aに入力されたと仮定すると、ECC
エンコーダ1aでは入力されたデータAに基いて例えば
12ビツトのデータBが生成される。このデータBは、
データAに対して所定のエラー訂正符号の原理にによる
冗長性を持たせたデータであって、データAに対して一
意に定まるコード体系を有しており、後述するようにビ
ット単位でエラーを検出して訂正することが可能とされ
ている。そして、データAに対してこのような冗長性を
有するデータBがEEPROMメモリ部2に出力されて
書込みが行なわれる。しかし、データBが格納されるべ
きEEPROMメモリ部2の記憶セルの中に動作不良な
どの記憶セル(不良セル)が存在していると、この不良
セルの影響によってデータBとは異なるデータCが記憶
されることになる。
Now, for example, 8-pit data A is being sent from data bus 4 to E.
Assuming that it is input to the CC encoder 1a, the ECC
The encoder 1a generates, for example, 12-bit data B based on the input data A. This data B is
This is data that has redundancy applied to data A based on the principle of a predetermined error correction code, and has a code system that is uniquely determined for data A, and as described later, it corrects errors in bit units. It is possible to detect and correct it. Then, data B having such redundancy with respect to data A is output to the EEPROM memory section 2 and written. However, if there is a malfunctioning memory cell (defective cell) among the memory cells of the EEPROM memory section 2 in which data B is to be stored, data C different from data B will be stored due to the influence of this defective cell. It will be remembered.

このようにしてEEPROMメモリ部2に誤って記憶さ
れたデータCが、ECCデコーダ1bに読出されると、
ECCデコーダ1bでは前述のコード体系に基いてエラ
ービットの存在を検出してエラービットの訂正を行なう
ことによって、読出したデータが正しいデータBに訂正
される。その後、FCCエンコーダ1aとは逆の変換を
行なってデータBからデータAを生成する。そして、こ
のデータAをデータ出力線5を介してデータバス4に出
力する。
When the data C erroneously stored in the EEPROM memory section 2 in this way is read out by the ECC decoder 1b,
The ECC decoder 1b corrects the read data to correct data B by detecting the presence of error bits and correcting the error bits based on the aforementioned code system. Thereafter, data A is generated from data B by performing the reverse conversion to that of the FCC encoder 1a. This data A is then output to the data bus 4 via the data output line 5.

なお、データBを格納すべきアドレス内の記憶セル中に
不良セルが存在せず、EEPROMメモリ部2にデータ
Bが正しく記憶された場合には、ECCデコーダ1bで
はエラービットが検出されず(つまり、エラービットが
ない)、データBからデータ八への変換のみが行なわれ
る。
Note that if there is no defective cell among the memory cells within the address where data B is to be stored and data B is correctly stored in the EEPROM memory section 2, the ECC decoder 1b will not detect an error bit (i.e. , no error bits), only the conversion from data B to data 8 is performed.

上記のように、このマイクロコンピュータではEEPR
OMメモリ部2に関連してエラー訂正回路1を設け、E
EPROMメモリ部2内の記憶セルの不良によるEEP
ROMメモリ部2の記憶データのエラーを救済している
As mentioned above, this microcomputer uses EEPR
An error correction circuit 1 is provided in connection with the OM memory section 2, and an E
EEP due to defective memory cell in EPROM memory section 2
Errors in data stored in the ROM memory section 2 are relieved.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

しかしながら、従来のマイクロコンピュータは以上のよ
うに構成されているので、使用している記憶セルが不良
セルであっても、CPUはそれを知ることができず、不
良セルの使用を回避することができない。このため、書
込みを重ねるにつれて記憶セルの信頼性が劣化してい<
EEPROMなどでは、不良セルの増加に伴ってデータ
を不良セルに記憶させてしまう頓度も増え、データCに
含まれるエラービットの数が多くなってくる。
However, since conventional microcomputers are configured as described above, even if the memory cell being used is a defective cell, the CPU cannot know this and cannot avoid using the defective cell. Can not. For this reason, the reliability of the memory cell deteriorates as writes are repeated.
In EEPROMs and the like, as the number of defective cells increases, the frequency of storing data in defective cells also increases, and the number of error bits included in data C increases.

そして、データCのエラーピット数がデータBのコード
体系で訂正可能なビット数を越えてしまうと書込み時と
同一のデータを読み出すことができなくなり、データが
破壊されてしまうという問題点があった。
If the number of error pits in data C exceeds the number of bits that can be corrected using the data B coding system, there is a problem in that the same data that was written cannot be read out and the data is destroyed. .

この発明は上記のような問題点を解消するためになされ
たもので、不良のセルの使用が回避されてデータの破壊
を防止することのできるマイクロコンピュータを得るこ
とを目的とする。
The present invention was made to solve the above-mentioned problems, and it is an object of the present invention to provide a microcomputer that can avoid the use of defective cells and prevent data destruction.

〔問題点を解決するための手段〕[Means for solving problems]

この発明のマイクロコンピュータには、エラー訂正回路
によって記憶データのエラーが検出された際にエラー信
号を発生するエラー信号発生回路と、このエラー信号の
発生状況をマイクロコンピュータのCPUに通知するエ
ラー信号発生通知手段とが設けられている。
The microcomputer of the present invention includes an error signal generation circuit that generates an error signal when an error in stored data is detected by the error correction circuit, and an error signal generation circuit that notifies the CPU of the microcomputer of the generation status of the error signal. A notification means is provided.

〔作用〕[Effect]

この発明では、エラー信号発生回路からのエラー信号の
発生状況をCPUが知ることによって、CPUがメモリ
内に不良セルが存在することを検知できる。このため、
CPUが不良セルの使用を回避し、データの破壊を防止
することが可能となる。。
In this invention, the CPU can detect the presence of a defective cell in the memory by knowing the generation status of the error signal from the error signal generation circuit. For this reason,
This allows the CPU to avoid using defective cells and prevent data from being destroyed. .

〔実施例〕〔Example〕

以下、この発明の一実施例を図面を参照して説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図は、この発明の一実施例であるマイクロコンピュ
ータの記憶部を示すブロック図である。
FIG. 1 is a block diagram showing a storage section of a microcomputer that is an embodiment of the present invention.

第1図において、このマイクロコンピュータが従来のマ
イクロコンピュータ(第2図)と異なるのは、次の諸点
である。まず、第1図のマイクロコンピュータでは、E
CCデコーダ1bの内部にエラー信号発生回路3が組込
まれている。このエラー信号発生回路3は、ECCデコ
ーダ1bがEEPROMメモリ部2の記憶データ(出力
データ)にエラーがあると判断した際に、その判断結果
に基いてエラー信号Eを発生する回路である。また、エ
ラー信号発生回路3の後段には、エラー信号Eを入力し
てラッチするラッチ回路6が設けられている。ラッチ回
路6のラッチ出力は、エラー7ラグFとして、フラグ信
号線7を介してデータバス4に与えられるようになって
いる。言うまでもなく、データバス4にはCPU (図
示せず)が接続されている。このため、ラッチ回路6お
よびフラグ信号線7は、エラー信号Eの発生状況をCP
Uへ通知するエラー信号発生通知手段を形成している。
In FIG. 1, this microcomputer differs from the conventional microcomputer (FIG. 2) in the following points. First, in the microcomputer shown in Figure 1, E
An error signal generation circuit 3 is incorporated inside the CC decoder 1b. This error signal generation circuit 3 is a circuit that generates an error signal E based on the determination result when the ECC decoder 1b determines that there is an error in the stored data (output data) of the EEPROM memory section 2. Further, a latch circuit 6 that inputs and latches the error signal E is provided at a subsequent stage of the error signal generation circuit 3. The latch output of the latch circuit 6 is applied as an error 7 lag F to the data bus 4 via the flag signal line 7. Needless to say, a CPU (not shown) is connected to the data bus 4. Therefore, the latch circuit 6 and the flag signal line 7 detect the occurrence status of the error signal E by CP.
It forms an error signal occurrence notification means for notifying U.

次に、このマイクロコンピュータのCPUがEEPRO
Mメモリ部2内の不良セルの存在を検知する際の動作に
ついて説明する。
Next, the CPU of this microcomputer is EEPRO
The operation when detecting the presence of a defective cell in the M memory section 2 will be described.

このマイクロコンピュータにおいてもデータの1込みは
従来のマイクロコンピュータと同様であり、データバス
4からFCCエンコーダ1aに入力されたデータAは冗
長性を有するデータBに変換されてEEPROMメモリ
部2に出力される。
In this microcomputer as well, data is input in the same way as in conventional microcomputers, and data A input from the data bus 4 to the FCC encoder 1a is converted to redundant data B and output to the EEPROM memory section 2. Ru.

そして、データBが格納されるべきアドレスに不良セル
が存在しているときは、データBとは異なるデータCが
EEPROMメモリ部2に記憶される。
When a defective cell exists at the address where data B is to be stored, data C, which is different from data B, is stored in the EEPROM memory section 2.

このデータCがECCデコーダ1bに読出されると、E
CCデコーダ1bではデータBのコード体系に塁いてエ
ラービットの存在を検出し、訂正が行なわれる。このと
き、エラー信号発生回路3から出力されるエラー信号E
がアクティブとなり、これがラッチ回路6にラッチされ
る。これによって、ラッチ回路6内部でエラーフラグF
が“1”にセットされる。また、ECCデコーダ1bで
は、データBをデータAに逆変換する。
When this data C is read out to the ECC decoder 1b, E
The CC decoder 1b detects the presence of error bits based on the code system of data B and performs correction. At this time, the error signal E output from the error signal generation circuit 3
becomes active and is latched by the latch circuit 6. As a result, the error flag F is set inside the latch circuit 6.
is set to "1". Furthermore, the ECC decoder 1b reversely converts data B into data A.

このようにして得られたデータAをデータ出力65を介
してデータバス4に出力する際に、これと同期させてエ
ラー7ラグFもフラグ信号線7を・介してデータバス4
に出力される。そして、CPUではデータバス4から入
力したエラーフラグFが“1″となっていることによっ
て、データA(実際にはデータC)が格納されていたア
ドレスに不良セルがあることを検知することができる。
When the data A thus obtained is output to the data bus 4 via the data output 65, the error 7 lag F is also output to the data bus 4 via the flag signal line 7 in synchronization with this.
is output to. Then, since the error flag F input from the data bus 4 is "1", the CPU can detect that there is a defective cell at the address where data A (actually data C) was stored. can.

また、ECCデコーダ1bでエラーが検出されなかった
場合は、エラー信号Eはノンアクティブのままであり、
エラー7ラグFは“0”のままでデータバス4に出力さ
れる。これにより、CPUはデータを読出したアドレス
に不良セルが存在しないことも知り得る。
Furthermore, if no error is detected by the ECC decoder 1b, the error signal E remains inactive.
The error 7 lag F is output to the data bus 4 as it is "0". Thereby, the CPU can also know that there is no defective cell at the address from which the data was read.

なお、エラー信号EやエラーフラグFは、EEPROM
メモリ部2の読出しアドレスが変化するごとにいったん
リセットされ、新たなアドレスのデータ読出し動作の開
始にともなって上記の処理が繰返される。
Note that the error signal E and error flag F are stored in the EEPROM.
Each time the read address of the memory section 2 changes, it is reset once, and the above-described process is repeated when a data read operation of a new address is started.

このようにすれば、CPUが不良セルの存在を認識でき
るため、不良セルが存在すると判断されたアドレスには
、以後の書込みを行なわず、正常な記憶セルにのみデー
タを書込む(例えば、不良セルの存在するアドレスを使
用せず、別のアドレスにデータを書込む。)ことが可能
となる。
In this way, the CPU can recognize the existence of a defective cell, and therefore writes data only to normal memory cells without writing to the address where it is determined that a defective cell exists (for example, It becomes possible to write data to another address without using the address where the cell exists.

また、不良セルへの書込みが回避されれば、EEPRO
Mメモリ部2内に不良セルが増加しても、ECCデ]−
ダ1bに入力されるデータCのエラービット数は増える
ことがない。このため、たとえデータの書込み中に記憶
セルの不良が発生してもデータC中のエラービットの数
は限られており、この場合にはECCデコーダ1bで訂
正が可能であり、データが破壊されることがない。
Also, if writing to a defective cell is avoided, the EEPRO
Even if the number of defective cells increases in the M memory section 2, the ECC data]-
The number of error bits of the data C input to the data card 1b does not increase. Therefore, even if a defective memory cell occurs during data writing, the number of error bits in data C is limited, and in this case, correction is possible with the ECC decoder 1b and the data is not destroyed. Never.

なお、上記実施例では、エラー信号発生回路3からのエ
ラー信号Eを一度ラッチ回路6でラッチしてエラーフラ
グFとしたが、ECCデコーダ1bからデータAを出力
するときに同時にエラー信号Eが直接CPUへ出力され
るようにエラー信号発生回路3を構成してもよい。この
場合には、ラッチ回路6は不要である。
In the above embodiment, the error signal E from the error signal generation circuit 3 is once latched by the latch circuit 6 and set as the error flag F, but at the same time when the data A is output from the ECC decoder 1b, the error signal E is directly The error signal generation circuit 3 may be configured to output the signal to the CPU. In this case, the latch circuit 6 is unnecessary.

また、エラー信号Eにエラーアドレス信号を付加して、
エラーが生じたアドレスとエラー信号Eの内容とをいっ
たん所定のメモリ(図示せず)などに記憶させておき、
データ出力動作がある程度進んだ後に、これらの情報を
CPUに伝達してもよい。このときのエラーアドレス信
号は、ECCデコーダ1bのエラー検出動作に基いて発
生することができる。この場合には、読出しのためにア
クセスしたアドレスとそのアドレスでのエラー発生との
関係が情報として保存されるためECCデコーダ1bか
らのデータAの出力とエラー信号Eの出力とを同期させ
ることによって出力タイミングからアドレスとエラー発
生との関係をCPUが判断する必要はない。もちろん、
メモリがEEPROMに限定されるわけではなく、デー
タのビット数も特に制限されるものではない。エラー信
号発生回路は、エラー訂正回路の内部に組込まず、外部
に設けてもよい。エラー訂正回路が、1ビット単位では
なく、Nビット(N≧2)単位でエラーの訂正を行なう
場合にもこの発明は適用可能である。エラー訂正原理も
特に限定するものではなく、ハミング符号やパリティチ
ェック符号など、任意のエラー訂正コードを使用するこ
とができる。
Also, by adding an error address signal to the error signal E,
The address where the error occurred and the contents of the error signal E are temporarily stored in a predetermined memory (not shown), etc.
These pieces of information may be transmitted to the CPU after the data output operation has progressed to a certain extent. The error address signal at this time can be generated based on the error detection operation of the ECC decoder 1b. In this case, since the relationship between the address accessed for reading and the occurrence of an error at that address is stored as information, by synchronizing the output of data A from the ECC decoder 1b and the output of the error signal E, There is no need for the CPU to determine the relationship between the address and the occurrence of an error based on the output timing. of course,
The memory is not limited to EEPROM, and the number of data bits is not particularly limited. The error signal generation circuit may not be incorporated inside the error correction circuit, but may be provided outside the error correction circuit. The present invention is also applicable when the error correction circuit corrects errors not in units of 1 bit but in units of N bits (N≧2). The error correction principle is not particularly limited either, and any error correction code such as a Hamming code or a parity check code can be used.

〔発明の効果〕〔Effect of the invention〕

以上のように、この発明によればメモリ内の記憶セルの
不良をCPUが検知可能となるので、不良のセルの使用
を回避することができ、データの破壊を防止可能なマイ
クロコンピュータを得られる効果がある。
As described above, according to the present invention, since a CPU can detect a defective storage cell in a memory, it is possible to avoid using a defective cell, and a microcomputer that can prevent data destruction can be obtained. effective.

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

第1図はこの発明の一実施例であるマイクロコンピュー
タの記憶部を示すブロック図、第2図は従来のマイクロ
コンピュータの記憶部を示すブロック図である。 図において、1はエラー訂正回路、1aはFCCエンコ
ーダ、1bはEECデコーダ、2はEEPROMメモリ
部、3はエラー信号発生回路、Eはエラー信号、Fはエ
ラーフラグである。 なお、各図中同一符号は同一または相当部分を示す。
FIG. 1 is a block diagram showing a storage section of a microcomputer according to an embodiment of the present invention, and FIG. 2 is a block diagram showing a storage section of a conventional microcomputer. In the figure, 1 is an error correction circuit, 1a is an FCC encoder, 1b is an EEC decoder, 2 is an EEPROM memory section, 3 is an error signal generation circuit, E is an error signal, and F is an error flag. Note that the same reference numerals in each figure indicate the same or corresponding parts.

Claims (1)

【特許請求の範囲】[Claims] (1)読み書き可能なメモリに記憶されていたデータの
エラーを検出して訂正するエラー訂正回路を備えたマイ
クロコンピュータにおいて、前記エラー訂正回路によっ
て前記エラーが検出された際に所定のエラー信号を発生
するエラー信号発生回路と、前記エラー信号の発生状況
を前記マイクロコンピュータのCPUに通知するエラー
信号発生通知手段とを設けたことを特徴とするマイクロ
コンピュータ。
(1) In a microcomputer equipped with an error correction circuit that detects and corrects errors in data stored in a readable/writable memory, a predetermined error signal is generated when the error is detected by the error correction circuit. 1. A microcomputer, comprising: an error signal generation circuit for generating an error signal; and an error signal generation notifying means for notifying a CPU of the microcomputer of the status of generation of the error signal.
JP62147248A 1987-06-11 1987-06-11 Microcomputer Pending JPS63310045A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62147248A JPS63310045A (en) 1987-06-11 1987-06-11 Microcomputer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62147248A JPS63310045A (en) 1987-06-11 1987-06-11 Microcomputer

Publications (1)

Publication Number Publication Date
JPS63310045A true JPS63310045A (en) 1988-12-19

Family

ID=15425933

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62147248A Pending JPS63310045A (en) 1987-06-11 1987-06-11 Microcomputer

Country Status (1)

Country Link
JP (1) JPS63310045A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0380345A (en) * 1989-08-24 1991-04-05 Sharp Corp Single chip type microcomputer
US5233610A (en) * 1989-08-30 1993-08-03 Mitsubishi Denki Kabushiki Kaisha Semiconductor memory device having error correcting function
JP2019526845A (en) * 2016-06-29 2019-09-19 マイクロン テクノロジー,インク. Error correction code event detection

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS54111725A (en) * 1978-02-22 1979-09-01 Hitachi Ltd Error processing system in memory unit

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS54111725A (en) * 1978-02-22 1979-09-01 Hitachi Ltd Error processing system in memory unit

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0380345A (en) * 1989-08-24 1991-04-05 Sharp Corp Single chip type microcomputer
US5233610A (en) * 1989-08-30 1993-08-03 Mitsubishi Denki Kabushiki Kaisha Semiconductor memory device having error correcting function
JP2019526845A (en) * 2016-06-29 2019-09-19 マイクロン テクノロジー,インク. Error correction code event detection
US10949300B2 (en) 2016-06-29 2021-03-16 Micron Technology, Inc. Error correction code event detection

Similar Documents

Publication Publication Date Title
US6044483A (en) Error propagation operating mode for error correcting code retrofit apparatus
KR102267860B1 (en) Error correction hardware with fault detection
US6442726B1 (en) Error recognition in a storage system
US4716566A (en) Error correcting system
JPH03248251A (en) Information processor
US5751745A (en) Memory implemented error detection and correction code with address parity bits
JP3068009B2 (en) Error correction mechanism for redundant memory
CN111428280B (en) SoC (System on chip) security chip key information integrity storage and error self-repairing method
JP2001290710A (en) Device for detecting data error
JPS63310045A (en) Microcomputer
US6519735B1 (en) Method and apparatus for detecting errors in data output from memory and a device failure in the memory
JP2010086120A (en) Error correction method and error detection method for memory, and controller using the same
JPH02146200A (en) Eeprom device
JP4357373B2 (en) High reliability control device
JPS63279347A (en) Memory device
JP2806856B2 (en) Diagnostic device for error detection and correction circuit
JPH06214890A (en) Computer
JPH06139152A (en) Input/output circuit for storage device
JPS62226353A (en) Storage device with ras circuit
JPS58137196A (en) Storage device
CN117935896A (en) Memory, electronic equipment and data reading and writing method
JPS6024493B2 (en) Memory control method
JP3045532B2 (en) Memory device
JPS61253564A (en) Storage device
JPS59177798A (en) Diagnosing system in memory system