JPH0476733A - Data processor - Google Patents

Data processor

Info

Publication number
JPH0476733A
JPH0476733A JP2191522A JP19152290A JPH0476733A JP H0476733 A JPH0476733 A JP H0476733A JP 2191522 A JP2191522 A JP 2191522A JP 19152290 A JP19152290 A JP 19152290A JP H0476733 A JPH0476733 A JP H0476733A
Authority
JP
Japan
Prior art keywords
storage means
logical address
microinstruction
address
output
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
JP2191522A
Other languages
Japanese (ja)
Inventor
Koichi Nomura
晃一 野村
Tomoji Kawahira
知嗣 川平
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
NEC Engineering Ltd
Original Assignee
NEC Corp
NEC Engineering 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, NEC Engineering Ltd filed Critical NEC Corp
Priority to JP2191522A priority Critical patent/JPH0476733A/en
Publication of JPH0476733A publication Critical patent/JPH0476733A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent the generation of malfunction in a data processor by evaluating the validity of conversion from a logical address into a physical address. CONSTITUTION:In the case of storing a microprogram read out from an external storage means 1 in an overlay area of a control storage means 3, a logical address in the means 1 is converted into a physical address in the means 3 by an address conversion circuit 9. The circuit 9 is inspected by responses to the output of a logical address register 8 for the means 1 and the output of a control register 4 for temporarily storing a microinstruction accessed by the physical address of the means 3, so that the error of the physical address can be automatically corrected. Since the validity of the conversion process from the logical address into the physical address is evaluated, the generation of malfunction in the data processor can be prevented.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、データ処理装置の制御記憶手段に関する。[Detailed description of the invention] [Industrial application field] The present invention relates to control storage means for a data processing device.

〔概要〕〔overview〕

本発明は、マイクロプログラミングについてオーバレイ
方式の制御記憶手段を用いるデータ処理装置において、 この外部記憶手段の論理アドレス生成手段の出力と制御
記憶手段の物理アドレスで呼び出されたマイクロ命令の
格納手段の出力に応答することにより、 アドレス変換手段の動作を検証することができるように
したものである。
The present invention provides a data processing device that uses an overlay type control storage means for microprogramming, in which the output of the logical address generation means of the external storage means and the output of the storage means of the microinstruction called by the physical address of the control storage means. By responding, it is possible to verify the operation of the address translation means.

〔従来の技術〕[Conventional technology]

従来、制御記憶手段として高速で書き換えのできる記憶
装置を使った計算機で、制御記憶手段を書き換えること
によりマイクロプログラムを変更して使用するダイナミ
ック・マイクロプログラミングという技術があった。こ
のダイナミック・マイクロプログラミングを使用するこ
とにより機能の拡張が容易に行える。
BACKGROUND ART Conventionally, there has been a technique called dynamic microprogramming in which a computer uses a storage device that can be rewritten at high speed as a control storage means, and a microprogram is changed and used by rewriting the control storage means. By using this dynamic microprogramming, functions can be easily expanded.

また、機能拡張によるマイクロプログラムのステップ数
増加に伴う実装空間の拡大と制御記憶手段の価格の増加
との改善策としてオーバレイ技術がある。(例えば、特
公昭61−41422がある。)オーバレイ技術とは、
マイクロプログラムを使用頻度の高いルーチンと低いル
ーチンとに分割し、制御記憶手段に常駐エリアとオーバ
レイエリアとを設け、通常、常駐エリアに格納した使用
頻度の高いマイクロプログラムルーチンを従来と同じよ
うに実行し、使用頻度の低いマイクロプログラムルーチ
ンを必要とする場合には外部記憶手段から必要なマイク
ロプログラムステップを制御記憶手段のオーバレイエリ
アにロードするものである。この際に、外部記憶手段の
オーバレイエリアにあるマイクロプログラムルーチンの
ブロック番号とブロック内アドレスとからなる論理アド
レスを、制御記憶手段のオーバレイエリアのアドレスを
示す物理アドレスに変換する必要がある。このアドレス
変換部のエラーチエツクはパリティチエツク方式を通常
採用していた。
In addition, overlay technology is available as a countermeasure against the expansion of the implementation space and the increase in the cost of control storage means due to the increase in the number of microprogram steps due to function expansion. (For example, there is Japanese Patent Publication No. 61-41422.) What is overlay technology?
A microprogram is divided into frequently used routines and less frequently used routines, a resident area and an overlay area are provided in the control storage means, and the frequently used microprogram routines stored in the resident area are normally executed in the same manner as before. However, if a less frequently used microprogram routine is required, the necessary microprogram steps are loaded from the external storage means into the overlay area of the control storage means. At this time, it is necessary to convert the logical address consisting of the block number and intra-block address of the microprogram routine in the overlay area of the external storage means into a physical address indicating the address of the overlay area of the control storage means. The error check of this address conversion section usually employs a parity check method.

