JPH03201043A - Control signal generator - Google Patents

Control signal generator

Info

Publication number
JPH03201043A
JPH03201043A JP1282634A JP28263489A JPH03201043A JP H03201043 A JPH03201043 A JP H03201043A JP 1282634 A JP1282634 A JP 1282634A JP 28263489 A JP28263489 A JP 28263489A JP H03201043 A JPH03201043 A JP H03201043A
Authority
JP
Japan
Prior art keywords
register
address
execution
instruction
sequencer
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
JP1282634A
Other languages
Japanese (ja)
Inventor
Kiyoshi Fukushima
福島 清
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.)
Advantest Corp
Original Assignee
Advantest 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 Advantest Corp filed Critical Advantest Corp
Priority to JP1282634A priority Critical patent/JPH03201043A/en
Publication of JPH03201043A publication Critical patent/JPH03201043A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To detect the factor of a fault in a short time by providing a trace register which fetches the addresses produced by a sequencer in plural steps and stores the history of executed instructions. CONSTITUTION:A trace register 21 secures the cascade of registers 21A - 22C and applies the address signal outputted from a sequencer 11 to the register 21A of the first stage. Then the register 21 shifts successively the address signal to the registers 21B and 21C of the following stages synchronously with a clock CK. Therefore the address stored in the register 21B is equal to the address that read the executed instruction stored in a register 13. Then the addresses stored in the registers 21A - 21C can be taken out by a multiplexer 22. When a fault occurs, it is possible to specify a specific address where the fault is produced with execution of the executed instruction read out of said address by reference to the address stored in the register 21. In such a way, the factor of the fault is detected in a short time.

Description

【発明の詳細な説明】 「産業上の利用分野」 この発明は各種の装置を所定の順序で動作させるために
制御信号を所定の順序で発生させる制御信号発生器に関
する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] This invention relates to a control signal generator that generates control signals in a predetermined order in order to operate various devices in a predetermined order.

「従来の技術」 例えばIC試験装置等の各種の装置を所定の順序で動作
させるために、各種の実行命令をインストラクションメ
モリに書込み、このインストラクションメモリに書込ま
れた実行命令をシーケンサが発生するアドレスに従って
読出し、読出された実行命令を実行部に出力して各種の
動作を実行させることが行なわれている。
"Prior Art" For example, in order to operate various devices such as IC test equipment in a predetermined order, various execution instructions are written in an instruction memory, and the execution instructions written in this instruction memory are sent to an address generated by a sequencer. The execution instructions are read out according to the instructions, and the read execution instructions are output to the execution unit to execute various operations.

第2図に従来使われている制御信号発生器の構成を示す
FIG. 2 shows the configuration of a conventionally used control signal generator.

図中10は制御信号発生器の全体を示す、制御信号発生
器10はシーケンサ11と、インストラクションメモリ
12と、レジスタ13と、例外処理制御器14とによっ
て構成される。
In the figure, reference numeral 10 indicates the entire control signal generator. The control signal generator 10 is composed of a sequencer 11, an instruction memory 12, a register 13, and an exception processing controller 14.

インストラクションメモリ12には例えば加算演算処理
ルーチン、比較演算処理ルーチン等の各種の実行命令が
ブロック化されて書込まれている。
In the instruction memory 12, various execution instructions such as an addition operation processing routine and a comparison operation processing routine are written in blocks.

シーケンサ11はインストラクションメモリ12から読
出された実行命令に含まれるマイクロ制御命令15を解
読し、次に実行すべき実行命令が書込まれたアドレス信
号16を出力する。このアドレス信号16がインストラ
クションメモリ12に与えられ、次に実行すべき実行命
令17が読出される。
The sequencer 11 decodes the microcontrol instruction 15 included in the execution instruction read from the instruction memory 12, and outputs an address signal 16 in which an execution instruction to be executed next is written. This address signal 16 is applied to the instruction memory 12, and an execution instruction 17 to be executed next is read out.

インストラクションメモリ12から読出された実行命令
17はレジスタ13に一時蓄えられ、クロンクCKに同
期して制御バス18に出力され、実行部19に送られる
The execution instruction 17 read from the instruction memory 12 is temporarily stored in the register 13, outputted to the control bus 18 in synchronization with clock clock CK, and sent to the execution unit 19.

