JPH03119437A - Information processor - Google Patents

Information processor

Info

Publication number
JPH03119437A
JPH03119437A JP1259163A JP25916389A JPH03119437A JP H03119437 A JPH03119437 A JP H03119437A JP 1259163 A JP1259163 A JP 1259163A JP 25916389 A JP25916389 A JP 25916389A JP H03119437 A JPH03119437 A JP H03119437A
Authority
JP
Japan
Prior art keywords
instruction
register
address
test circuit
instruction word
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
JP1259163A
Other languages
Japanese (ja)
Inventor
Toshiteru Shibuya
渋谷 俊輝
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
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP1259163A priority Critical patent/JPH03119437A/en
Publication of JPH03119437A publication Critical patent/JPH03119437A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To detect the design errors by providing an instruction word test circuit which specifies an instruction, a clock number counter which designates the frequency, and another clock number counter which designates the number of clocks counted up to the stoppage of the counter in addition to an instruction address test circuit. CONSTITUTION:An instruction test circuit 51 tests the coincidence between an instruction word register 1 and an instruction word check register 2 in terms of bit '0' held by an instruction word mask register 3. An instruction address test circuit 52 checks whether the instruction address held by an instruction address register 8 is included in a debug section or not. An AND gate 20 secures an AND of outputs between the circuit 51 and the circuit 52, and '1' is given to a frequency counter 21 via a differentiation circuit when the outputs of both circuits 51 and 52 are equal to '1'. Thus the counter 21 subtracts the count value by '1'. When this count value is equal to '0', the output of an AND gate 25 is equal to '1' and a clock stop instruction is produced. Thus the design errors can be detected.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は情報処理装置に関し、特にデバグのためにクロ
ックの停止を行なう情報処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an information processing device, and particularly to an information processing device that stops a clock for debugging.

〔従来の技術〕[Conventional technology]

従来、この種の情報処理装置では、設計直後の検査にお
いて設計の誤りの正確な部分を特定するために、命令の
アドレスがあらかじめ定めたデバグアドレス区間に含ま
れた時にクロックを停止させ、その時の装置の状態から
設計の誤りを発見していた。
Conventionally, in this type of information processing device, in order to identify the exact part of the error in the design during inspection immediately after design, the clock is stopped when the instruction address is included in a predetermined debug address area, and the clock is stopped at that time. A design error was discovered based on the condition of the equipment.

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

上述した従来の情報処理装置では、命令アドレスの指定
しかできないために、あるアドレスの命令を何回か実行
し、その後で異状が現われるような誤りに対しては、ク
ロックが停止するたびに再度クロックをスタートさせ、
異状が現われるまで何回もその操作を必要としたり、あ
るいはあるアドレスの命令が複数クロックを要して実行
される場合、その命令の実行の開放直後にクロックが停
止してしまい、異状が現われるまでさらに数クロック進
める必要があったり、あるいは同一アドレスの命令語が
ページングによって何回も書換えられ、その中の特定の
命令語の時だけ異状が現われるといったような誤りに対
しては、非常に対応しにくいという欠点がある。
In the conventional information processing device described above, since it is only possible to specify the instruction address, if the instruction at a certain address is executed several times and then an error occurs, the clock is restarted each time the clock stops. Start the
If the operation is required many times until the problem appears, or if an instruction at a certain address takes multiple clocks to execute, the clock will stop immediately after the instruction is released, and the clock will stop until the problem occurs. It is extremely difficult to deal with errors such as when it is necessary to advance several clocks further, or when an instruction word at the same address is rewritten many times by paging, and an abnormality appears only with a specific instruction word among them. The drawback is that it is difficult.

〔課題を解決するための手段〕[Means to solve the problem]