一方、制御記憶手段を使用したデータ処理装置の故障の
うち制御記憶手段の占める部分は大きく、この改善策と
して誤り訂正符号技術が採用されてきた。(例えば、特
公昭62−027417がある。)その従来の誤り訂正
動作は以下の手順で行われている。
On the other hand, the control storage means accounts for a large portion of failures in data processing apparatuses using the control storage means, and error correction code technology has been adopted as a remedy for this problem. (For example, there is Japanese Patent Publication No. 62-027417.) The conventional error correction operation is performed according to the following procedure.

■ 制御記憶手段からマイクロ命令を読出し、制御レジ
スタにセットする。
■ Read the microinstruction from the control storage means and set it in the control register.

■ ECC方式によってエラーをチエツクする。■ Check for errors using the ECC method.

■ エラーが検出されればそのマイクロ命令の実行が抑
止されるとともにシンドロームが作成される。
■ If an error is detected, execution of the microinstruction is inhibited and a syndrome is created.

■ シンドロームをもとにエラーが訂正され再実行が行
われる。
■ Errors are corrected based on the syndrome and re-execution is performed.

手順■にあるECC方式は、「誤り検出・訂正符号の応
用」 (情報処理、Vol、 23、No、 4、ペー
ジ292)により広く知られている。このような従来の
誤り訂正技術で、制御記憶手段の信頼性は大幅に改善さ
れた。
The ECC method in step ① is widely known from ``Application of Error Detection and Correction Codes'' (Information Processing, Vol. 23, No. 4, Page 292). With such conventional error correction techniques, the reliability of control storage means has been significantly improved.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

このような従来の誤り訂正技術では、制御記憶手段のデ
ータのみを対象としてFCCを生成してエラーを検出・
訂正しているので、ダイナミック・マイクロプログラミ
ングを使用する制御記憶手段を用いてオーバレイするデ
ータ処理装置で、論理アドレスから物理アドレスに変換
する過程の正当性をチエツクすることができない欠点が
あり、その結果、制御記憶手段の信頼性は充分に改善さ
れない状況にあった。
In such conventional error correction technology, an FCC is generated only for the data in the control storage means to detect and detect errors.
As a result, it is not possible to check the correctness of the logical to physical address translation process in a data processing device overlaid with control storage means using dynamic microprogramming. However, the reliability of the control storage means has not been sufficiently improved.

また、アドレス変換部の正当性をチエツクするために専
用のECCを採用することは可能であるが、FCCを付
加するためには多量のハードウェアの追加とマシンサイ
クルの増加とを伴う欠点があった。
Furthermore, although it is possible to employ a dedicated ECC to check the validity of the address translation section, adding the FCC has the disadvantage of adding a large amount of hardware and increasing machine cycles. Ta.

本発明は、このような欠点を除去するもので、論理アド
レスから物理アドレスへの変換過程の正当性を評価する
ことができるデータ処理装置を提供することを目的とす
る。
SUMMARY OF THE INVENTION The present invention aims to eliminate such drawbacks and to provide a data processing device that can evaluate the validity of the conversion process from a logical address to a physical address.

