JPS6239782B2 - - Google Patents

Info

Publication number
JPS6239782B2
JPS6239782B2 JP55170942A JP17094280A JPS6239782B2 JP S6239782 B2 JPS6239782 B2 JP S6239782B2 JP 55170942 A JP55170942 A JP 55170942A JP 17094280 A JP17094280 A JP 17094280A JP S6239782 B2 JPS6239782 B2 JP S6239782B2
Authority
JP
Japan
Prior art keywords
microinstruction
microprogram
reference clock
phase
clock
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
JP55170942A
Other languages
Japanese (ja)
Other versions
JPS5794855A (en
Inventor
Akihiro Katsura
Hideo Maejima
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 JP55170942A priority Critical patent/JPS5794855A/en
Priority to GB8116575A priority patent/GB2077010B/en
Priority to DE19813121742 priority patent/DE3121742A1/en
Priority to US06/269,608 priority patent/US4446517A/en
Publication of JPS5794855A publication Critical patent/JPS5794855A/en
Publication of JPS6239782B2 publication Critical patent/JPS6239782B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/22Microcontrol or microprogram arrangements
    • G06F9/26Address formation of the next micro-instruction ; Microprogram storage or retrieval arrangements
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)

Description

【発明の詳細な説明】 本発明は、マイクロプログラムシーケンスの異
常検出方法および装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a method and apparatus for detecting an abnormality in a microprogram sequence.

マイクロプログラム記憶装置の誤りを検出する
方法としては、マイクロ命令中に1ビツトのパリ
テイビツトを付加し、マイクロ命令中のデータ
“1”の総和が偶数であるか奇数であるかをチエ
ツクすることが一般的である。
A common method for detecting errors in microprogram storage devices is to add a 1-bit parity bit to the microinstruction and check whether the sum of data "1" in the microinstruction is an even number or an odd number. It is true.

データ“1”の総和が偶数になるようにパリテ
イビツトを付加するものを偶数パリテイ方式奇数
になるようにパリテイビツトを付加するものを奇
数パリテイ方式と呼んでいる。
A method in which parity bits are added so that the sum of data "1" becomes an even number is called an even parity method, and a method in which parity bits are added so that the sum of data "1" becomes an odd number is called an odd parity method.

このようなパリテイビツトを付加する異常検出
方法では、マイクロ命令の読み出し時の誤り検出
には有効であるが、マイクロプログラム・アドレ
ス情報の誤りやマイクロプログラム記憶装置のア
ドレス・デコードの際の誤りに対しては、この誤
りを検出できない。
Such an error detection method that adds parity bits is effective in detecting errors when reading microinstructions, but it is effective in detecting errors in microprogram address information and errors in address decoding of microprogram storage devices. cannot detect this error.

また、ソフトウエアやハードウエアの暴走によ
る異常検出方法としては、ウオツチ・ドツグ・タ
イマ方式が知られている。
Additionally, a watchdog timer method is known as a method for detecting abnormalities due to software or hardware runaway.

通常のウオツチ・ドツグ・タイマは、常にクロ
ツクを計数しており、ソフトウエア命令によつて
リセツトされ、リセツトされるまでにタイマ計数
値が所定値を越えるとシステムのリスタート信号
を出力するようになつている。
A normal watchdog timer constantly counts clocks and is reset by a software command, and if the timer count exceeds a predetermined value before being reset, it outputs a system restart signal. It's summery.

ウオツチ・ドツグ・タイマのリセツト命令の挿
入個所とタイマの設定値は、正常な動作ではタイ
マ計数値が設定値に達する以前に必ずリセツトさ
れるように選ばれてあり、プログラムが暴走した
場合などでウオツチ・ドツグ・タイマがリセツト
されないと、タイマ計数値が設定値を越え、リス
タート信号が出力され異常処理を中断するように
なつている。
The insertion point of the watch dog timer reset command and the timer setting value are selected so that under normal operation, the timer is always reset before the timer count reaches the set value, and in the case of a program runaway, etc. If the watchdog timer is not reset, the timer count value exceeds the set value and a restart signal is output to interrupt abnormality processing.