本発明は、命令語レジスタの一部あるいは全部のビット
に対応する命令語チェックレジスタと、該命令語チェッ
クレジスタと同じビット数を持ち同様に前記命令語レジ
スタに対応する命令語マスクレジスタとを含み、前記命
令語レジスタに保持される命令が前記命令語チェックレ
ジスタ及び前記命令語マ、スクレジスタで指定される命
令か否かをテストする命令語テスト回路と、 命令デバグ先頭アドレスレジスタと、命令デバグ終了ア
ドレスレジスタとを含み、命令アドレスレジスタの保持
するアドレスが、前記命令デバグ先頭アドレスレジスタ
と、前記命令デバグ終了アドレスレジスタとで示される
命令デバグ区間に含まれるか否かをテストする命令アド
レステスト回路と、 前記命令語テスト回路と、前記命令アドレステスト回路
の出力によって計数動作を行なう回数カウンタと、前記
回数カウンタの出力によって計数動作を開始するクロッ
ク数カウンタとを備え、前記クロック数カウンタの出力
によってクロックの停止を指示して構成される。
The present invention includes an instruction word check register that corresponds to some or all of the bits of the instruction word register, and an instruction word mask register that has the same number of bits as the instruction word check register and also corresponds to the instruction word register. , an instruction word test circuit that tests whether the instruction held in the instruction word register is an instruction specified by the instruction word check register and the instruction word mask register; an instruction debug start address register; an end address register, and tests whether an address held by the instruction address register is included in an instruction debug interval indicated by the instruction debug start address register and the instruction debug end address register. the instruction word test circuit; a number counter that performs a counting operation based on the output of the instruction address test circuit; and a clock number counter that starts counting operation based on the output of the number counter; Configured by instructing to stop the clock.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の第1の実施例の情報処理装置のクロッ
ク停止指示部のブロック図である。
FIG. 1 is a block diagram of a clock stop instruction section of an information processing apparatus according to a first embodiment of the present invention.

第1図において、1は命令語レジスタであり、4は命令
語レジスタの保持する命令の命令語長を出力する命令語
長デコーダであり、レジスタ7は命令語長デコーダの出
力する命令語を保持する。
In FIG. 1, 1 is an instruction word register, 4 is an instruction word length decoder that outputs the instruction word length of the instruction held in the instruction word register, and register 7 holds the instruction word output from the instruction word length decoder. do.

命令アドレスレジスタ8は、命令語レジスタ1に命令語
がセットされた1マシンサイクル後に、その命令のアド
レスをセットするように制御され、アドレスアダー11
は、命令語長レジスタ7と命令アドレスレジスタ8との
出力を加算して常に次の命令のアドレスを求める。2.
3はそれぞれ命令語チェックレジスタと命令語マスクレ
ジスタとであり、論理回路5は、命令語レジスタ1の出
力と命令語チェックレジスタ2の出力の対応するビット
同志の排他的論理和の否定(EXNOR)を求める回路
であり、論理回路6は論理回路5の出力と命令語マスク
レジスタ3の出力の対応するビット同志の論理和(OR
)を求め、さらにそれらの全ビットの論理積(AND)
を求める回路であり、9は論理回路6の出力を受けるフ
リップフロップである。
The instruction address register 8 is controlled to set the address of the instruction one machine cycle after the instruction word is set in the instruction word register 1, and the address adder 11
always calculates the address of the next instruction by adding the outputs of the instruction word length register 7 and the instruction address register 8. 2.
3 are an instruction word check register and an instruction word mask register, respectively, and a logic circuit 5 performs an exclusive OR operation (EXNOR) between corresponding bits of the output of the instruction word register 1 and the output of the instruction word check register 2. The logic circuit 6 calculates the logical sum (OR) of the corresponding bits of the output of the logic circuit 5 and the output of the instruction word mask register 3.
) and further logical product (AND) of all those bits.
9 is a flip-flop that receives the output of the logic circuit 6.

14.15はそれぞれ命令デバグ先頭アドレス一 レジスタと命令デバク終了ア1〜レスレジスタであり、
]−6は、命令デバグ先頭アドレスレジスタ14の出力
より命令アドレスレジスタ8の出力が大きいか、あるい
は等しいかを検出するコンパレータであり、17は命令
アドレスレジスタ14の出力が、命令デバグ終了アドレ
スレジスタ15の出力より小さいかあるいは等しいかを
検出するコンパレータである。18,1.9はそれぞれ
アンドゲート、オアゲートであり、13は命令アドレス
無効フラグであり、20,22.25はアンドゲートて
あり、23はクロック停止許可フラグである。
14 and 15 are the instruction debug start address 1 register and the instruction debug end address register 1 to 1, respectively;
]-6 is a comparator that detects whether the output of the instruction address register 8 is greater than or equal to the output of the instruction debug start address register 14, and 17 is a comparator that detects whether the output of the instruction address register 14 is the output of the instruction debug end address register 15. This is a comparator that detects whether the output is less than or equal to. 18, 1.9 are AND gates and OR gates, 13 is an instruction address invalid flag, 20, 22.25 are AND gates, and 23 is a clock stop permission flag.

