JPH0553925A - Microprogram controller - Google Patents
Microprogram controllerInfo
- Publication number
- JPH0553925A JPH0553925A JP3218448A JP21844891A JPH0553925A JP H0553925 A JPH0553925 A JP H0553925A JP 3218448 A JP3218448 A JP 3218448A JP 21844891 A JP21844891 A JP 21844891A JP H0553925 A JPH0553925 A JP H0553925A
- Authority
- JP
- Japan
- Prior art keywords
- microprogram
- control storage
- storage unit
- address
- fault
- 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
Links
Landscapes
- Techniques For Improving Reliability Of Storages (AREA)
- Devices For Executing Special Programs (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明はマイクロプログラム制御
装置に関し、特に制御記憶部の障害処理に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a microprogram controller, and more particularly, to fault processing of a control storage unit.
【0002】[0002]
【従来の技術】従来のマイクロプログラム制御装置は、
その制御記憶部に障害が発生した場合、マイクロプログ
ラムの再書き込みを行う方法をとっていた。2. Description of the Related Art A conventional microprogram controller is
When a failure occurs in the control storage unit, the method of rewriting the microprogram has been adopted.
【0003】[0003]
【発明が解決しようとする課題】上述した従来のマイク
ロプログラムの再書き込みを行う方法では、制御記憶部
に記憶したデータが、宇宙線等によるソフトエラー等で
一時的に破壊されたものであれば回復が可能であるが、
記憶素子の固定的な故障であると回避ができないという
問題がある。In the conventional method of rewriting a microprogram described above, if the data stored in the control storage unit is temporarily destroyed by a soft error due to cosmic rays or the like. Recovery is possible,
There is a problem that it cannot be avoided if the memory element is a fixed failure.
【0004】本発明は上記問題に鑑み、記憶素子に固定
的な故障のある場合でもマイクロプログラムが回復可能
な制御装置を提供することを目的とする。In view of the above problems, it is an object of the present invention to provide a control device capable of recovering a microprogram even when a memory element has a fixed failure.
【0005】[0005]
【課題を解決するための手段】本発明のマイクロプログ
ラム制御装置は、書き換え可能な記憶素子によって構成
される制御記憶部と、制御記憶部の読み出しデータの異
常を検出する異常検出回路と、異常検出回路により読み
出しデータに異常が検出された場合、異常が検出された
制御記憶部の読み出しアドレスを故障アドレスとして記
憶する故障アドレス記憶部と、制御記憶部に格納するマ
イクロプログラムを生成し、書き込みを行うマイクロプ
ログラム生成部とを具備するマイクロプログラム制御装
置において、前記マイクロプログラム生成部は、マイク
ロプログラムのソースプログラムをアセンブリ言語の状
態で保持し、アセンブラを通し、生成されたオブジェク
トプログラムを前記制御記憶部に再書き込みする際、前
記故障アドレス記憶部よりの故障アドレスを使用禁止領
域とする機能を有する。A microprogram control device according to the present invention comprises a control storage unit composed of a rewritable storage element, an abnormality detection circuit for detecting an abnormality in read data from the control storage unit, and an abnormality detection. When an abnormality is detected in the read data by the circuit, a failure address storage unit that stores the read address of the control storage unit where the abnormality is detected as a failure address and a microprogram to be stored in the control storage unit are generated and written. In the microprogram control device including a microprogram generation unit, the microprogram generation unit holds a source program of the microprogram in an assembly language state, passes through an assembler, and stores the generated object program in the control storage unit. When rewriting, write the fault address It has the function of a failure address the use inhibited area than section.
【0006】[0006]
【作用】制御記憶部に記憶されたオブジェクトプログラ
ム中に異常検出回路が異常を検出した場合、異常が検出
された制御記憶部の該当アドレス部分について、マイク
ロプログラム生成部は使用禁止領域としてマイクロプロ
グラム再書き込みの際使用しない。したがって制御記憶
部の故障のある部分にはマイクロプログラムは書き込ま
れないこととなる。When the abnormality detection circuit detects an abnormality in the object program stored in the control storage unit, the microprogram generation unit determines the use of the microprogram as a prohibited area for the corresponding address portion of the control storage unit where the abnormality is detected. Do not use when writing. Therefore, the microprogram is not written in the defective portion of the control storage unit.
【0007】[0007]
【実施例】次に、本発明の実施例について図面を参照し
て説明する。図1は本発明のマイクロプログラム制御装
置の一実施例を示すブロック図である。Embodiments of the present invention will now be described with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the microprogram controller of the present invention.
【0008】マイクロプログラム制御装置の初期化時、
及び障害発生時には、マイクロプログラム生成部5(以
降、MP生成部5と記す)によって生成されたマイクロ
プログラムが制御記憶部1に書き込まれる。アドレスレ
ジスタ3により制御記憶部1よりマイクロプログラムが
読み出され、マイクロプログラム制御装置の動作が行わ
れる。読み出しデータ異常検出回路2は、異常検出時に
は障害処理プロセサ(図示せず)及び故障アドレスレジ
スタ4に異常検出信号を送る。故障アドレスレジスタ4
は異常検出信号により、アドレスレジスタ3よりのアド
レス情報を保持する。障害処理プロセサは異常検出信号
により、マイクロプログラム制御装置の停止及び再スタ
ートを制御する。At initialization of the microprogram controller,
When a failure occurs, the microprogram generated by the microprogram generation unit 5 (hereinafter referred to as the MP generation unit 5) is written in the control storage unit 1. The microprogram is read from the control storage unit 1 by the address register 3 and the operation of the microprogram control device is performed. The read data abnormality detection circuit 2 sends an abnormality detection signal to a failure processing processor (not shown) and the failure address register 4 when an abnormality is detected. Fault address register 4
Holds the address information from the address register 3 according to the abnormality detection signal. The fault processing processor controls stop and restart of the microprogram controller by the abnormality detection signal.
【0009】MP生成部5の動作について図2を使用し
て説明する。ソースプログラム保持部51(以降、SP
保持部51と記す)の例として図2(a)に示されるフ
ローチャートのようにコーディングがされていた場合、
制御記憶部1に障害がない場合は、初期化時にアセンブ
ル部52により、図2(b)に示されるメモリマップに
示されるようにアッセンブルされ、オブジェクトプログ
ラム出力部53(以降、OBJ出力部53と記す)から
オブジェクトプログラムとして制御記憶部1に書き込ま
れる。図2(b)のメモリマップ上のNAで示されるフ
ィールドはネクストアドレスを示すフィールドであり、
次に実行する制御記憶部1のワードアドレスを示すもの
である。この例では、命令“A”が0番地に、命令
“B”が1番地、命令“C”が2番地、命令“D”が3
番地に書き込まれる。制御記憶部1が正常な場合は、図
2(a)のフローチャートに示すように命令“A”→命
令“B”→命令“C”→命令“D”の順に実行される
が、制御記憶部1の2番地が故障した場合を考える。制
御記憶部1からの2番地の読み出しにより、読み出しデ
ータ異常検出回路2が異常検出をすると、故障アドレス
レジスタ4にはアドレスレジスタ3よりのアドレス情報
“2”が保持され、障害処理プロセサの制御によりマイ
クロプログラム制御装置は動作を停止する。次に障害処
理プロセサからの再スタート指示により、アセンブル部
52は故障アドレスレジスタ4の故障アドレス情報
“2”を使用禁止領域として、図2(c)または図2
(d)に示すようにメモリマップにアセンブルし、OB
J出力部53に渡す。メモリマップ上で図2(c)のよ
うにアセンブルされるか図2(d)のようになるかは、
アセンブラの機能、メモリマップ上の空き領域によって
異なる。図2(c)また図2(d)のメモリマップに示
されるオブジェクトプログラムが制御記憶部1に書き込
まれると、図2(b)のメモリマップで示されるオブジ
ェクトプログラムとは制御記憶部1上の命令の配置は異
なるが、図2(a)のフローチャートに示される通り、
命令“A”→命令“B”→命令“C”→命令“D”の順
に命令が実行される。このとき図2(c)のメモリマッ
プで示されるオブジェクトプログラムの場合0番地→1
番地→3番地→4番地の順に、また図2(d)のメモリ
マップで示されるオブジェクトプログラムの場合0番地
→1番地→z番地→3番地の順に制御記憶部1が読み出
されるため、故障している制御記憶部1の2番地は読み
出されず読み出しデータ異常検出回路2による異常検出
での障害は再発生しない。The operation of the MP generator 5 will be described with reference to FIG. Source program holding unit 51 (hereinafter, SP
As an example of the holding unit 51), if the coding is performed as in the flowchart shown in FIG.
If there is no failure in the control storage unit 1, the assembling unit 52 assembles it as shown in the memory map shown in FIG. 2B at the time of initialization, and the object program output unit 53 (hereinafter referred to as the OBJ output unit 53 Note) is written in the control storage unit 1 as an object program. The field indicated by NA on the memory map of FIG. 2B is a field indicating the next address,
It shows the word address of the control storage unit 1 to be executed next. In this example, the instruction “A” is at address 0, the instruction “B” is at address 1, the instruction “C” is at address 2, and the instruction “D” is at address 3.
It is written in the address. When the control storage unit 1 is normal, as shown in the flowchart of FIG. 2A, the instruction “A” → the instruction “B” → the instruction “C” → the instruction “D” are executed in this order. Consider the case where address 2 of 1 fails. When the read data abnormality detection circuit 2 detects an abnormality by reading address 2 from the control storage unit 1, the failure address register 4 holds the address information “2” from the address register 3 and the failure processing processor controls it. The microprogram controller stops operating. Next, in response to a restart instruction from the failure processing processor, the assembler 52 sets the failure address information “2” of the failure address register 4 as a use prohibited area in FIG.
Assemble into the memory map as shown in (d), and
It is passed to the J output unit 53. Whether to assemble as shown in FIG. 2 (c) or as shown in FIG. 2 (d) on the memory map,
Depends on the function of the assembler and the free area on the memory map. When the object program shown in the memory map of FIG. 2C and FIG. 2D is written in the control storage unit 1, the object program shown in the memory map of FIG. Although the arrangement of instructions is different, as shown in the flowchart of FIG.
Instructions are executed in the order of instruction “A” → instruction “B” → instruction “C” → instruction “D”. At this time, in the case of the object program shown in the memory map of FIG. 2C, address 0 → 1
Since the control storage unit 1 is read out in the order of address → 3 address → 4 address, and in the case of the object program shown in the memory map of FIG. 2 (d), 0 address → 1 address → z address → 3 address. The address 2 of the control storage unit 1 is not read, and the failure due to the abnormality detection by the read data abnormality detection circuit 2 does not occur again.
【0010】このようにして、制御記憶部1の任意のワ
ードが故障した場合、マイクロプログラムの再生成によ
り、障害回避が実施される。In this way, when an arbitrary word in the control storage unit 1 fails, the failure is avoided by regenerating the microprogram.
【0011】[0011]
【発明の効果】以上説明したように本発明は、制御記憶
部の任意のワードが故障した場合、故障アドレス情報を
使用禁止領域として、マイクロプログラムを再生成し、
制御記憶部に書き込むので、制御記憶部の任意のワード
の固定故障時の障害回避が可能になるという効果を有す
る。As described above, according to the present invention, when an arbitrary word in the control storage section fails, the microprogram is regenerated by using the failure address information as the prohibited area,
Since the data is written in the control storage unit, there is an effect that it is possible to avoid a failure when a fixed failure occurs in any word in the control storage unit.
【図1】本発明のマイクロプログラム制御装置の一実施
例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of a micro program control device of the present invention.
【図2】(a)は図1の実施例の動作を説明するフロー
チャートである。 (b)は障害処理前の制御記憶部のメモリマップの状態
を示す図である。 (c)は障害処理後の一例を示す制御記憶部のメモリマ
ップの状態を示す図である。 (d)は障害処理後の他の例を示す制御記憶部のメモリ
マップの状態を示す図である。FIG. 2A is a flowchart explaining the operation of the embodiment of FIG. (B) is a diagram showing a state of a memory map of the control storage unit before failure processing. (C) is a diagram showing a state of a memory map of the control storage unit showing an example after failure processing. FIG. 9D is a diagram showing a state of the memory map of the control storage unit showing another example after the failure processing.
1 制御記憶部 2 読み出しデータ異常検出回路 3 アドレスレジスタ 4 故障アドレスレジスタ 5 マイクロプログラム生成部(MP生成部) 51 ソースプログラム保持部(SP保持部) 52 アセンブル部 53 オブジェクトプログラム出力部(OBJ出力部) 1 Control Storage Section 2 Read Data Abnormality Detection Circuit 3 Address Register 4 Failure Address Register 5 Micro Program Generation Section (MP Generation Section) 51 Source Program Holding Section (SP Holding Section) 52 Assembling Section 53 Object Program Output Section (OBJ Output Section)
Claims (1)
れる制御記憶部と、制御記憶部の読み出しデータの異常
を検出する異常検出回路と、異常検出回路により読み出
しデータに異常が検出された場合、異常が検出された制
御記憶部の読み出しアドレスを故障アドレスとして記憶
する故障アドレス記憶部と、制御記憶部に格納するマイ
クロプログラムを生成し、書き込みを行うマイクロプロ
グラム生成部とを具備するマイクロプログラム制御装置
において、 前記マイクロプログラム生成部は、マイクロプログラム
のソースプログラムをアセンブリ言語の状態で保持し、
アセンブラを通し、生成されたオブジェクトプログラム
を前記制御記憶部に再書き込みする際、前記故障アドレ
ス記憶部よりの故障アドレスを使用禁止領域とする機能
を有することを特徴とするマイクロプログラム制御装
置。1. A control storage unit including a rewritable storage element, an abnormality detection circuit for detecting an abnormality in read data of the control storage unit, and an abnormality when the read data is detected by the abnormality detection circuit. In a microprogram control device including a failure address storage unit that stores a read address of the control storage unit in which is detected as a failure address, and a microprogram generation unit that generates and writes a microprogram to be stored in the control storage unit. The microprogram generator holds a source program of the microprogram in an assembly language state,
A microprogram control device having a function of setting a failure address from the failure address storage unit as a use prohibited area when rewriting the generated object program to the control storage unit through an assembler.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3218448A JPH0553925A (en) | 1991-08-29 | 1991-08-29 | Microprogram controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3218448A JPH0553925A (en) | 1991-08-29 | 1991-08-29 | Microprogram controller |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0553925A true JPH0553925A (en) | 1993-03-05 |
Family
ID=16720072
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3218448A Pending JPH0553925A (en) | 1991-08-29 | 1991-08-29 | Microprogram controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0553925A (en) |
-
1991
- 1991-08-29 JP JP3218448A patent/JPH0553925A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH02297770A (en) | Optical disk device | |
JPH0553925A (en) | Microprogram controller | |
JPS6146864B2 (en) | ||
JP2731047B2 (en) | Program operand check method | |
JP2513615B2 (en) | Storage device with ECC circuit | |
JP6721140B1 (en) | Data processing device, data processing method and program | |
JP3098363B2 (en) | Storage device | |
JPS6161299A (en) | Memory | |
JPS63170756A (en) | Main storage initializing system | |
JPH0535455B2 (en) | ||
JPH0368035A (en) | Information processor | |
JPH0934801A (en) | Method for detecting pointer control abnormality for fifo | |
JPH0476138B2 (en) | ||
JPS60205639A (en) | Address stopping circuit | |
JPS63192088A (en) | Trouble recovery system for character output unit | |
JPH0325646A (en) | Parity error discriminating system | |
JPH02178740A (en) | Information processor | |
JPH04101253A (en) | Operation testing system for ecc circuit of memory | |
JPH0481953A (en) | Memory device | |
JPH05233467A (en) | Scratch pad memory control system | |
JPH04209035A (en) | Artificial trouble generating circuit | |
JPS6325380B2 (en) | ||
JPH03220649A (en) | Parity check circuit | |
JPH01302452A (en) | Microprogram control device | |
JPH0667988A (en) | Semiconductor memory with ras function |