このような、ウオツチ・ドツグ・タイマ方式
は、ソフトウエア・レベルの暴走を防止するもの
であり、通常、タイマの設定値としてはかなり長
い時間が設定されている。この為、ソフトウエ
ア・レベルでのシーケンス異常の検出には有効で
あるが、速応性を要求するマイクロ命令レベルの
シーケンス異常の検出には実用的でない。
Such a watchdog timer system is used to prevent runaway at the software level, and the timer is usually set to a fairly long time. Therefore, although it is effective for detecting sequence abnormalities at the software level, it is not practical for detecting sequence abnormalities at the microinstruction level, which requires quick response.

本発明は以上の諸点に鑑み発明されたもので、
その目的は、アドレス情報の誤り、マイクロプロ
グラム記憶装置のアドレスデコード時の誤りなど
によつて発生するマイクロプログラム制御シーケ
ンスの異常をより短時間に検出できる異常検出方
法および装置を提供するにある。
The present invention was invented in view of the above points,
The object is to provide an abnormality detection method and apparatus that can detect abnormalities in microprogram control sequences caused by errors in address information, errors in address decoding of a microprogram storage device, etc. in a shorter time.

本発明の特徴は、各マイクロ命令中に、マイク
ロ命令実行クロツクの複数倍周期の基準クロツク
に対する位相情報を記述しておき、マイクロ命令
の読み出し時に、この位相情報と基準クロツクの
位相が一定の関係にあるか否かによりマイクロ命
令制御シーケンスの異常の有無を判定しているこ
とである。この場合の位相情報としては、基準ク
ロツクがマイクロ命令実行クロツクの2倍の周期
の場合は、1ビツト、4倍の周期の場合は、2ビ
ツトが用いられる。
A feature of the present invention is that phase information with respect to a reference clock having a period multiple times that of the microinstruction execution clock is written in each microinstruction, and when the microinstruction is read, this phase information and the phase of the reference clock maintain a constant relationship. The presence or absence of an abnormality in the microinstruction control sequence is determined based on whether or not the microinstruction control sequence exists. In this case, the phase information used is 1 bit if the reference clock has a period twice that of the microinstruction execution clock, and 2 bits if the period is four times that of the microinstruction execution clock.

以下、実施例を参照して本発明を詳細に説明す
る。第1図は、本発明が適用されたマイクロプロ
グラム制御装置の一実施例構成図を示したもので
ある。
Hereinafter, the present invention will be explained in detail with reference to Examples. FIG. 1 shows a configuration diagram of an embodiment of a microprogram control device to which the present invention is applied.

第1図の構成は、マイクロプログラム起動アド
レス生成装置11、マイクロプログラム・アドレ
ス選択回路12、マイクロプログラム・アドレ
ス・レジスタ13、マイクロプログラム記憶装置
14、マイクロ命令レジスタ15、分周回路3
1、位相誤り検出装置32を主たる構成要素とし
ている。このうち本発明に密接な関係のものは、
マイクロ命令に付加された位相情報ビツトpと、
分周回路31および位相誤り検出装置32であ
る。図示しない主記憶装置からマイクロ命令の1
語が読み出されると、マイクロプログラム起動ア
ドレス生成装置11でマイクロ命令語に対応する
マイクロルーチンの先頭アドレスが生成され、こ
のアドレス情報はマイクロプログラム・アドレス
選択回路12、マイクロプログラム・アドレス・
レジスタ13を介して、マイクロプログラム記憶
装置14に送られ、対応するマイクロ命令が読み
出される。読み出されたマイクロ命令はマイクロ
命令レジスタ15に記憶され、その演算制御フイ
ールド15aは図示しないマイクロ命令デコーダ
に送られ各種制御信号の発生に用いられる。ま
た、マイクロ命令のアドレス制御フイールド15
bはマイクロプログラム・アドレス選択回路12
を介してマイクロプログラム・アドレス・レジス
タ13に戻され、一連のマイクロ命令が順次実行
される。一方、分周回路31は、マイクロ命令実
行クロツク4aの整数倍の周期をもつた基準クロ
ツク4bを発生し、この基準クロツク4bは位相
誤り検出装置32の一方の入力に印加されるよう
になつている。
The configuration of FIG. 1 includes a microprogram start address generation device 11, a microprogram address selection circuit 12, a microprogram address register 13, a microprogram storage device 14, a microinstruction register 15, and a frequency dividing circuit 3.
1. The main component is a phase error detection device 32. Among these, those closely related to the present invention are:
a phase information bit p added to the microinstruction;
They are a frequency dividing circuit 31 and a phase error detection device 32. 1 microinstruction from the main memory (not shown)
When the word is read, the microprogram start address generation device 11 generates the start address of the microroutine corresponding to the microinstruction word, and this address information is sent to the microprogram address selection circuit 12, the microprogram address selection circuit 12, and the microprogram address selection circuit 12.
Via the register 13, it is sent to the microprogram storage 14, where the corresponding microinstruction is read. The read microinstruction is stored in the microinstruction register 15, and its arithmetic control field 15a is sent to a microinstruction decoder (not shown) and used to generate various control signals. In addition, the address control field 15 of the microinstruction
b is the microprogram address selection circuit 12
is returned to the microprogram address register 13 via the microprogram address register 13, and a series of microinstructions are executed sequentially. On the other hand, the frequency dividing circuit 31 generates a reference clock 4b having a cycle that is an integral multiple of the microinstruction execution clock 4a, and this reference clock 4b is applied to one input of the phase error detection device 32. There is.