フリップフロラ126とアンドケート27は微分回路で
あり、アンドゲート20の出力が′1″になった最初の
サイクルのみ°°1゛を出力する。21はアントゲ−小
20の出力が“1パになる度にその保持するカウント値
を−1”′する回数カウンタであり、その保持するカウ
ント値が′0′″の時に、rr 1 ++をアンドゲー
ト22が出力する。24は、アンドゲート22の出力が
′°1°′になると毎マシンサイクルごとにその保持す
るカウント値を−1″するクロック数カウンタであり、
その保持するカウント値が“0″゛の時、” 1 ”を
アンドゲート25に出力する。
The flip-flop 126 and the AND gate 27 are differentiating circuits that output °°1 only in the first cycle when the output of the AND gate 20 becomes '1'. The AND gate 22 is a counter that increments the count value held by -1'' every time the held count value is '0'', and the AND gate 22 outputs rr 1 ++. 24 is a clock number counter that decreases the count value held by 1'' every machine cycle when the output of the AND gate 22 reaches 1°;
When the held count value is "0", "1" is output to the AND gate 25.

命令語テスト回路51は命令語マスクレジスタ3の保持
するビットが“′O″のビットについて、命令語レジス
タ1と命令語チェックレジスタの一致をテストする回路
になっており、一致が検出されるとフリップフロップ9
にパ1′′がセットされる。従って命令語マスクレジス
タ3の全ビットを1″にセットしておけば、フリップフ
ロップ9は常に1′′となり、命令語のテストも無効化
することができる。
The instruction word test circuit 51 is a circuit that tests whether the instruction word register 1 and the instruction word check register match the bit held in the instruction word mask register 3 which is "'O", and if a match is detected, flip flop 9
PA1'' is set in . Therefore, if all bits of the instruction word mask register 3 are set to 1'', the flip-flop 9 will always be 1'', and the instruction word test can also be invalidated.

命令アドレステスト回路52は、命令アドレスレジスタ
8の保持する命令アドレスがデバグ区間に含まれるか否
かをテストし、含まれる時にオアゲート1つの出力を“
1′′にする。命令アドレステスト無効フラグ13が′
1″の時はオアゲート1つの出力は常に1′″となり命
令アドレスのテストを無効化することができる。
The instruction address test circuit 52 tests whether or not the instruction address held in the instruction address register 8 is included in the debug area, and when it is included, outputs one OR gate.
Make it 1''. Instruction address test invalid flag 13 is '
When it is 1'', the output of one OR gate is always 1'', which can invalidate the instruction address test.

