JPS624743B2 - - Google Patents

Info

Publication number
JPS624743B2
JPS624743B2 JP56151054A JP15105481A JPS624743B2 JP S624743 B2 JPS624743 B2 JP S624743B2 JP 56151054 A JP56151054 A JP 56151054A JP 15105481 A JP15105481 A JP 15105481A JP S624743 B2 JPS624743 B2 JP S624743B2
Authority
JP
Japan
Prior art keywords
diagnostic
dictionary
fault
scan
diagnostic data
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
JP56151054A
Other languages
Japanese (ja)
Other versions
JPS5852756A (en
Inventor
Yasunori Hiraoka
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP56151054A priority Critical patent/JPS5852756A/en
Publication of JPS5852756A publication Critical patent/JPS5852756A/en
Publication of JPS624743B2 publication Critical patent/JPS624743B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Description

【発明の詳細な説明】 本発明は、機能診断方式によつて情報処理装置
の故障診断を行なう際使用する診断データを簡易
に修正する方法に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a method for easily modifying diagnostic data used when diagnosing a failure of an information processing apparatus using a functional diagnosis method.

近年、あらゆる分野で情報処理装置の使用が拡
大し、その装置が故障した場合の社会的影響も
益々大きくなつている。このため装置が故障した
ときに素早くその故障位置を指摘する故障診断技
術も益々重要になつてきている。
In recent years, the use of information processing devices has expanded in all fields, and the social impact when such devices break down has become increasingly large. For this reason, failure diagnosis technology that quickly points out the location of a failure in a device is becoming increasingly important.

情報処理装置の故障診断方法の一つに機能診断
と呼ばれるものがある。これはハードウエアの機
能を通常のプログラム走行時と同じように動作さ
せながら、ハードウエアに故障が有るときと無い
ときの各部入出力信号状態を監視し、その結果か
ら故障位置を求める診断方法であり、装置に付加
される診断制御用のハードウエア量が少なくて済
む利点がある。
One of the failure diagnosis methods for information processing devices is called functional diagnosis. This is a diagnostic method that monitors the input/output signal status of each part when there is a hardware failure or not, while operating the hardware functions in the same way as when running a normal program, and uses the results to determine the location of the failure. This has the advantage that the amount of diagnostic control hardware added to the device can be reduced.

この機能診断方式ではハードウエアの機能を十
分にテストするための入力条件Aと、該入力条件
により検出しうる故障群の対応リスト等Bが必要
である。一般には、Aをテスト入力、Bを診断辞
書、そしてAとBを合わせたものを診断データと
呼ぶ。詳しく云うと、機能診断を行うには、被
診断装置の状態設定、動作命令の設定、クロ
ツク歩進、被診断装置の状態読出(以下、この
ことをスキヤン アウトと呼ぶ)、読出した状
態が正常(無故障)状態と異なつていれば故障辞
書を索引する、という一連の手続が必要である
が、このうち〜がテスト入力Aと呼ばれ、一
般には診断設計者が各条件を指定する。〜が
診断辞書Bであり、これはスキヤン アウト時の
クロツク数、スキヤン アウト ポイントを示す
アドレス、正常状態時の論理値(正常値)及び故
障辞書から成る。故障辞書〜の手続きを入力
として、ハードウエア シユミレーシヨンあるい
はソフトウエア シユミレーシヨンにより求めら
れる。
This function diagnosis method requires input conditions A for sufficiently testing the functions of the hardware, and B, such as a correspondence list of failure groups that can be detected based on the input conditions. Generally, A is called a test input, B is called a diagnostic dictionary, and the combination of A and B is called diagnostic data. Specifically, in order to perform a functional diagnosis, it is necessary to set the status of the device to be diagnosed, set the operation command, advance the clock, read the status of the device to be diagnosed (hereinafter referred to as scan out), and confirm that the read condition is normal. If the condition is different from the (fault-free) state, a series of procedures are required, such as indexing the fault dictionary. Among these procedures, ~ is called test input A, and generally a diagnostic designer specifies each condition. ~ is the diagnostic dictionary B, which consists of the number of clocks at the time of scan out, an address indicating the scan out point, a logical value (normal value) in a normal state, and a fault dictionary. It is determined by hardware or software simulation using the procedures in the fault dictionary as input.

ところで、上述した診断辞書の作成方法には、
(イ)正常なる診断対象装置に擬似故障を挿入した状
態でテスト入力を与え、そのときの応答状態から
診断辞書を作成するハードウエア シユミレーシ
ヨン方法と、(ロ)コンピユータシステム内に診断対
象装置の回路情報を展開し、テスト入力に対して
故障シユミレーシヨンを行い、そのテスト入力が
検出する故障群を求めることから診断辞書を作成
するソフトウエア シユミレーシヨン方法とがあ
り、大形の装置では(ロ)の方法を用いるのが一般的
である。この(ロ)の方法で診断辞書を作成すること
を故障シユミレーシヨンと呼ぶ。
By the way, the method for creating the above-mentioned diagnostic dictionary includes:
(a) A hardware simulation method in which a test input is applied to a normal equipment to be diagnosed with a simulated fault inserted, and a diagnostic dictionary is created from the response state at that time, and (b) A circuit of the equipment to be diagnosed in a computer system. There is a software simulation method in which a diagnostic dictionary is created by expanding the information, performing fault simulation on the test input, and finding the fault groups detected by the test input.For large equipment, method (b) is used. It is common to use Creating a diagnostic dictionary using this method (b) is called failure simulation.

一般に、故障シユミレーシヨンによる診断辞書
の作成には膨大な計算機処理時間を必要とする。
経験によれば超大形計算機の中央処理装置(約15
万ゲートのCPU)を約100の回路ブロツク(加算
機、乗算器等)に分け、各回路ブロツクに対する
診断辞書を故障シユミレーシヨンにより作成する
には、1ブロツク当り約5時間、全体で500時間
程度の計算時間を必要とする。この方法で一旦診
断辞書が作成されたのちに、診断対象となる情報
処理装置側にハードウエア変更が生じると、従来
は変更に関連する回路ブロツク(複数の場合が多
い)の診断辞書を再び故障シユミレーシヨンによ
り作成し直している。しかしながらこの様にする
と診断データの修正に多大な工数がかかつてこれ
がユーザへの提供時期の遅れとなり、この間ユー
ザ側に診断プログラムが存在しない時期が生じて
MTTR(平均修理時間)の低下をもたらすとい
う問題が生ずる。
Generally, creating a diagnostic dictionary by fault simulation requires an enormous amount of computer processing time.
Experience shows that the central processing unit of a very large computer (approximately 15
It takes about 5 hours per block, or about 500 hours in total, to divide a CPU with 10,000 gates into about 100 circuit blocks (adders, multipliers, etc.) and create a diagnostic dictionary for each circuit block by fault simulation. Requires calculation time. Once a diagnostic dictionary has been created using this method, if a hardware change occurs in the information processing device to be diagnosed, conventionally, the diagnostic dictionary for the circuit block (often multiple) related to the change will fail again. Recreated by simulation. However, doing so would require a large amount of man-hours to correct the diagnostic data, which would delay delivery to the user, and during this period there would be times when the user did not have the diagnostic program.
A problem arises in that the MTTR (Mean Time to Repair) decreases.

ところが過去の例にみられるとハードウエアの
変更内容を本発明者等が詳細に検討してみると、
ハードウエア変更により診断辞書は変更となる
が、診断辞書内の故障辞書は変更しないでその
まゝ使用できる場合が少なからずあることが見い
出された。例えば、回路ブロツクが追加されてあ
る回路ブロツクiに到るまでのクロツク数に変更
があつた場合には、該追加回路ブロツクが独立的
なものであれば回路ブロツクiに対する診断辞書
内のスキヤン アウト クロツク数のみが変更と
なり、他の診断辞書内の内容は変更がない。更に
一般化すれば、既存の診断辞書を構成する要素の
うちスキヤン アウト クロツク数、スキヤン
アウト アドレス、正常値のいずれか1つ又は複
数を修正するだけで故障シユミレーシヨンを行な
つて故障辞書を修正しなくても診断辞書の修正が
可能となるケースがあるということである。
However, when the inventors examined in detail the details of the hardware changes seen in past examples, they found that
It has been found that although the diagnostic dictionary is changed due to hardware changes, there are many cases in which the fault dictionary in the diagnostic dictionary can be used as is without being changed. For example, if a circuit block is added and the number of clocks to reach circuit block i is changed, if the added circuit block is independent, the scan out in the diagnostic dictionary for circuit block i is changed. Only the number of clocks is changed, and the contents of other diagnostic dictionaries remain unchanged. More generalizing, among the elements that make up existing diagnostic dictionaries, the number of scan out clocks, scan
This means that there are cases where it is possible to modify the diagnostic dictionary by simply modifying one or more of the out address and the normal value without performing fault simulation and modifying the fault dictionary.

本発明は上記知見に基づくもので、その特徴と
するところは情報処理装置の機能診断方式による
故障診断時に使用する、予め故障シユミレーシヨ
ンによつて作成した診断辞書とテスト入力とから
なる診断データを、該情報処理装置のハードウエ
ア変更に伴ない修正する方法において、該診断デ
ータを構成する要素のうち故障辞書はそのまま流
用して他のスキヤン アウト クロツク数、スキ
ヤン アウト アドレスおよび正常値を故障シユ
ミレーシヨンを経ずに直接変更する点にある。以
下図面を参照しながらこれを詳細に説明する。
The present invention is based on the above-mentioned findings, and is characterized in that diagnostic data consisting of a diagnostic dictionary and test input created in advance by fault simulation is used when diagnosing a fault using a functional diagnostic method for an information processing device. In the method of modifying the information processing device in accordance with hardware changes, the fault dictionary among the elements constituting the diagnostic data is used as is, and other scan-out clock numbers, scan-out addresses, and normal values are processed through fault simulation. The point is that you can directly change it without changing it. This will be explained in detail below with reference to the drawings.

第1図は本発明方法の概略説明図で、左側が修
正対象となるブロツク番号i(回路ブロツクiに
対応する)に対する既存診断データ、右側が修正
後の新診断データである。診断データは前述した
ようにテスト入力Aと診断辞書Bとからなり、更
に該診断辞書Bはスキヤン アウト クロツク数
n,m…………、スキヤン アウト アドレス数
a,b…………、正常値x,y、および故障辞書
α…………、を最小単位として構成される。尚、
クロツク数m、スキヤンアドレスb、正常値y、
…………は故障診断を2以上の条件で行なう場合
に用いる。本発明はこの診断辞書Bのうち故障辞
書αを変更せずに済む場合に適用される。図中の
実線矢印は変更を要せずに新診断データにそのま
ま流用できるデータを示したものである。これに
対し、破線矢印がハードウエア変更に伴ない修正
しなければならないデータであるが、これはスキ
ヤン アウト クロツク数n,m…………、スキ
ヤン アウト アドレスa,b…………、正常値
x,y…………だけである。新診断データ中の
n′,m′…………は修正後のスキヤン アウト
クロツク数、a′,b′…………は修正後のスキヤン
アウト アドレス、x′,y′…………は修正後の
正常値である。これらの修正は故障シユミレーシ
ヨンを経ずに行なえるので、その処理時間は1回
路ブロツク当り僅か数分程度で済む。
FIG. 1 is a schematic explanatory diagram of the method of the present invention, in which the left side shows existing diagnostic data for block number i (corresponding to circuit block i) to be corrected, and the right side shows new diagnostic data after the correction. As mentioned above, the diagnostic data consists of the test input A and the diagnostic dictionary B, and the diagnostic dictionary B further includes the number of scan out clocks n, m, the number of scan out addresses a, b, and the normal value. It is configured with x, y, and fault dictionary α as the minimum unit. still,
Number of clocks m, scan address b, normal value y,
... is used when fault diagnosis is performed under two or more conditions. The present invention is applied to the case where the fault dictionary α of the diagnostic dictionary B does not need to be changed. The solid arrows in the figure indicate data that can be used as-is as new diagnostic data without requiring any changes. On the other hand, the dashed arrows are data that must be corrected due to hardware changes, but these are scan out clock numbers n, m, scan out addresses a, b, normal values. It's just x, y... New diagnostic data
n′, m′…… is the scan out after correction
The number of clocks, a′, b′……… are the corrected scan out addresses, and x′, y′……… are the corrected normal values. Since these corrections can be made without failure simulation, the processing time is only about a few minutes per circuit block.

第2図は本発明の一実施例を示す処理フロー
で、aは全体図、bはその変更処理プログラムの
詳細図である。第2図aは、既存診断データフア
イルからブロツク番号が指定された既存診断デー
タを読出し、それを各種変更内容に従い変更処理
プログラムにかけ、そして修正された新診断デー
タを新診断データフアイルに格納する様子を示し
たものである。同図bは変更内容指定がクロツク
数か、スキヤン アウト アドレスか、正常値か
を判断しつつ診断データを変更する処理のフロー
を示したものである。
FIG. 2 is a processing flow showing one embodiment of the present invention, in which a is an overall diagram and b is a detailed diagram of the modification processing program. Figure 2a shows how existing diagnostic data with a designated block number is read from an existing diagnostic data file, it is run through a change processing program according to various changes, and the modified new diagnostic data is stored in the new diagnostic data file. This is what is shown. Figure b shows the flow of processing for changing diagnostic data while determining whether the specified change is the number of clocks, a scan-out address, or a normal value.

故障辞書αは、回路ブロツクi内の1点(スキ
ヤンアウトポイント)でエラーが発見されたと
き、その点にエラーを生じさせる可能性のある全
系統を導線番号群として示すもので、これは前述
した故障シユミレーシヨンにより予め作成され
る。勿論、ハードウエアの変更内容によつてはこ
の故障辞書も故障シユミレーシヨンによつて変更
する必要が生ずる。本発明はその必要のないハー
ドウエア変更に限られる。
When an error is discovered at one point (scanout point) in circuit block i, the fault dictionary α indicates all systems that may cause an error at that point as a group of conductor numbers. It is created in advance using a failure simulation. Of course, depending on the details of the hardware change, it may be necessary to change this fault dictionary according to the fault simulation. The invention is limited to unnecessary hardware changes.

以上述べたように本発明によれば、従来故障シ
ユミレーシヨンを経て数時間を要していた診断辞
書の修正を僅か数分程度に短縮できる利点があ
り、実用上の効果は甚大である。
As described above, according to the present invention, the correction of the diagnostic dictionary, which conventionally required several hours through failure simulation, can be shortened to only a few minutes, and the practical effects are enormous.

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

第1図は本発明の概要説明図、第2図は本発明
の一実施例を示すフローチヤートである。 図中、Aはテスト入力、Bは診断辞書、αは故
障辞書、nはスキヤンアウトクロツク数、aはス
キヤンアウトアドレス、xは正常値である。
FIG. 1 is a schematic explanatory diagram of the present invention, and FIG. 2 is a flowchart showing an embodiment of the present invention. In the figure, A is a test input, B is a diagnostic dictionary, α is a fault dictionary, n is the number of scan-out clocks, a is a scan-out address, and x is a normal value.

Claims (1)

【特許請求の範囲】[Claims] 1 情報処理装置の機能診断方式による故障診断
時に使用する、予め故障シユミレーシヨンによつ
て作成した診断辞書とテスト入力とからなる診断
データを、該情報処理装置のハードウエア変更に
伴ない修正する方法において、該診断データを構
成する要素のうち故障辞書はそのまま流用して他
のスキヤン アウト クロツク数、スキヤン ア
ウト アドレスおよび正常値を故障シユミレーシ
ヨンを経ずに直接変更することを特徴とする診断
データの修正方法。
1. A method for modifying diagnostic data, which is used when diagnosing an information processing device using a functional diagnosis method, and is made up of a diagnostic dictionary and test inputs created in advance through a failure simulation, in accordance with a change in the hardware of the information processing device. , a method for correcting diagnostic data characterized in that among the elements constituting the diagnostic data, the fault dictionary is used as is, and other scan-out clock numbers, scan-out addresses, and normal values are directly changed without going through fault simulation. .
JP56151054A 1981-09-24 1981-09-24 Correcting method for diagnostic data Granted JPS5852756A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56151054A JPS5852756A (en) 1981-09-24 1981-09-24 Correcting method for diagnostic data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56151054A JPS5852756A (en) 1981-09-24 1981-09-24 Correcting method for diagnostic data

Publications (2)

Publication Number Publication Date
JPS5852756A JPS5852756A (en) 1983-03-29
JPS624743B2 true JPS624743B2 (en) 1987-01-31

Family

ID=15510284

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56151054A Granted JPS5852756A (en) 1981-09-24 1981-09-24 Correcting method for diagnostic data

Country Status (1)

Country Link
JP (1) JPS5852756A (en)

Also Published As

Publication number Publication date
JPS5852756A (en) 1983-03-29

Similar Documents

Publication Publication Date Title
US5515383A (en) Built-in self-test system and method for self test of an integrated circuit
JPH052654A (en) Method and circuit for detecting fault of microcomputer
JPH0416813B2 (en)
JP3173855B2 (en) How to edit digital test vectors
CN117033113B (en) Control circuit and method for signal delay
US6845440B2 (en) System for preventing memory usage conflicts when generating and merging computer architecture test cases
US6681357B2 (en) MISR simulation tool for memory BIST application
JPS624743B2 (en)
JPH05101697A (en) Fault diagnostic circuit for lsi
US20030233504A1 (en) Method for detecting bus contention from RTL description
CN113742198B (en) Test method, test device, electronic equipment and storage medium
JPS6151578A (en) Fault diagnostic system of electronic circuit device
JPS59117660A (en) Processing system for restoration of simulation state
JPH04362755A (en) Shared extension storage test system
JPH01156680A (en) Fault diagnosing method for logic circuit
JP2924392B2 (en) Microcomputer system
CN117573533A (en) Test case design method and device, electronic equipment and storage medium
JPS6014351A (en) Automatic test system
JPS628828B2 (en)
JPH0318777A (en) Fault diagnostic method for scanning circuit
JP2624135B2 (en) Timing analysis method
SU911531A1 (en) System for testing and diagnosis of digital units
JPH0844583A (en) Diagnostic system for information processor
CN117370168A (en) Method for setting simulation restoration point of logic system design and related equipment
CN116302978A (en) Test case priority calculating method, system, electronic equipment and medium