〔課題を解決するための手段〕 本発明は、オーバレイの対象になる複数のマイクロ命令
から構成されるマイクロプログラムルーチンを保持する
オーバレイ領域をもつ外部記憶手段と、このオーバレイ
領域上のマイクロプログラムルーチンのブロック番号と
ブロック内アドレスからなる論理アドレスを生成する論
理アドレス生成手段と、上記マイクロ命令と上記論理ア
ドレスとから構成されるデータに対して生成された誤り
訂正コードを当該マイクロ命令に付加したマイクロ命令
語を記憶する制御記憶手段と、上記論理アドレス生成手
段で生成された論理アドレスを上記制御記憶手段の物理
アドレスに変換するアドレス変換手段とを備えたデータ
処理装置において、上記制御記憶手段から読み出された
当該マイクロ命令語を格納するマイクロ命令格納手段と
、上記論理アドレス生成手段の出力と上記マイクロ命令
格納手段の出力とに応答していずれか一方の出力の誤り
を検出する手段を含む誤り訂正手段とを備えたことを特
徴とする。ここで、上記誤り訂正手段は、上記マイクロ
命令格納手段の出力の誤りを検出したときに、このマイ
クロ命令格納手段の出力を訂正してこのマイクロ命令格
納手段に与える手段を含むことが望まれる。さらに、上
記誤り訂正手段は、上記論理アドレス生成手段の出力に
誤りを検出したときに、この論理アドレス生成手段の動
作を停止する手段を含むことが望まれる。
[Means for Solving the Problems] The present invention provides an external storage means having an overlay area for holding a microprogram routine consisting of a plurality of microinstructions to be overlayed, and an external storage means for storing a microprogram routine on the overlay area. a logical address generating means for generating a logical address consisting of a block number and an address within the block; and a microinstruction that adds an error correction code generated for data consisting of the microinstruction and the logical address to the microinstruction. In a data processing device, the data processing device includes a control storage means for storing a word, and an address conversion means for converting a logical address generated by the logical address generation means into a physical address of the control storage means. error correction comprising: micro-instruction storage means for storing the micro-instruction word that has been generated; and means for detecting an error in one of the outputs in response to the output of the logical address generation means and the output of the micro-instruction storage means. It is characterized by comprising means. Here, it is desirable that the error correction means includes means for correcting the output of the microinstruction storage means and providing it to the microinstruction storage means when an error in the output of the microinstruction storage means is detected. Furthermore, it is desirable that the error correction means includes means for stopping the operation of the logical address generation means when an error is detected in the output of the logical address generation means.

〔作用〕[Effect]

制御記憶手段のオーバレイエリアには外部記憶装置から
のマイクロプログラムが格納されるが、この際に、アド
レス変換手段で外部記憶装置の論理アドレスが制御記憶
手段の物理アドレスに変換される。このアドレス変換手
段の検証を、外部記憶手段の論理アドレス生成手段の出
力と制御記憶手段の物理アドレスで呼び出されたマイク
ロ命令の格納手段の出力とに応答することで行い、物理
アドレスの誤りは自動修正される。
A microprogram from an external storage device is stored in the overlay area of the control storage device, and at this time, a logical address of the external storage device is converted into a physical address of the control storage device by an address conversion device. Verification of this address conversion means is performed by responding to the output of the logical address generation means of the external storage means and the output of the storage means of the microinstruction called with the physical address of the control storage means, and errors in physical addresses are automatically detected. Fixed.

〔実施例〕〔Example〕

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

第1図はこの実施例を示すブロック図である。FIG. 1 is a block diagram showing this embodiment.