例外処理制御器14は装置の障害の発生を検出した信号
Trapが人力されるとシーケンサ11にインストラク
ションメモリ12に記憶している例外処理ルーチンを指
定するアドレスの発生を促す信号を与える。
When the exception processing controller 14 receives a signal Trap that detects the occurrence of a failure in the device, it gives a signal to the sequencer 11 that prompts the sequencer 11 to generate an address specifying an exception processing routine stored in the instruction memory 12.

インストラクションメモリ12はシーケンサ11から与
えられるアドレスにより例外処理ルーチンを読出し、こ
の例外処理ルーチンに書込まれている例外処理命令をレ
ジスタ13を通じて制御バス1日に出力し、実行部19
で例外処理を実行する。
The instruction memory 12 reads the exception handling routine according to the address given from the sequencer 11, outputs the exception handling instruction written in this exception handling routine through the register 13 to the control bus 1, and sends it to the execution unit 19.
Execute exception handling.

「発明が解決しようとする課題」 従来の制御信号発生器10は例外処理を実行したとき、
レジスタ13にストアされていた実行命令は例外処理実
行命令に書替えられてしまうためどの命令を実行した状
態で障害が発生したかを参照することができない。
"Problem to be Solved by the Invention" When the conventional control signal generator 10 executes exception processing,
Since the execution instruction stored in the register 13 is rewritten to an exception handling execution instruction, it is not possible to refer to which instruction was executed in the state in which the failure occurred.

このため障害の発生原因を見付けることに多くの時間と
手間が掛る欠点がある。
Therefore, it has the disadvantage that it takes a lot of time and effort to find the cause of the failure.

この発明の目的は障害発生時の実行命令を読出したアド
レス及びその障害発生前に実行した実行命令を読出した
アドレスを知ることができ、従って障害の発生原因を短
時間に見付けることができる制御信号発生器を提供しよ
うとするものである。
An object of the present invention is to provide a control signal that enables the user to know the address from which an execution instruction was read when a failure occurred and the address from which an execution instruction executed before the failure occurred, thereby allowing the cause of the failure to be found in a short time. It is intended to provide a generator.

「課題を解決するための手段」 この発明では各種の実行命令が書込まれたインストラク
ションメモリと、このインストラクションメモリに書込
まれた実行命令を所定の順序で読出すためのアドレスを
記憶したシーケンサと、インストラクションメモリから
読出される実行命令を一時蓄えて実行部に出力するレジ
スタと、障害発生時にレジスタに書込まれている実行命
令を例外処理命令に書替えて例外処理を行なわせる例外
処理制御器とによって構成される制御信号発生器におい
て、 シーケンサが発生するアドレスを複数ステップ取込み、
実行命令の履歴を記憶するトレースレジスタと、 このトレースレジスタに記憶したアドレスを選択的に取
出すマルチプレクサと、 を付加した構造を特徴とするものである。
"Means for Solving the Problems" The present invention includes an instruction memory in which various execution instructions are written, and a sequencer that stores addresses for reading out the execution instructions written in the instruction memory in a predetermined order. , a register that temporarily stores execution instructions read from the instruction memory and outputs them to the execution unit, and an exception handling controller that rewrites the execution instructions written in the register into exception handling instructions when a failure occurs and performs exception handling. In the control signal generator configured by, the address generated by the sequencer is captured in multiple steps,
It is characterized by a structure that includes a trace register that stores the history of executed instructions, and a multiplexer that selectively retrieves addresses stored in this trace register.

この発明の特徴とする構成によればトレースレジスタに
、1ステツプ前に実行した実行命令を読出したアドレス
と、現在実行中の実行命令を続出したアドレスと、次の
ステップで実行する実行命令を読出すためのアドレスを
記憶させる。
According to the configuration that characterizes the present invention, the address from which the execution instruction executed one step ago was read, the address from which the execution instruction currently being executed was read, and the execution instruction to be executed in the next step are read in the trace register. Memorize the address for sending.

従って障害が発生した時点でレジスタに書込まれていた
実行命令が、例外処理ルーチンを実行する実行命令に書
替えられたとしても、トレースレジスタには1ステツプ
前に実行した実行命令のアドレスと、現在実行中の実行
命令のアドレスと、例外処理ルーチンから復帰するため
の復帰アドレスが残される。
Therefore, even if the execution instruction written in the register at the time of the failure is rewritten to an execution instruction that executes an exception handling routine, the trace register contains the address of the execution instruction executed one step before, and the current execution instruction. The address of the executing instruction being executed and the return address for returning from the exception handling routine are left.