位相誤り検出装置32の他方の入力には後述す
る位相情報4cが印加されるようになつている。
各マイクロ命令には、基準クロツク4bのどの位
相で実行されるべきであるかが定まつていて、マ
イクロ命令の位相ビツトpに位相情報が記述され
ている。
Phase information 4c, which will be described later, is applied to the other input of the phase error detection device 32.
The phase of the reference clock 4b at which each microinstruction should be executed is determined, and phase information is written in the phase bit p of the microinstruction.

ここでは、位相ビツトpの位相情報を4cとし
て示している。
Here, the phase information of phase bit p is shown as 4c.

さて、位相誤り検出装置32は、マイクロ命令
レジスタ15に読み出されたマイクロ命令の位相
ビツトpの位相情報4cと基準クロツク4cの位
相の一致を監視しており、不一致の場合、異常検
出信号4dを出力するようになつている。
Now, the phase error detection device 32 monitors whether the phase information 4c of the phase bit p of the microinstruction read into the microinstruction register 15 and the phase of the reference clock 4c match, and if they do not match, an abnormality detection signal 4d is output. is now output.

異常検出信号4dは、マイクロプログラム起動
アドレス生成装置に供給され、シーケンス異常処
理マイクロルーチンの先頭アドレスが生成される
ようになつている。
The abnormality detection signal 4d is supplied to a microprogram start address generation device, and the start address of the sequence abnormality processing microroutine is generated.

第2図は、第1図の構成における分周回路31
及び位相誤り検出装置32の具体的な構成を示し
たものである。分周回路31はT型フリツプ・フ
ロツプ1個で構成され、マイクロ命令実行クロツ
ク4aを2分の1に分周して基準クロツク4bを
得ている。マイクロ命令には前述した如く位相ビ
ツト1ビツトpが付加され、各マイクロ命令につ
いてそのマイクロ命令が基準クロツクの“1”あ
るいは“0”のいずれで実行されるものであるか
を表示している。位相誤り検出装置32は、
EOR(排他的論理和)ゲート1個で構成され、
基準クロツク4bとマイクロ命令の位相情報4c
を入力として、異常検出信号4dを出力する。
FIG. 2 shows the frequency dividing circuit 31 in the configuration of FIG.
2 shows a specific configuration of the phase error detection device 32. The frequency dividing circuit 31 is composed of one T-type flip-flop, and divides the frequency of the microinstruction execution clock 4a into half to obtain a reference clock 4b. As mentioned above, a phase bit 1 bit p is added to each microinstruction to indicate whether the microinstruction is to be executed at "1" or "0" of the reference clock. The phase error detection device 32 is
Consists of one EOR (exclusive OR) gate,
Reference clock 4b and microinstruction phase information 4c
is input, and outputs an abnormality detection signal 4d.

第3図は、第2図に対応する各信号のタイムチ
ヤートを示したもので、マイクロ・命令実行クロ
ツク4a、基準クロツク4b、マイクロ命令位相
情報4c、及び異常検出信号4dの波形の一例を
示している。図では、n―3〜n―1の各マイク
ロサイクルでは、基準クロツク4bとマイクロ命
令位相情報4cが一致しているため異常検出信号
4dが“0”となつているが、第nマイクロサイ
クルでは、基準クロツク4bが“0”であるにも
かかわらずマイクロ命令位相情報4cが“1”と
なり両者が一致しなつたため、異常検出信号4d
が“1”となつて、マイクロプログラム制御シー
ケンスに異常があつたことを示している。
FIG. 3 shows a time chart of each signal corresponding to FIG. 2, and shows an example of the waveforms of the micro-instruction execution clock 4a, the reference clock 4b, the micro-instruction phase information 4c, and the abnormality detection signal 4d. ing. In the figure, in each microcycle from n-3 to n-1, the reference clock 4b and the microinstruction phase information 4c match, so the abnormality detection signal 4d is "0", but in the n-th microcycle, the abnormality detection signal 4d is "0". , even though the reference clock 4b is "0", the microinstruction phase information 4c becomes "1" and they do not match, so the abnormality detection signal 4d
becomes "1", indicating that an abnormality has occurred in the microprogram control sequence.