この実施例は、第1図に示すように、オーバレイの対象
となる論理アドレスとマイクロ命令に対して生成法のE
CCを付加したマイクロプログラムとをオーバレイエリ
アに保持する外部記憶手段1と、外部記憶手段1から取
り出されたデータを格納するデータレジスタ2と、デー
タレジスタ2を介して供給されるECCを付加したマイ
クロプログラムを保持する制御記憶手段3と、切替回路
12を介して制御記憶手段3から読み出されたマイクロ
命令を一時格納する制御レジスタ4と、制御レジスタ4
のマイクロ命令部分の出力を解読して制御信号を発生す
るデコーダ5と、デコーダ5の出力制御信号により制御
される演算回路6と、デコーダ5の出力制御信号により
外部記憶手段1のアドレスとリクエストとを生成する外
部記憶アクセス手段7と、外部記憶手段1のオーバレイ
エリアにあるマイクロプログラムルーチンのブロック番
号とブロック内アドレスとからなる論理アドレスを格納
する論理アドレスレジスタ8と、切替回路10を介して
論理アドレスを制御記憶手段3のオーバレイエリアのア
ドレスである物理アドレスに変換し、制御記憶手段3に
供給するアドレス変換回路9と、切替回路10から出力
された論理アドレスと制御レジスタ4に格納されている
ECC付マイクロ命令とを入力して誤り訂正を行い、誤
り訂正可能の場合にマイクロ命令を訂正し、制御レジス
タ4、デコーダ5、演算回路6、外部記憶アクセス手段
7および論理アドレスレジスタ8に対して抑止信号を出
力する誤り訂正回路11と、切替回路10の出力値+1
を生成する十I加算器13とから構成されている。すな
わち、この実施例は、オーバレイの対象になる複数のマ
イクロ命令から構成されるマイクロプログラムルーチン
を保持するオーバレイ領域をもつ外部記憶手段1と、こ
のオーバレイ領域上のマイクロプログラムルーチンのブ
ロック番号とブロック内アドレスからなる論理アドレス
を生成する論理アドレス生成手段である論理アドレスレ
ジスタ8および+1加算器13と、上記マイクロ命令と
上記論理アドレスとから構成されるデータに対して生成
された誤り訂正コードを当該マイクロ命令に付加したマ
イクロ命令語を記憶する制御記憶手段3と、上記論理ア
ドレス生成手段で生成された論理アドレスを制御記憶手
段3の物理アドレスに変換するアドレス変換手段である
アドレス変換回路9とを備え、さらに、本発明の特徴と
する手段として、制御記憶手段3から読み出された当該
マイクロ命令語を格納するマイクロ命令格納手段である
制御レジスタ4と、上記論理アドレス生成手段の出力と
上記マイクロ命令格納手段の出力とに応答していずれか
一方の出力の誤りを検出する手段と、上記マイクロ命令
格納手段の出力の誤りを検出したときに、このマイクロ
命令格納手段の出力を訂正してこのマイクロ命令格納手
段に与える手段と、上記論理アドレス生成手段の出力に
誤りを検出したときに、この論理アドレス生成手段の動
作を停止する手段を含む誤り訂正手段である誤り訂正回
路11とを備える。ここで、外部記憶手段1のオーバレ
イエリアと制御記憶手段3のオーバレイエリアとは、同
じ大きさのベージに分割されている。また、アドレス変
換回路9の中にはアドレス変換テーブルがある。このア
ドレス変換テーブルは、制御記憶手段3のオーツ−レイ
エリアを分割するページ数と同じ数のエン) IJ数が
ある。論理アドレスから物理アドレスへの変換はコンプ
ルエンド法を使用している。
In this embodiment, as shown in FIG. 1, the generation method E
an external storage means 1 that holds a microprogram to which a CC is added in an overlay area; a data register 2 that stores data retrieved from the external storage means 1; and a microprogram to which an ECC is added that is supplied via the data register 2. A control storage means 3 that holds a program; a control register 4 that temporarily stores microinstructions read from the control storage means 3 via a switching circuit 12;
a decoder 5 that decodes the output of the microinstruction part of the decoder 5 and generates a control signal; an arithmetic circuit 6 that is controlled by the output control signal of the decoder 5; an external memory access means 7 that generates a logical The address conversion circuit 9 converts the address into a physical address that is the address of the overlay area of the control storage means 3 and supplies it to the control storage means 3, and the logical address output from the switching circuit 10 and is stored in the control register 4. A microinstruction with ECC is input, the error is corrected, and the microinstruction is corrected if the error can be corrected. The error correction circuit 11 that outputs the inhibition signal and the output value of the switching circuit 10 +1
It is composed of a 10I adder 13 that generates . That is, this embodiment includes an external storage means 1 having an overlay area for holding a microprogram routine made up of a plurality of microinstructions to be overlayed, and a block number and block information of the microprogram routine on this overlay area. The logical address register 8 and the +1 adder 13, which are logical address generating means for generating a logical address consisting of an address, and the error correction code generated for the data consisting of the above-mentioned micro-instruction and the above-mentioned logical address, are It is equipped with a control storage means 3 for storing a microinstruction word added to an instruction, and an address conversion circuit 9 which is an address conversion means for converting the logical address generated by the logical address generation means into a physical address of the control storage means 3. Furthermore, as a feature of the present invention, a control register 4 which is a micro-instruction storage means for storing the micro-instruction word read out from the control storage means 3, and the output of the logical address generation means and the micro-instruction are provided. means for detecting an error in either output in response to the output of the microinstruction storage means; and means for correcting the output of the microinstruction storage means when an error in the output of the microinstruction storage means is detected; The error correction circuit 11 is provided as an error correction means including means for supplying an instruction to the instruction storage means, and means for stopping the operation of the logical address generation means when an error is detected in the output of the logical address generation means. Here, the overlay area of the external storage means 1 and the overlay area of the control storage means 3 are divided into pages of the same size. Further, the address conversion circuit 9 includes an address conversion table. This address conversion table has the same number of pages as the number of pages into which the auto-lay area of the control storage means 3 is divided. The conversion from a logical address to a physical address uses the simple-end method.