よってトレースレジスタに残されたアドレスを参照する
ことによってどの実行命令を実行したとき障害が発生し
たかを直ちに判定することができ、短時間に障害の発生
原因を見付けることができる。
Therefore, by referring to the address left in the trace register, it is possible to immediately determine which execution instruction was executed when a failure occurred, and the cause of the failure can be found in a short time.

「実施例」 第1図にこの発明の一実施例を示す。第1図に示した1
0は制御信号発生器、11はシーケンサ、12はインス
トラクションメモリ、13はレジスタ、14は例外処理
制御器、19は実行部を指す点は第2図で説明した従来
の技術の構成と同じである。
"Embodiment" FIG. 1 shows an embodiment of the present invention. 1 shown in Figure 1
0 is a control signal generator, 11 is a sequencer, 12 is an instruction memory, 13 is a register, 14 is an exception handling controller, and 19 is an execution unit, which is the same as the configuration of the conventional technology explained in FIG. .

この発明においてはこのような構成の制御信号発生器1
0において、シーケンサ11が出力するアドレスの履歴
を記憶するトレースレジスタ21と、このトレースレジ
スタ21に記憶されたアドレスの履歴を任意に取出すマ
ルチプレクサ22を設けた点を特徴とするものである。
In the present invention, a control signal generator 1 having such a configuration is used.
0 is characterized in that it is provided with a trace register 21 that stores the history of addresses output by the sequencer 11, and a multiplexer 22 that arbitrarily takes out the history of the addresses stored in this trace register 21.

トレースレジスタ21はこの例では3個のレジスタ21
A、21B、21Cを縦続接続し、初段のレジスタ21
Aにシーケンサ11から出力されるアドレス信号を与え
、このアドレス信号をクロックCKに同期して順次次段
のレジスタ21Bと、21Cに順次シフトさせる。
The trace registers 21 are three registers 21 in this example.
A, 21B, and 21C are connected in cascade, and the first stage register 21
The address signal output from the sequencer 11 is applied to A, and this address signal is sequentially shifted to the next stage registers 21B and 21C in synchronization with the clock CK.

レジスタ13には1ステップ分の実行命令がストアされ
るものとすると、トレースレジスタ21にストアされて
いるアドレスは以下の意味を持つ。
Assuming that one step worth of execution instructions is stored in the register 13, the address stored in the trace register 21 has the following meaning.

つまり、レジスタ21Aには現在インストラクションメ
モリ12をアクセスしているアドレスが常駐し、レジス
タ21Bには1ステツプ前に実行命令を読出したアドレ
スが常駐し、レジスタ21Gには2ステンプ前に実行命
令を読出したアドレスが常駐する。
In other words, the address currently accessing the instruction memory 12 resides in the register 21A, the address from which the execution instruction was read out one step ago resides in the register 21B, and the address from which the execution instruction was read out two steps ago resides in the register 21G. The address will be resident.

このことはレジスタ21Bにストアされているアドレス
はレジスタ13にストアされている実行命令を読出した
アドレスであり、これは現在実行部19に与えている実
行命令を読出したアドレスである。
This means that the address stored in the register 21B is the address from which the execution instruction stored in the register 13 was read, and this is the address from which the execution instruction currently given to the execution unit 19 was read.

またレジスタ21Cにストアされているアドレスは前回
実行部19に与えた実行命令を読出したアドレスである
Further, the address stored in the register 21C is the address from which the execution instruction given to the execution unit 19 was read last time.

トレースレジスタ21A〜21Cにストアされたアドレ
スはマルチプレクサ22によって任意にデータバス23
に取出すことができるように構成する。
The addresses stored in the trace registers 21A to 21C are arbitrarily transferred to the data bus 23 by the multiplexer 22.
Configure it so that it can be taken out.

「発明の効果」 このように構成することによって障害が発生した場合、
トレースレジスタ21に記憶したアドレスを参照するこ
とにより、どのアドレスから読出した実行命令を実行し
たとき障害が発生したかを特定することができる。
"Effect of the invention" If a problem occurs due to this configuration,
By referring to the address stored in the trace register 21, it is possible to specify which address the execution instruction read from was executed when the failure occurred.