このように構成した本発明の一実施例によれ
ば、アドレス情報の誤りやマイクロプログラム記
憶装置14のアドレス・デコードの際の誤りなど
によつて生ずるマイクロプログラム制御シーケン
スの異常を検出できるという効果がある。マイク
ロ・命令実行クロツクの2分の1分周クロツクを
基準クロツクとして用いる実施例では、マイクロ
プログラム制御シーケンス異常の半分程度は位相
誤りとして検出できる。さらに、マイクロプログ
ラム制御シーケンスの異常が検出された際にマイ
クロプログラムで処理できるようにしていること
は、リスタート処理あるいは割込み処理といつた
異常処理を容易に行なえるという効果を有してい
る。
According to one embodiment of the present invention configured as described above, it is possible to detect an abnormality in a microprogram control sequence caused by an error in address information or an error in address decoding of the microprogram storage device 14. be. In an embodiment in which a 1/2 frequency divided microinstruction execution clock is used as the reference clock, about half of the microprogram control sequence abnormalities can be detected as phase errors. Furthermore, when an abnormality in the microprogram control sequence is detected, it can be processed by the microprogram, which has the effect that abnormality processing such as restart processing or interrupt processing can be easily performed.

第4図は、第1図の構成を持つ本発明の他の実
施例における分周回路31及び位相誤り検出装置
32の構成を示している。分周回路31は2段の
T型フリツプ・フロツプで構成され、マイクロ・
命令実行クロツク4aを入力として、これを2分
の1分周したクロツク4b―1及び4分の1分周
したクロツク4b―2を得ている。マイクロ命令
には位相ビツト2ビツトが付加され、マイクロ命
令の実行順序に従つて“00”,“01”,“10”,“11”
の位相が記述される。マイクロ命令レジスタ15
に記憶されたマイクロ命令の位相ビツト4c―1
及び4c―2は、基準クロツクの4b―1及び4
b―2のそれぞれに対応しており、正常な動作シ
ーケンスではこれらは一致する。位相誤り検出装
置32は位相ビツトと基準クロツクの不一致を検
出するもので、EORゲート2個とOR(論理和)
ゲート1個から構成されている。すなわち、4b
―1と4c―1の不一致あるいは4b―2と4c
―2の不一致のいずれか一方でも発生したときに
は異常検出信号4dが“1”になる。
FIG. 4 shows the configuration of the frequency dividing circuit 31 and phase error detection device 32 in another embodiment of the present invention having the configuration shown in FIG. The frequency divider circuit 31 is composed of a two-stage T-type flip-flop.
An instruction execution clock 4a is input, and a clock 4b-1 whose frequency is divided by one half and a clock 4b-2 which is divided by one fourth are obtained. Two phase bits are added to the microinstruction, and the bits are “00”, “01”, “10”, and “11” according to the execution order of the microinstruction.
The phase of is described. Microinstruction register 15
Phase bit 4c-1 of the microinstruction stored in
and 4c-2 are the reference clocks 4b-1 and 4.
b-2, and in a normal operating sequence they match. The phase error detection device 32 detects mismatch between the phase bit and the reference clock, and consists of two EOR gates and an OR (logical sum).
It consists of one gate. That is, 4b
-1 and 4c-1 mismatch or 4b-2 and 4c
-2, the abnormality detection signal 4d becomes "1" when any one of the mismatches occurs.