次に、本実施例の動作を説朋する。Next, the operation of this embodiment will be explained.

論理アドレスレジスタ8の格納する論理アドレスは切替
回路10を介してアドレス変換回路9と誤り訂正回路1
1と+1加算器13とに供給される。アドレス変換回路
9は、供給された論理アドレスを物理アドレスに変換す
る。この物理アドレスは制御記憶手段3をアクセスし、
制御記憶手段3から読み出されたECC付マイクロ命令
は切替回路12を介して制御レジスタ4に格納される。
The logical address stored in the logical address register 8 is sent to the address conversion circuit 9 and the error correction circuit 1 via the switching circuit 10.
1 and +1 adder 13. Address conversion circuit 9 converts the supplied logical address into a physical address. This physical address accesses the control storage means 3,
The microinstruction with ECC read out from the control storage means 3 is stored in the control register 4 via the switching circuit 12.

制御レジスタ4の出力データは誤り訂正回路11とデコ
ーダ5とに供給される。
The output data of control register 4 is supplied to error correction circuit 11 and decoder 5.

一方、+1加算器13に供給された論理アドレスは、「
1」加算され、次に実行するアドレスとして論理アドレ
スレジスタ8に格納される。この動作を繰り返すことに
より、連続したアドレスに割当てられたマイクロプログ
ラムが順次実行できる。
On the other hand, the logical address supplied to the +1 adder 13 is "
1'' is added and stored in the logical address register 8 as the address to be executed next. By repeating this operation, microprograms assigned to consecutive addresses can be executed sequentially.

また、マイクロ命令がマイクロプログラムの分岐を指示
した場合に、制御レジスタ4の分岐先アドレスフィール
ドの値を切替回路10を介して、分岐先論理アドレスと
してアドレス変換回路9に供給する。アドレス変換回路
9は、この論理アドレスを分岐先物理アドレスに変換し
て制御記憶手段3から分岐先マイクロ命令を読み出す。
Further, when a microinstruction instructs a branch of the microprogram, the value of the branch destination address field of the control register 4 is supplied to the address conversion circuit 9 via the switching circuit 10 as a branch destination logical address. The address conversion circuit 9 converts this logical address into a branch target physical address and reads the branch target microinstruction from the control storage means 3.

誤り訂正回路11は、供給された前記制御レジスタ4の
出力データと前記論理アドレスとともに誤り検出を行う
。誤り検出の結果、制御レジスタ4の出力データに誤り
があった場合に、抑止信号110を送出し、制御レジス
タ4の出力データを訂正し、誤り訂正信号111 とし
て切替回路12を介して制御レジスタ4へ供給し、再実
行する。論理アドレスに誤りを検出した場合にエラー検
出信号を送出して動作を停止する。
The error correction circuit 11 performs error detection together with the supplied output data of the control register 4 and the logical address. If there is an error in the output data of the control register 4 as a result of error detection, an inhibition signal 110 is sent, the output data of the control register 4 is corrected, and an error correction signal 111 is sent to the control register 4 via the switching circuit 12. and rerun. If an error is detected in the logical address, an error detection signal is sent and the operation is stopped.