またどのアドレスから現在実行中の実行命令を読出した
アドレスにジャンプしたかを知ることができ、障害発生
原因を短時間に見付けることができる。
In addition, it is possible to know from which address the currently executed execution instruction was jumped to the read address, and the cause of the failure can be found in a short time.

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

第1図はこの発明の一実施例を示すブロック図、第2図
は従来の技術を説明するためのプロ・ンク図である。 10:制御信号発生器、11:シーケンサ、12:イン
ストラクションメモリ、13:レジスタ、14:例外処
理制御器、15:マイクロ制御命令、16:アドレス信
号、17:実行命令、18二制御ハス、19:実行部、
21ニドレースレジスタ、22:マルチプレクサ。
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG. 2 is a block diagram for explaining the conventional technology. 10: Control signal generator, 11: Sequencer, 12: Instruction memory, 13: Register, 14: Exception processing controller, 15: Micro control instruction, 16: Address signal, 17: Execution instruction, 18 Two control lot, 19: execution department,
21 Nidrace register, 22: Multiplexer.

Claims (1)

【特許請求の範囲】[Claims] (1)A、各種の実行命令が書込まれたインストラクシ
ョンメモリと、このインストラクションメモリに書込ま
れた実行命令を所定の順序で読出すためのアドレスを記
憶したシーケンサと、上記インストラクションメモリか
ら読出される実行命令を一時蓄えて実行部に出力するレ
ジスタと、障害発生時に上記レジスタに書込まれている
実行命令を例外処理命令に書替えて例外処理を行なわせ
る例外処理制御器とから成る制御信号発生器において、
B、上記シーケンサが発生するアドレスを複数ステップ
記憶し、実行命令の履歴を記憶するトレースレジスタと
、 C、このトレースレジスタに記憶したアドレスを選択的
に取出すマルチプレクサと、 によって構成した制御信号発生器。
(1) A: an instruction memory in which various execution instructions are written; a sequencer that stores addresses for reading out the execution instructions written in this instruction memory in a predetermined order; A control signal generator consisting of a register that temporarily stores execution instructions and outputs them to the execution unit, and an exception handling controller that rewrites the execution instructions written in the register to an exception handling instruction and performs exception handling when a failure occurs. In the vessel,
B. A trace register that stores a plurality of steps of addresses generated by the sequencer and stores a history of executed instructions; C. A multiplexer that selectively extracts the addresses stored in the trace register.
JP1282634A 1989-10-30 1989-10-30 Control signal generator Pending JPH03201043A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1282634A JPH03201043A (en) 1989-10-30 1989-10-30 Control signal generator

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1282634A JPH03201043A (en) 1989-10-30 1989-10-30 Control signal generator

Publications (1)

Publication Number Publication Date
JPH03201043A true JPH03201043A (en) 1991-09-02

Family

ID=17655072

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1282634A Pending JPH03201043A (en) 1989-10-30 1989-10-30 Control signal generator

Country Status (1)

Country Link
JP (1) JPH03201043A (en)

Similar Documents

Publication Publication Date Title
JPH03201043A (en) Control signal generator
JPH11191080A (en) Memory testing device
JP2705359B2 (en) Trace circuit
JPH0652013A (en) Tracing circuit
JP2729126B2 (en) Address trace circuit of debug system
JPH03263265A (en) Vector processor
JPS648381B2 (en)
JPH01201762A (en) Micro computer
JPS63193260A (en) Host processor monitoring system for loosely coupled multiprocessor system
JPH03265037A (en) Large capacity memory initial diagnostic control system
JPS60239839A (en) False fault generator
JPH01121950A (en) Microprocessor with trace function
JPS62208136A (en) Sequential control circuit test system
JPH0619751A (en) Central processing unit
JPH03196231A (en) Information processor
JPS6222158A (en) Microcomputer
JPH04107670A (en) Microprocessor system
JPS61231633A (en) Microprocessor
JPS595367A (en) Operating state monitoring device of microprocessor
JPH05108550A (en) Central processing unit
JPS61269746A (en) Information processor
JPS61290546A (en) Tracing system for microprogram controller
JPS63116244A (en) Self-diagnosing system
JPH047754A (en) Microcomputer
JPH011041A (en) Early failure detection method