第5図は、第4図に対応する各信号のタイムチ
ヤートを示したもので、マイクロ命令実行・クロ
ツク4a、基準クロツク4b―1及び4b―2、
マイクロ命令の位相ビツト4c―1及び4c―
2、異常検出信号4dの各信号波形の一例を示し
ている。図では、n―6〜n―1の各マイクロサ
イクルでは、基準クロツク4b―1及び4b―2
とマイクロ命令位相ビツト4c―1及び4c―2
がそれぞれ一致しているため異常検出信号4dが
“0”となつている。しかし、第nマイクロ・サ
イクルでは、基準クロツク4b―1及び4b―2
が“1”及び“1”となつているにもかかわら
ず、マイクロ命令位相ビツト4c―1及び4c―
2は“0”及び“1”となつており、この不一致
のために異常検出信号4dが“1”となつてい
る。すなわち、第nマイクロ・サイクルでは、マ
イクロプログラム制御シーケンスに異常があつた
ことを示している。
FIG. 5 shows a time chart of each signal corresponding to FIG. 4, including the microinstruction execution clock 4a, the reference clocks 4b-1 and 4b-2,
Microinstruction phase bits 4c-1 and 4c-
2. An example of each signal waveform of the abnormality detection signal 4d is shown. In the figure, in each microcycle from n-6 to n-1, the reference clocks 4b-1 and 4b-2
and microinstruction phase bits 4c-1 and 4c-2
Since they match, the abnormality detection signal 4d is "0". However, in the nth micro cycle, the reference clocks 4b-1 and 4b-2
Microinstruction phase bits 4c-1 and 4c-
2 are "0" and "1", and because of this mismatch, the abnormality detection signal 4d is "1". That is, in the n-th micro cycle, it is indicated that an abnormality occurred in the microprogram control sequence.

マイクロ命令の位相ビツトを2ビツト付加して
マイクロ命令実行・クロツクの4分の1分周クロ
ツクを基準クロツクとして用いるこの実施例の場
合では、マイクロプログラム制御シーケンス異常
を、約75%の確率で、位相誤りとして検出できる
という効果がある。
In the case of this embodiment, in which two microinstruction phase bits are added and the microinstruction execution clock is divided by a quarter and used as the reference clock, microprogram control sequence abnormalities are detected with a probability of approximately 75%. This has the effect that it can be detected as a phase error.

以上詳細に説明したように、本発明によれば、
マイクロ命令に記述された位相情報と基準クロツ
クの位相を比較することによつて、マイクロプロ
グラム制御シーケンスの異常をただちに検出でき
る。
As explained in detail above, according to the present invention,
By comparing the phase information written in the microinstruction with the phase of the reference clock, abnormalities in the microprogram control sequence can be immediately detected.

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

第1図は本発明を適用したマイクロプログラム
制御装置の一実施例を示すブロツク図、第2図、
第4図はそれぞれ第1図の一部具体例回路図、第
3図は第2図の動作説明用のタイムチヤート、第
5図は第4図の動作説明用のタイムチヤートであ
る。 31……分周回路、32……位相誤り検出装
置。
FIG. 1 is a block diagram showing an embodiment of a microprogram control device to which the present invention is applied;
4 is a partial specific example circuit diagram of FIG. 1, FIG. 3 is a time chart for explaining the operation of FIG. 2, and FIG. 5 is a time chart for explaining the operation of FIG. 4. 31... Frequency dividing circuit, 32... Phase error detection device.

Claims (1)