アンドゲート20によって命令語テスト回路51の出力
と命令アドレステスト回路の出力との論理積をとり、両
テスト回路の出力とも” 1 ”の時にフリップフロッ
プ26とアンドケート27による微分回路を通して、回
数カウンタ21とアンドゲート22とに′1′′を与え
る。回数カウンタ21は、これによってカウント値を°
゛−1′”する。もし、カウント値がすてに′0″にな
っていた時には、回数カウンタ21は1″を出力してい
るため、アンドゲート20の出力がa 1 ++になる
とアンドゲート22の出力も“1″となる。
The output of the instruction word test circuit 51 and the output of the instruction address test circuit are ANDed by the AND gate 20, and when the outputs of both test circuits are "1", the output is passed through the differentiation circuit made up of the flip-flop 26 and the AND gate 27, and the number of times is counted by the number counter. 21 and AND gate 22 are given '1''. The number counter 21 thereby changes the count value.
``-1''''.If the count value had already become ``0'', the number counter 21 would have outputted 1'', so if the output of the AND gate 20 became a 1 ++, the AND gate would The output of 22 also becomes "1".

クロック数カウンタはこれによってカウント値の”−1
’”を毎クロックごとに行ない始める。カウント値が′
0゛″になるとアンドゲート25の出力が“1゛となっ
てクロック停止指示を出力する。
This causes the clock number counter to decrease the count value by 1.
'” starts to be performed every clock.The count value is ′
When the clock signal becomes 0'', the output of the AND gate 25 becomes 1, and a clock stop instruction is output.

もし、クロック数カウンタがあらかじめ“0″であれば
アンドゲート22が” 1 ”となると、即座にクロッ
ク停止指示が出力される。同様に回数カウンタ21をあ
らかしめ” o ”にセットしておけば回数カウンタを
無効化しアンドゲート20の出力が1′″になると即座
にアンドゲート22の出力が“1″となる。クロック停
止許可フラグ23があらかじめ“0″にセットされてい
るとクロック停止指示は常に′0′°となる。
If the clock number counter is "0" in advance and the AND gate 22 becomes "1", a clock stop instruction is immediately output. Similarly, if the number counter 21 is set to "o" in advance, the number counter will be invalidated, and as soon as the output of the AND gate 20 becomes 1'', the output of the AND gate 22 will become "1". Clock stop permission If the flag 23 is set to "0" in advance, the clock stop instruction will always be '0'°.

第2図は本発明の第2の実施例の情報処理装置のクロッ
ク停止指示部のブロック図である。
FIG. 2 is a block diagram of a clock stop instruction section of an information processing apparatus according to a second embodiment of the present invention.

第2図において命令語テスト回路51.命令アドレステ
スト回路521回数カウンタ21.クロック数カウンタ
24等は、第1図の情報処理装置と全く等しいので説明
は省略する。
In FIG. 2, the instruction word test circuit 51. Instruction address test circuit 521 number of times counter 21. Since the clock number counter 24 and the like are exactly the same as those in the information processing apparatus shown in FIG. 1, their explanation will be omitted.

第2図において、命令デコーダ29.レジスタ30・3
1.アドレスアダー32によってオペランドのアドレス
が計算され、オペランドアドレスレジスタ33にセット
される。
In FIG. 2, instruction decoder 29. Register 30・3
1. The address of the operand is calculated by the address adder 32 and set in the operand address register 33.

オペランドアドレステスト回路53は命令アドレステス
ト回路52と同様に構成されており、オペランドデバグ
先頭アドレスレジスタ35とオペランドデバグ終了アド
レスレジスタ36とで示されるデバグ区間に、オペラン
ドアドレスレジスタ33の保持するオペランドアドレス
が入るか否かを、コンパレータ37・38でテストしア
ントゲ1 〇− −ト39によって結果が出力される。オペランドアドレ
ステスト無効フラグ34が“1′′でなければオアゲー
ト40の出力はアンドゲート28に供給される。これに
よって命令語テスト回路と命令アドレステスト回路及び
オペランドアドレステスト回路との出力が同時に“1′
′になった時のみ、微分回路を通して回数カウンタ21
とクロック数カウンタ24とが駆動され、両カウンタが
“0パとなった時に、クロック停止許可フラグ23が“
1″であればクロック停止指示が出力される。
The operand address test circuit 53 is configured similarly to the instruction address test circuit 52, and the operand address held in the operand address register 33 is stored in the debug area indicated by the operand debug start address register 35 and the operand debug end address register 36. The comparators 37 and 38 test whether or not it is entered, and the result is outputted by the ant game 10-to 39. If the operand address test invalid flag 34 is not "1'', the output of the OR gate 40 is supplied to the AND gate 28. As a result, the outputs of the instruction word test circuit, instruction address test circuit, and operand address test circuit become "1'' at the same time. ′
’, the number counter 21 passes through the differentiation circuit.
and the clock number counter 24 are driven, and when both counters reach "0", the clock stop permission flag 23 becomes "
If it is 1'', a clock stop instruction is output.

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

以上説明したように本発明は、命令アドレステスト回路
の他に命令を特定するための命令語テスト回路と、回数
を指定するクロック数カウンタと、停止するまでのクロ
ック数を指定するクロック数カウンタとを備えたことに
より、指定アドレス範囲の指定した命令語の指定した回
数の実行時に、指定したクロック後にクロックを停止さ
せることしか可能となり、容易に設計の誤りを発見でき
るという効果がある。
As explained above, the present invention includes, in addition to the instruction address test circuit, an instruction word test circuit for specifying an instruction, a clock number counter for specifying the number of times, and a clock number counter for specifying the number of clocks until stopping. By providing this, it is possible to only stop the clock after a specified clock when a specified instruction word in a specified address range is executed a specified number of times, and this has the effect that design errors can be easily discovered.

さらに、オペランドアドレステスト回路を付加すると、
上記条件のうえに、指定された範囲のアドレスをオペラ
ンドアドレスとして生成した時という条件を加えること
が可能になって、きめ細かなりロック停止の指示が行え
るようになり、設計の誤りの発見に大きな効果もある。
Furthermore, if we add an operand address test circuit,
In addition to the above conditions, it is now possible to add a condition such as when an address in a specified range is generated as an operand address, making it possible to issue very detailed lock stop instructions, which is highly effective in discovering design errors. There is also.

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

第1図および第2図はそれぞれ本発明の第1および第2
の実施例のクロック停止指示部のブロック図である。 1・・・命令語レジスタ、2・・・命令語チェックレジ
スタ、3・・・命令語マスクレジスタ、4・・・命令語
長デコーダ、5・6・・・論理回路、7・・・命令語長
レジスタ、8・・・命令アドレスレジスタ、9・26・
・・フリップフロップ、11・・・アドレスアダー 1
3・・・命令アドレステスト無効フラグ、14・・・命
令デバグ先頭アドレスレジスタ、15・・・命令デバグ
終了アドレスレジスタ、16・17・37・38・・・
コンパレータ、18・20・22・25・27・28・
39・・・アンドゲート、19・40・・・オアゲート
、21・・・回数カウンタ、23・・・クロック停止許
可フラグ、24・・・クロック数カウンタ、29・・・
命令デコーダ、30・31・・・レジスタ、33・・・
オペランドアドレスレジスタ、34・・・オペランドア
ドレステスト無効フラグ、35・・・オペランドデバグ
先頭アドレスレジスタ、36・・・オペランドデバグ終
了アドレスレジスタ、51・・・命令語テスト回路、5
2・・・命令アドレステスト回路、53・・・オペラン
ドアドレステスト回路。
1 and 2 are the first and second embodiments of the present invention, respectively.
FIG. 2 is a block diagram of a clock stop instruction unit in the embodiment. 1... Instruction word register, 2... Instruction word check register, 3... Instruction word mask register, 4... Instruction word length decoder, 5, 6... Logic circuit, 7... Instruction word Length register, 8...Instruction address register, 9.26.
...Flip-flop, 11...Address adder 1
3... Instruction address test invalid flag, 14... Instruction debug start address register, 15... Instruction debug end address register, 16, 17, 37, 38...
Comparator, 18・20・22・25・27・28・
39...AND gate, 19.40...OR gate, 21...Number of times counter, 23...Clock stop permission flag, 24...Clock number counter, 29...
Instruction decoder, 30/31... register, 33...
Operand address register, 34... Operand address test invalid flag, 35... Operand debug start address register, 36... Operand debug end address register, 51... Instruction word test circuit, 5
2... Instruction address test circuit, 53... Operand address test circuit.

Claims (1)

【特許請求の範囲】 1、命令語レジスタの一部あるいは全部のビットに対応
する命令語チェックレジスタと、該命令語チェックレジ
スタと同じビット数を持ち同様に前記命令語レジスタに
対応する命令語マスクレジスタとを含み、前記命令語レ
ジスタに保持される命令が前記命令語チェックレジスタ
及び前記命令語マスクレジスタで指定される命令か否か
をテストする命令語テスト回路と、 命令デバグ先頭アドレスレジスタと、命令デバグ終了ア
ドレスレジスタとを含み、命令アドレスレジスタの保持
するアドレスが、前記命令デバグ先頭アドレスレジスタ
と、前記命令デバグ終了アドレスレジスタとで示される
命令デバグ区間に含まれるか否かをテストする命令アド
レステスト回路と、 前記命令語テスト回路と、前記命令アドレステスト回路
の出力によって計数動作を行なう回数カウンタと、前記
回数カウンタの出力によって計数動作を開始するクロッ
ク数カウンタとを備え、前記クロック数カウンタの出力
によつてクロックの停止を指示して成ることを特徴とす
る情報処理装置。 2、オペランドデバグ先頭アドレスレジスタと、オペラ
ンドデバグ終了アドレスレジスタとを含み、オペランド
アドレスレジスタの保持するアドレスが、前記オペラン
ドデバグ先頭アドレスレジスタと前記オペランドデバグ
終了アドレスレジスタとで示されるオペランドデバグ区
間に含まれるか否かをテストするオペランドアドレステ
スト回路を備え、 前記命令語テスト回路と前記命令アドレステスト回路と
前記オペランドアドレステスト回路との出力によって計
数動作を行う回数カウンタと前記回数カウンタの出力に
よって計数動作を開始するクロック数カウンタを備え、
前記クロック数カウンタの出力によってクロックの停止
を指示して成ることを特徴とする請求項1記載の情報処
理装置。
[Claims] 1. An instruction word check register corresponding to some or all bits of the instruction word register, and an instruction word mask having the same number of bits as the instruction word check register and corresponding to the instruction word register in the same way. an instruction word test circuit that tests whether an instruction held in the instruction word register is an instruction specified by the instruction word check register and the instruction word mask register; an instruction debug start address register; an instruction debug end address register, and an instruction address for testing whether an address held by the instruction address register is included in an instruction debug area indicated by the instruction debug start address register and the instruction debug end address register; a test circuit; the instruction word test circuit; a number counter that performs a counting operation based on the output of the instruction address test circuit; and a clock number counter that starts counting operation based on the output of the number counter; An information processing device characterized in that an information processing device instructs to stop a clock by an output. 2. It includes an operand debug start address register and an operand debug end address register, and the address held by the operand address register is included in the operand debug interval indicated by the operand debug start address register and the operand debug end address register. an operand address test circuit for testing whether or not the instruction word test circuit, the instruction address test circuit, and the operand address test circuit perform a counting operation based on the outputs of the instruction word test circuit, the instruction address test circuit, and the operand address test circuit; Equipped with a counter for the number of clocks to start,
2. The information processing apparatus according to claim 1, wherein the clock is instructed to be stopped by an output of the clock number counter.
JP1259163A 1989-10-03 1989-10-03 Information processor Pending JPH03119437A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1259163A JPH03119437A (en) 1989-10-03 1989-10-03 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1259163A JPH03119437A (en) 1989-10-03 1989-10-03 Information processor

Publications (1)

Publication Number Publication Date
JPH03119437A true JPH03119437A (en) 1991-05-21

Family

ID=17330225

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1259163A Pending JPH03119437A (en) 1989-10-03 1989-10-03 Information processor

Country Status (1)

Country Link
JP (1) JPH03119437A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05282161A (en) * 1992-03-31 1993-10-29 Nec Corp Information processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05282161A (en) * 1992-03-31 1993-10-29 Nec Corp Information processor

Similar Documents

Publication Publication Date Title
US4338660A (en) Relational break signal generating device
US4312066A (en) Diagnostic/debug machine architecture
US6598178B1 (en) Peripheral breakpoint signaler
EP0702297B1 (en) A data processor with breakpoint circuit
US3749897A (en) System failure monitor title
US6647511B1 (en) Reconfigurable datapath for processor debug functions
JPH10333939A (en) Microprocessor
US6829701B2 (en) Watchpoint engine for a pipelined processor
JPH03119437A (en) Information processor
JPS60128541A (en) Microprocessor
EP0050112A1 (en) Relational break signal generating device
JP3609601B2 (en) Timer circuit with self-diagnosis function
JPS6111853A (en) Information processor
JPS63241622A (en) Data processor
SU960822A1 (en) Device for checking comparison circuits
JPS62102340A (en) Coincidence detection circuit
JPS58129558A (en) Information processing device
JPH01177648A (en) Information processing device
JPH02271432A (en) Method and device for testing microcode
JPH0322146A (en) Microprogram control device
JPH05173836A (en) Debugging device
JPH01243141A (en) Information processor
JPH02143338A (en) Information processor
JPH0553869A (en) Information processor
JPH02190943A (en) Pseudo fault generator