次に、誤り訂正回路11の動作の詳細を第2図に基づき
説明する。シンドローム生成回路15は、切換回路10
の出力データである論理アドレス100、制御レジスタ
4の出力データのデータ部40および制御レジスタ4の
出力データのECC部41を入力してシンドロームを生
成する。シンドロームデコード回路16は、このシンド
ローム生成回路15で生成されたシンドローム150を
デコードする。訂正回路17は、制御レジスタ4の出力
データのデータ部40およびシンドロームデコード回路
16から出力された誤りビット位置指摘信号160を人
力し、制御レジスタ4の出力データのデータ部40の誤
りを誤りビット位置指摘信号160が指示するビット位
置にあるデータ部40の1ビツトのデータを反転するこ
とにより誤りを訂正し、誤り訂正後に、制御レジスタ4
のデータ部170を切換回路12を介して制御レジスタ
4へ出力する。
Next, details of the operation of the error correction circuit 11 will be explained based on FIG. The syndrome generation circuit 15 is the switching circuit 10
A syndrome is generated by inputting the logical address 100 which is the output data of the control register 4, the data section 40 of the output data of the control register 4, and the ECC section 41 of the output data of the control register 4. The syndrome decode circuit 16 decodes the syndrome 150 generated by the syndrome generation circuit 15. The correction circuit 17 manually inputs the data part 40 of the output data of the control register 4 and the error bit position indication signal 160 output from the syndrome decoding circuit 16, and corrects the error in the data part 40 of the output data of the control register 4 by correcting the error in the data part 40 of the output data of the control register 4. The error is corrected by inverting the 1-bit data in the data section 40 at the bit position indicated by the indication signal 160, and after the error correction, the control register 4
The data portion 170 of is output to the control register 4 via the switching circuit 12.

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

本発明は、以上説明したように、マイクロプログラム実
行時に論理アドレスとマイクロ命令に対して生成したF
CCとを採用し、誤り訂正回路でマイクロ命令の論理ア
ドレスとマイクロ命令をチエラグ並びに訂正することに
より、制御記憶自体の稼動性の向上に加えて、論理アド
レスから物理アドレスの変換の正当性を評価することか
らデータ処理装置の誤動作を未然に防止できる効果があ
る。
As explained above, the present invention provides F
CC is adopted, and by using error correction circuits to check and correct the logical addresses of microinstructions and microinstructions, it not only improves the operability of the control memory itself, but also evaluates the validity of the conversion from logical addresses to physical addresses. This has the effect of preventing malfunctions of the data processing device.

さらに、マイクロプログラム実行時に論理アドレスとマ
イクロ命令に対して生成したFCCを採用し、誤り訂正
回路でマイクロ命令の論理アドレスとマイクロ命令をチ
エツク並びに訂正することによりアドレス変換回路専用
FCCを設ける必要がないので、ハードウェア量を低減
し、マシンサイクルの増加を伴わない形で論理アドレス
から物理アドレスの変換の正当性を検証する手段を実現
できる効果がある。
Furthermore, by using the FCC generated for the logical address and microinstruction during microprogram execution, and checking and correcting the logical address and microinstruction in the error correction circuit, there is no need to provide a dedicated FCC for the address translation circuit. Therefore, it is possible to reduce the amount of hardware and realize a means for verifying the validity of the conversion from a logical address to a physical address without increasing the number of machine cycles.

1・・・外部記憶手段、2・・・データレジスタ、3・
・制御記憶手段、4・・・制御レジスタ、5・・・デコ
ーダ、6・・・演算回路、7・・・外部記憶アクセス手
段、訃・・論理アドレスレジスタ、9・・・アドレス変
換回路、10.12・・・切替回路、11・・・誤り訂
正回路、13・・・÷1加算器、15・・・ンンドロー
ム生成回路、16・・・シンドロームデコード回路、1
7・・・訂正回路。
1... External storage means, 2... Data register, 3.
・Control storage means, 4: Control register, 5: Decoder, 6: Arithmetic circuit, 7: External storage access means, Logical address register, 9: Address conversion circuit, 10 .12...Switching circuit, 11...Error correction circuit, 13...÷1 adder, 15...Ndrome generation circuit, 16...Syndrome decoding circuit, 1
7... Correction circuit.

Claims (1)