【特許請求の範囲】 1 マイクロプログラム記憶装置に格納されたマ
イクロ命令をマイクロ命令実行クロツクに同期し
て順次読み出し、制御を行うマイクロプログラム
制御シーケンスにおいて、マイクロ命令中には、
該マイクロ命令実行クロツクの複数倍周期の基準
クロツクに対する位相情報を記述しておき、マイ
クロ命令を読み出した際、当該マイクロ命令中の
位相情報が基準クロツクに対して一定の関係にあ
るか否かを判定し、異常検出を行うようにしたこ
とを特徴とするマイクロプログラム制御シーケン
スの異常検出方法。 2 マイクロプログラム記憶装置に格納されたマ
イクロ命令をマイクロ命令実行クロツクに同期し
て読み出し、制御を行うマイクロプログラム制御
シーケンスにおいて、マイクロ命令実行クロツク
の複数倍周期の基準クロツクを発生する基準クロ
ツク発生手段と、マイクロ命令中に記述された該
基準クロツクに対する位相情報と該基準クロツク
の位相が一致しているか否かを判定する位相比較
手段を有し、位相が不一致の場合を異常と判断す
るようにしたことを特徴とするマイクロプログラ
ム制御シーケンスの異常検出装置。 3 特許請求の範囲第2項記載の基準クロツク発
生手段は、マイクロ命令実行クロツクを分周する
分周回路であることを特徴とするマイクロプログ
ラム制御シーケンスの異常検出装置。
[Claims] 1. In a microprogram control sequence in which microinstructions stored in a microprogram storage device are sequentially read out and controlled in synchronization with a microinstruction execution clock, some of the microinstructions include:
Phase information with respect to a reference clock with multiple cycles of the microinstruction execution clock is written, and when the microinstruction is read, it is checked whether the phase information in the microinstruction has a certain relationship with the reference clock. A method for detecting an abnormality in a microprogram control sequence, characterized in that the abnormality detection method is performed by determining the abnormality in a microprogram control sequence. 2. A reference clock generating means for generating a reference clock with a period multiple times that of the microinstruction execution clock in a microprogram control sequence in which microinstructions stored in a microprogram storage device are read out and controlled in synchronization with the microinstruction execution clock. , has a phase comparison means for determining whether or not the phase information for the reference clock written in the microinstruction matches the phase of the reference clock, and the case where the phases do not match is determined to be abnormal. An abnormality detection device for a microprogram control sequence, characterized in that: 3. An abnormality detection device for a microprogram control sequence, characterized in that the reference clock generating means according to claim 2 is a frequency dividing circuit that divides the frequency of a microinstruction execution clock.
JP55170942A 1980-06-02 1980-12-05 Method and device for fault detection of microprogram control sequence Granted JPS5794855A (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP55170942A JPS5794855A (en) 1980-12-05 1980-12-05 Method and device for fault detection of microprogram control sequence
GB8116575A GB2077010B (en) 1980-06-02 1981-05-29 Microprogramme control method and apparatus therefor
DE19813121742 DE3121742A1 (en) 1980-06-02 1981-06-01 MICROPROGRAM CONTROL METHOD AND DEVICE FOR IMPLEMENTING IT
US06/269,608 US4446517A (en) 1980-06-02 1981-06-02 Microprogram memory with page addressing and address decode in memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP55170942A JPS5794855A (en) 1980-12-05 1980-12-05 Method and device for fault detection of microprogram control sequence

Publications (2)

Publication Number Publication Date
JPS5794855A JPS5794855A (en) 1982-06-12
JPS6239782B2 true JPS6239782B2 (en) 1987-08-25

Family

ID=15914218

Family Applications (1)

Application Number Title Priority Date Filing Date
JP55170942A Granted JPS5794855A (en) 1980-06-02 1980-12-05 Method and device for fault detection of microprogram control sequence

Country Status (1)

Country Link
JP (1) JPS5794855A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0516085U (en) * 1991-08-09 1993-03-02 トヨタ車体株式会社 Work positioning device

Also Published As

Publication number Publication date
JPS5794855A (en) 1982-06-12

Similar Documents

Publication Publication Date Title
US4176394A (en) Apparatus for maintaining a history of the most recently executed instructions in a digital computer
CA1145852A (en) Diagnostic circuitry in a data processor
US4276595A (en) Microinstruction storage units employing partial address generators
US4446517A (en) Microprogram memory with page addressing and address decode in memory
US4670835A (en) Distributed control store word architecture
US4348721A (en) System for selectively addressing nested link return addresses in a microcontroller
US4318172A (en) Store data buffer control system
US4124892A (en) Data processing systems
US4339795A (en) Microcontroller for controlling byte transfers between two external interfaces
US4827405A (en) Data processing apparatus
US4339796A (en) System for generating a plurality of different addresses for a working memory of a microcontroller during execution of certain instructions
JPS6239782B2 (en)
JPH0320776B2 (en)
US4339797A (en) Microcontroller with auxiliary register for duplicating storage of data in one memory location
US5404499A (en) Semi-automatic program execution error detection
JPH11219293A (en) Address tracing method and tracer memory controller
JP2668382B2 (en) Pseudo fault generation method for testing microprograms
SU968814A1 (en) Microprogramme control device
SU1702370A1 (en) Microprogram control device with checking
SU1439564A1 (en) Test action generator
SU1539782A2 (en) Device for test checks of digital units
JPH05189231A (en) Error processing system in instruction fetch
SU898431A1 (en) Microprogramme-control device
SU1501065A1 (en) Device for monitoring program run
JPS6029128B2 (en) microprogram controller