【特許請求の範囲】 1、オーバレイの対象になる複数のマイクロ命令から構
成されるマイクロプログラムルーチンを保持するオーバ
レイ領域をもつ外部記憶手段と、このオーバレイ領域上
のマイクロプログラムルーチンのブロック番号とブロッ
ク内アドレスからなる論理アドレスを生成する論理アド
レス生成手段と、 上記マイクロ命令と上記論理アドレスとから構成される
データに対して生成された誤り訂正コードを当該マイク
ロ命令に付加したマイクロ命令語を記憶する制御記憶手
段と、 上記論理アドレス生成手段で生成された論理アドレスを
上記制御記憶手段の物理アドレスに変換するアドレス変
換手段と を備えたデータ処理装置において、 上記制御記憶手段から読み出された当該マイクロ命令語
を格納するマイクロ命令格納手段と、上記論理アドレス
生成手段の出力と上記マイクロ命令格納手段の出力とに
応答していずれか一方の出力の誤りを検出する手段を含
む誤り訂正手段と を備えたことを特徴とするデータ処理装置。 2、上記誤り訂正手段は、上記マイクロ命令格納手段の
出力の誤りを検出したときに、このマイクロ命令格納手
段の出力を訂正してこのマイクロ命令格納手段に与える
手段を含む請求項1記載のデータ処理装置。 3、上記誤り訂正手段は、上記論理アドレス生成手段の
出力に誤りを検出したときに、この論理アドレス生成手
段の動作を停止する手段を含む請求項2記載のデータ処
理装置。
[Scope of Claims] 1. External storage means having an overlay area that holds a microprogram routine consisting of a plurality of microinstructions to be overlayed, and a block number and block information of the microprogram routine on this overlay area. logical address generation means for generating a logical address consisting of an address; and control for storing a microinstruction word in which an error correction code generated for data consisting of the microinstruction and the logical address is added to the microinstruction. In a data processing device comprising a storage means and an address conversion means for converting a logical address generated by the logical address generation means into a physical address of the control storage means, the microinstruction read from the control storage means. microinstruction storage means for storing a word, and error correction means including means for detecting an error in one of the outputs in response to the output of the logical address generation means and the output of the microinstruction storage means. A data processing device characterized by: 2. The data according to claim 1, wherein the error correction means includes means for correcting the output of the microinstruction storage means and providing it to the microinstruction storage means when an error in the output of the microinstruction storage means is detected. Processing equipment. 3. The data processing apparatus according to claim 2, wherein the error correction means includes means for stopping the operation of the logical address generation means when an error is detected in the output of the logical address generation means.
JP2191522A 1990-07-18 1990-07-18 Data processor Pending JPH0476733A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2191522A JPH0476733A (en) 1990-07-18 1990-07-18 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2191522A JPH0476733A (en) 1990-07-18 1990-07-18 Data processor

Publications (1)

Publication Number Publication Date
JPH0476733A true JPH0476733A (en) 1992-03-11

Family

ID=16276064

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2191522A Pending JPH0476733A (en) 1990-07-18 1990-07-18 Data processor

Country Status (1)

Country Link
JP (1) JPH0476733A (en)

Similar Documents

Publication Publication Date Title
KR900002604B1 (en) Restoring method and apparatus for the error of processor
KR840006091A (en) How to recover from errors in the microprogram controller
JPH0476733A (en) Data processor
JPH0392950A (en) Microprogram controller
JP2565590B2 (en) Data processing device
JPS60101649A (en) Diagnosis device of electronic computer
JPS5945565A (en) System for controlling microprogram
JPH07152594A (en) Retry control system for control processor
JPS58103040A (en) Microprogram controller
JPS6261974B2 (en)
JPS63101947A (en) Error processing system
JPH11161560A (en) Address propriety judgement device and address propriety judgement method for storage device
JPS621049A (en) Memory access control system
JPS62272326A (en) Microprogram controller
JPS61195432A (en) Parity check retry system for general purpose microprocessor
JPS6381531A (en) Microprogram control system
JPS6227417B2 (en)
JPH0512004A (en) Instruction execution system
JPH02285443A (en) Fault recovery system
JPS61253565A (en) Storage device
JPS61139836A (en) Instruction control system of pipeline computer
JPS6051135B2 (en) Instruction word verification method by adding parity bits
JPS60238933A (en) Error processing system of control storage device
JPH05158808A (en) Microprogram controller
JPH05289946A (en) Memory control system