JPH05164824A - Pseudo-random number pattern generator - Google Patents

Pseudo-random number pattern generator

Info

Publication number
JPH05164824A
JPH05164824A JP3332300A JP33230091A JPH05164824A JP H05164824 A JPH05164824 A JP H05164824A JP 3332300 A JP3332300 A JP 3332300A JP 33230091 A JP33230091 A JP 33230091A JP H05164824 A JPH05164824 A JP H05164824A
Authority
JP
Japan
Prior art keywords
random number
pseudo
test
carry
shift register
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.)
Granted
Application number
JP3332300A
Other languages
Japanese (ja)
Other versions
JP2719547B2 (en
Inventor
Takeshi Ikenaga
剛 池永
Junichi Takahashi
淳一 高橋
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP3332300A priority Critical patent/JP2719547B2/en
Priority to DE69224727T priority patent/DE69224727T2/en
Priority to US07/991,535 priority patent/US5301199A/en
Priority to EP92121348A priority patent/EP0549949B1/en
Publication of JPH05164824A publication Critical patent/JPH05164824A/en
Application granted granted Critical
Publication of JP2719547B2 publication Critical patent/JP2719547B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Test And Diagnosis Of Digital Computers (AREA)
  • Tests Of Electronic Circuits (AREA)

Abstract

PURPOSE:To provide a pseudo-random number pattern generator requiring no much trouble simulation time and growing a test pattern with a few pieces of hardware. CONSTITUTION:There are provided data input parts 4 for providing data to modules I1-In arranged in array shape and having the same function, and a linear feedback shift register 3 incorporated in a test-applied circuit 2 having a control signal and a carrier and for forming pseudo-random number having output bit width of one-Nth where N is the number of input data (N=2, 3, 4...) to the data input parts 4 of the test-applied circuit 2 in generating a test pattern in performing a self-test, and a repeated pseudo-random number output part 6 for outputting the pseudo-random number to the data input parts 4.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はパターン発生器に係り、
特に演算器等の同一の機能モジュールが規則的に並べら
れる試験対象回路に対して組み込み、自己試験(Built-
In Self Test) を行う際にテストパターンを発生させる
疑似乱数パターン発生器に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a pattern generator,
In particular, built-in self-test (Built-in
The present invention relates to a pseudo random number pattern generator that generates a test pattern when performing (In Self Test).

【0002】[0002]

【従来の技術】演算器等のビット毎に切り分けられた繰
り返し論理構成の回路である試験対象回路に対するテス
トパターンを人手で作成する場合、通常、繰り返しパタ
ーンを考えることが多く、実際に繰り返しパターンで効
率よく故障を検出できることが知られている。また、高
い故障検出率を得るために、必ずしも全入力ビット分の
乱数を発生させる必要はない。
2. Description of the Related Art When manually creating a test pattern for a circuit to be tested, which is a circuit of a repetitive logic configuration divided into bits such as an arithmetic unit, usually a repetitive pattern is often considered. It is known that failure can be detected efficiently. Further, in order to obtain a high failure detection rate, it is not always necessary to generate random numbers for all input bits.

【0003】現在、主流を占めている組み込み自己テス
トにおけるテストパターン発生装置としては、疑似乱数
パターンを発生させる線形帰還シフトレジスタ(Liner
Feedback Shift Register)や重み付け線形帰還シフトレ
ジスタが主流である。
As a test pattern generator in the built-in self-test, which is currently the mainstream, a linear feedback shift register (Liner) for generating a pseudo random number pattern is used.
Feedback Shift Registers) and weighted linear feedback shift registers are the mainstream.

【0004】図9は従来の疑似乱数発生器の構成を示
す。この従来の例は線形帰還シフトレジスタ91を用い
ている。この手法は繰り返し論理構成をとる回路である
試験対象回路92の入力数分のビット幅を持つ線形帰還
シフトレジスタ91を用いて疑似乱数パターンを発生さ
せ、その出力をそのまま試験対象回路92の入力に接続
する。
FIG. 9 shows the structure of a conventional pseudo random number generator. This conventional example uses a linear feedback shift register 91. In this method, a pseudo random number pattern is generated by using a linear feedback shift register 91 having a bit width corresponding to the number of inputs of a test target circuit 92 which is a circuit having a repetitive logic configuration, and its output is directly input to the test target circuit 92. Connecting.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、テスト
パターン発生装置として線形帰還シフトレジスタや重み
付け線形帰還シフトレジスタを用いる方法では、テスト
する回路の入力数分のビット幅を持つ線形帰還シフトレ
ジスタを用いる必要があり、多入力の回路に対しては、
多くのハードウェア量を必要とするという問題がある。
また、線形帰還シフトレジスタは高い故障検出率を得る
ために多くのパターン数を必要とし、多くの試験実行時
間が必要となり、それに伴ってパターン評価のために多
くの故障シミュレーション時間が必要となるという問題
がある。重み付け線形帰還シフトレジスタは故障検出率
の収束性が向上するためパターン数は減るが、論理和、
論理積ゲート等の重み付けのためのハードウェア量がさ
らに必要となるという問題がある。
However, in the method using the linear feedback shift register or the weighted linear feedback shift register as the test pattern generator, it is necessary to use the linear feedback shift register having a bit width corresponding to the number of inputs of the circuit to be tested. For multi-input circuits,
There is a problem that it requires a large amount of hardware.
In addition, the linear feedback shift register requires a large number of patterns in order to obtain a high fault coverage, requires a large amount of test execution time, and accordingly requires a large amount of fault simulation time for pattern evaluation. There's a problem. In the weighted linear feedback shift register, the number of patterns is reduced because the convergence of the fault coverage is improved, but the logical sum,
There is a problem that the amount of hardware for weighting the logical product gate or the like is further required.

【0006】本発明は上記の点に鑑みなされたもので、
多くの故障シミュレーション時間を必要とせず、少ない
ハードウェア量でテストパターンを生成することができ
る繰り返し疑似乱数パターン発生器を提供することを目
的とする。
The present invention has been made in view of the above points,
An object of the present invention is to provide a repetitive pseudo-random number pattern generator that can generate a test pattern with a small amount of hardware without requiring much failure simulation time.

【0007】[0007]

【課題を解決するための手段】図1は本発明の原理構成
を示す。配列状に配置される同一の機能を有するモジュ
ール11 〜1n にデータを与えるデータ入力部4と、制
御信号及びキャリーを与える制御入力部5を含む試験対
象回路2に組み込まれ、自己試験と行う際に、テストパ
ターンを発生させる繰り返し疑似乱数パターン発生器に
おいて、試験対象回路2のデータ入力部4に対してデー
タ入力数N(N=2,3,4…)分の1の数の出力ビッ
ト幅をもつ疑似乱数を生成する線形帰還シフトレジスタ
3と、線形帰還シフトレジスタ3で生成された疑似乱数
をデータ入力部4に出力する繰り返し乱数出力部6とを
有する.
FIG. 1 shows the principle configuration of the present invention. It is incorporated in a test target circuit 2 including a data input section 4 for giving data to the modules 1 1 to 1 n having the same function arranged in an array, and a control input section 5 for giving a control signal and a carry. In the repeated pseudo-random number pattern generator that generates a test pattern when performing, the number of data inputs N (N = 2, 3, 4, ...) Is output to the data input unit 4 of the circuit under test 2 It has a linear feedback shift register 3 that generates a pseudo random number having a bit width, and a repetitive random number output unit 6 that outputs the pseudo random number generated by the linear feedback shift register 3 to a data input unit 4.

【0008】[0008]

【作用】本発明はデータ入力部と、制御入力部を有し、
同一の機能を有するモジュールで構成される試験対象回
路に対して入力数のN(N=1,2,3…)分の1の数
の出力ビット幅をもつ疑似乱数発生器の線形帰還シフト
レジスタを用い、繰り返し疑似乱数を発生させることに
より、少ないハードウェアで自己試験のためのテストパ
ターンを発生させることができる。
The present invention has a data input section and a control input section,
Linear feedback shift register of pseudo-random number generator having output bit width of 1 / N (N = 1, 2, 3, ...) Of the number of inputs to the circuit under test composed of modules having the same function It is possible to generate a test pattern for self-test with a small amount of hardware by repeatedly generating pseudo-random numbers using.

【0009】[0009]

【実施例】先ず、本発明の概要を説明する。図2は本発
明の繰り返し論理構成をとる試験対象回路の構成を示
す。繰り返し論理構成をとる試験対象回路12は複数の
同一の機能のモジュール11が直線状に配列され、それ
ぞれのモジュール11同士が結合されて構成される。モ
ジュール11はそれぞれ、後述の繰り返し疑似乱数発生
器から入力されるデータを入力するデータ入力部13
と、繰り返し疑似乱数発生器から入力される制御信号、
キャリー等が一括して与えられる制御入力部14を有す
る。
First, the outline of the present invention will be described. FIG. 2 shows the configuration of a circuit under test having the repetitive logic configuration of the present invention. The circuit 12 to be tested having a repetitive logic configuration is configured by arranging a plurality of modules 11 having the same function in a straight line and connecting the respective modules 11 to each other. Each of the modules 11 has a data input unit 13 for inputting data input from a repetitive pseudo random number generator described later.
And a control signal input from the repetitive pseudo random number generator,
It has a control input unit 14 to which carry and the like are collectively applied.

【0010】図3は本発明の繰り返し疑似乱数発生器の
構成を示す。繰り返し疑似乱数発生器20は上記の試験
対象回路12のデータ入力部13へ入力する入力数のN
(N=2,3,4…)分の1の数の出力ビット幅を持つ
疑似乱数を発生する線形帰還シフトレジスタ21(LF
SR)と、線形帰還シフトレジスタ21から発生される
繰り返し疑似乱数を試験対象回路12のデータ入力部1
3に繰り返し入力する繰り返し乱数出力部22を有す
る。
FIG. 3 shows the configuration of the iterative pseudo random number generator of the present invention. The iterative pseudo-random number generator 20 has the number N of inputs that is input to the data input unit 13 of the circuit under test 12 described above.
The linear feedback shift register 21 (LF) for generating pseudo-random numbers having an output bit width of 1 / (N = 2, 3, 4 ...)
SR) and the repetitive pseudo random number generated from the linear feedback shift register 21 are input to the data input unit 1 of the circuit under test 12.
3 has a repeating random number output unit 22 for repeatedly inputting.

【0011】繰り返し疑似乱数発生器20は、試験対象
回路12のデータ入力部13の入力数のN(N=1,
2,3…)分の1の数の出力ビット幅を持つ疑似乱数を
発生する線形帰還シフトレジスタ21によりその出力を
N本に分配し、繰り返し乱数出力部22に繰り返し疑似
乱数を出力する。。
The iterative pseudo-random number generator 20 has the number N (N = 1, 1) of the number of inputs of the data input section 13 of the circuit under test 12.
The output is distributed to N lines by the linear feedback shift register 21 that generates a pseudo random number having an output bit width of 1/2, 3 ...), and the repetitive random number output unit 22 outputs the repetitive pseudo random number. .

【0012】繰り返し疑似乱数発生器20から生成され
る繰り返し疑似乱数を試験対象回路12のデータ入力部
13に繰り返し入力するために、この繰り返し乱数出力
部22と試験対象回路12のデータ入力部13が結合さ
れることにより、繰り返し疑似乱数発生器20と試験対
象回路12を結合する。
In order to repeatedly input the repetitive pseudo random number generated from the repetitive pseudo random number generator 20 into the data input unit 13 of the test target circuit 12, the repetitive random number output unit 22 and the data input unit 13 of the test target circuit 12 are connected. By being combined, the repeated pseudo random number generator 20 and the test target circuit 12 are connected.

【0013】繰り返し疑似乱数発生器20の中核となる
線形帰還シフトレジスタ21のビット幅は、線形帰還シ
フトレジスタ21から発生される乱数が、繰り返しモジ
ュール11単体にではなく、2つ以上のモジュール11
nに対して繰り返し与えられるように生成する。これ
は、繰り返し乱数を与える単位を一つの機能モジュール
とした場合、単体モジュールの試験は可能であるが、モ
ジュール11間の結合試験ができないため、検出できな
い故障が生じてしまうためである。最終的な線形帰還シ
フトレジスタ21のビット幅は、故障シミュレーション
により見逃し故障率が予め設定した故障検出率の許容値
以内(95%)に収まるように決定する。
The bit width of the linear feedback shift register 21, which is the core of the iterative pseudo random number generator 20, is such that the random number generated from the linear feedback shift register 21 is not in the iterative module 11 alone, but in two or more modules 11.
It is generated so as to be repeatedly given to n. This is because when a unit for giving a repeated random number is one functional module, a single module can be tested, but a coupling test between the modules 11 cannot be performed, resulting in an undetectable failure. The final bit width of the linear feedback shift register 21 is determined by the failure simulation so that the missed failure rate falls within the preset failure detection rate allowable value (95%).

【0014】試験対象回路12の制御入力部14に対す
るパターン発生方法としては、上記の線形帰還シフトレ
ジスタ21のビット幅を制御入力数分だけ増やし、増や
したビットの出力をそのまま分配せずに試験対象回路1
2の制御入力部14の入力に結合する。試験対象回路1
2の制御入力部14に対するパターン発生方法として
は、別の線形帰還シフトレジスタ、カウンタ等のパター
ン発生器により実現しても良い。
As a pattern generation method for the control input section 14 of the test target circuit 12, the bit width of the linear feedback shift register 21 is increased by the number of control inputs, and the output of the increased bit is not distributed as it is, but the test target is not tested. Circuit 1
2 to the input of the control input unit 14. Test circuit 1
The pattern generation method for the second control input unit 14 may be realized by another pattern generator such as a linear feedback shift register or a counter.

【0015】同一の機能モジュールが直線状に配置さ
れ、且つ結合された繰り返し論理構成をとる代表的な回
路である32ビットリプル桁上げ加算器と32ビット桁
上げ先見型加算器に上記の試験対象回路12と繰り返し
疑似乱数発生器20を適用した場合の実施例を示す。
The same functional modules are arranged in a straight line and are connected to each other in a repeating logic configuration, which is a typical circuit having a 32-bit triple carry adder and a 32-bit carry look-ahead adder. An example in which the circuit 12 and the repeated pseudo random number generator 20 are applied will be shown.

【0016】図4は本発明の第1の実施例の試験対象回
路を説明するための図である。本実施例は、本発明をリ
プル桁上げ加算器に適用した場合について説明する。同
図に示すように、32ビットリプル桁上げ加算器のモデ
ルは、3入力2出力の全加算器モジュール31を32個
並列に並べ、その各々のモジュールは1本のキャリー伝
搬線32により結合され、最下位モジュール3132
は、キャリー入力ピンCI33、最上位モジュール31
1 には、キャリー出力ピンCO34が接続されている。
データ入力ピン35は繰り返し疑似乱数発生器20と接
続されている。
FIG. 4 is a diagram for explaining a test target circuit according to the first embodiment of the present invention. In this embodiment, the case where the present invention is applied to a ripple carry adder will be described. As shown in the figure, the model of the 32-bit triple carry adder is such that 32 full-adder modules 31 each having 3 inputs and 2 outputs are arranged in parallel, and each module is connected by one carry propagation line 32. , The lowest module 31 32 has a carry input pin CI 33, the highest module 31
The carry output pin CO34 is connected to 1 .
The data input pin 35 is repeatedly connected to the pseudo random number generator 20.

【0017】上記の32ビットリプル桁上げ加算器モデ
ルに対して、繰り返し疑似乱数発生器20を適用した場
合の構成は図5に示される。図5は本発明の第1の実施
例の繰り返し疑似乱数発生器を説明するための図であ
る。繰り返し疑似乱数発生器20は、5ビット出力の線
形帰還シフトレジスタ41(5bit LFSR)を用い
る。シフトレジスタ41の5ビットの出力のうち、1ビ
ットをキャリー入力ピン42に接続し、残りの4ビット
をシフトレジスタ41用としてシフトレジスタ41から
生成される疑似乱数を図5に示すように2つの全加算器
モジュール31の4本のデータ入力部44に繰り返して
与える。ここで、繰り返し乱数を与える単位として、2
つの全加算器モジュールを合わせたものとしている理由
は、繰り返し乱数を与える単位を1つの全加算器モジュ
ールにした場合、全加算器単体の試験は可能であるが、
全加算器間の結合試験ができないため、ハードウェア用
は減るが、逆に検出できない故障が生じてしまうからで
ある。
FIG. 5 shows the configuration in which the repetitive pseudo random number generator 20 is applied to the above 32-bit triple carry adder model. FIG. 5 is a diagram for explaining the iterative pseudo random number generator according to the first embodiment of the present invention. The iterative pseudo random number generator 20 uses a 5-bit output linear feedback shift register 41 (5 bit LFSR). Of the 5-bit output of the shift register 41, 1 bit is connected to the carry input pin 42, and the remaining 4 bits are used for the shift register 41, and pseudo random numbers generated from the shift register 41 are two as shown in FIG. It is repeatedly applied to the four data input sections 44 of the full adder module 31. Here, as a unit for giving a repeated random number, 2
The reason why the two full adder modules are combined is that the single full adder module can be tested when the unit for giving the repeated random number is one full adder module.
This is because, since the coupling test between the full adders cannot be performed, the number for hardware is reduced, but conversely, a failure that cannot be detected occurs.

【0018】32ビットリプル桁上げ加算器の入力数
は、全65ビットであるため、通常の疑似乱数発生器を
用いた場合、65ビットの疑似乱数発生器が必要となる
が、これを上記のように、繰り返し構成とすることによ
り5ビットの疑似乱数発生器で実現可能となる。
Since the number of inputs to the 32-bit triple carry adder is 65 bits in total, a 65-bit pseudo-random number generator is required when using a normal pseudo-random number generator. As described above, the repetitive configuration can be realized by a 5-bit pseudo random number generator.

【0019】図6は本発明の第2の実施例の試験対象回
路を説明するための図である。本実施例は本発明を桁上
げ先見型加算器に適用した場合について説明する。図6
は4ビット桁上げ先見型加算器ユニット51を8個並列
に並べ、その各々のモジュール511 〜518 は、1本
のキャリー伝搬ピン52により結合され、最下位モジュ
ール518 には、キャリー入力ピンCI53、最上位モ
ジュール511 には、キャリー出力ピンCO54が接続
されている。
FIG. 6 is a diagram for explaining the circuit under test of the second embodiment of the present invention. In this embodiment, the case where the present invention is applied to a carry look-ahead adder will be described. Figure 6
Has eight 4-bit carry lookahead adder units 51 arranged in parallel, and each of the modules 51 1 to 518 is coupled by one carry propagation pin 52, and the carry input is input to the lowest module 51 8. pin CI53, the top-level module 51 1, the carry output pin CO54 is connected.

【0020】図7に示す桁上げ先見型加算器ユニットは
半加算器部61、キャリー算出部62、63、排他的論
理和部64から構成される。上記の桁上げ先見型加算器
モデルに対して、繰り返し、疑似乱数発生器20を適用
した場合について説明する。図8は本発明の第2の実施
例の繰り返し乱数発生器を説明するための図を示す。繰
り返し乱数発生器20としては、17ビット出力の線形
帰還シフトレジスタ71(17bit LFSR)を用いる。
この桁上げ先見型加算器に対する繰り返し乱数発生器
は、17ビットの出力のうち、1ビットをキャリー入力
ピン53に接続し、残りの16ビットを繰り返し乱数発
生器として、それから発生する疑似乱数を疑似乱数出力
部74を介して2つの桁上げ先見型加算器ユニット51
1 〜51 8 の16本のデータ入力部55(図6)に繰り
返して与える。ここでキャリー入力ピン53は図6に示
すものと同様のものである。
The carry lookahead adder unit shown in FIG.
Half adder unit 61, carry calculation units 62 and 63, exclusive theory
It is composed of the Riwa section 64. Carry-ahead adder above
Repeatedly apply the pseudo-random number generator 20 to the model
The case will be described. FIG. 8 shows a second embodiment of the present invention.
6 shows a diagram for explaining an example iterative random number generator. Repetition
The return random number generator 20 has a linear 17-bit output.
A feedback shift register 71 (17bit LFSR) is used.
Iterative random number generator for this carry lookahead adder
Is a carry-in input for 1 bit out of 17-bit output
Connect to pin 53 and repeat the remaining 16 bits
Pseudo-random number output from the pseudo-random number generated from it
Two carry lookahead adder units 51 via section 74
1~ 51 8To the 16 data input sections 55 (Fig. 6) of
Give it back. Here, the carry input pin 53 is shown in FIG.
It is the same as the ones.

【0021】本実施例では、繰り返し乱数を与える単位
は、2つの桁上げ先見型加算器ユニットを合わせたもの
とする。これは、リプル桁上げ加算器の場合と同様に、
繰り返し乱数を与える単位を1つの桁上げ先見型加算器
ユニットとした場合、単体の試験は可能であるが、ユニ
ット間の結合試験ができないため、ハードウェア量は減
るが、逆に検出できない故障が生じてしまうためであ
る。32ビット桁上げ先見型加算器の入力数は全65ビ
ットであるため、通常の疑似乱数発生器を用いた場合、
65ビットの線形帰還シフトレジスタが必要となるが、
これを上記のように繰り返し構成することにより、17
ビットの線形帰還シフトレジスタで実現可能となる。以
上、繰り返し疑似乱数発生器を代表的な2つの加算器に
適用した実施例を示したが、繰り返し論理構成をとる回
路であれば、同一機能モジュールが直線状に配置された
回路として、加算器よりもさらに複雑な構成をとる算術
論理演算ユニット(ALU)や、同一機能モジュールが
配列状に配置された回路として、乗算器等に対しても繰
り返し疑似乱数発生器は有効である。
In the present embodiment, the unit for giving a repeated random number is a combination of two carry lookahead adder units. This is similar to the case of the ripple carry adder,
When one carry look-ahead adder unit is used as the unit for giving repeated random numbers, a single unit test is possible, but since the combination test between units is not possible, the amount of hardware is reduced, but conversely there is a failure that cannot be detected. This is because it will occur. Since the number of inputs of the 32-bit carry look-ahead adder is 65 bits in total, when a normal pseudo random number generator is used,
A 65-bit linear feedback shift register is required,
By repeating this as described above, 17
It can be realized by a bit linear feedback shift register. The embodiment in which the repetitive pseudo random number generator is applied to two typical adders has been described above. However, if the circuit has a repetitive logic configuration, the adder is regarded as a circuit in which the same functional modules are linearly arranged. The repetitive pseudo-random number generator is effective for a multiplier and the like as an arithmetic logic unit (ALU) having a more complicated configuration and a circuit in which the same functional modules are arranged in an array.

【0022】なお、繰り返し疑似乱数発生器を25種類
の算術・論理・比較演算機能・オーバーフロー検出機能
等の機能を備えた16ビット算術論理演算ユニットや、
2次のブース方式、桁上げ保存加算器方式を採用した1
6ビット乗算器に適用し、シミュレーションを行った結
果、加算器の場合と同様に少ないハードウェア量(25
%〜60%)、少ないパターン数(10%〜40%)で
高い故障検出率を持ったパターン発生器が構成可能であ
る。
A repetitive pseudo random number generator is provided with a 16-bit arithmetic logic operation unit having 25 kinds of functions such as arithmetic / logic / comparison operation function / overflow detection function,
2nd booth system, carry save adder system adopted 1
As a result of applying it to a 6-bit multiplier and performing a simulation, a small hardware amount (25
% To 60%) and a small number of patterns (10% to 40%) and a pattern generator having a high failure detection rate can be configured.

【0023】上記2つの実施例で示した32ビットリプ
ル桁上げ加算器、32ビット桁上げ先見型加算器に対
し、必要となる疑似乱数発生器のビット幅は、それぞ
れ、5ビット、17ビットであり、加算器の入力数分の
疑似乱数発生器を用いる従来の方法と比較して7.7
%,26.2%のビット数で実現できる。
In contrast to the 32-bit triple carry adder and the 32-bit carry look-ahead adder shown in the above two embodiments, the required pseudo random number generators have bit widths of 5 bits and 17 bits, respectively. Yes, 7.7 compared with the conventional method using the pseudo-random number generator for the number of inputs of the adder.
%, 26.2%.

【0024】また、これらの疑似乱数発生器のビット幅
は、同一機能のモジュール数、つまり加算器のビット幅
によって変化しない。よって、64ビット加算器、12
8ビット加算器を考えた場合も、上記のビット幅の疑似
乱数発生器で繰り返し乱数発生器を構成可能で、飛躍的
にハードウェア量の削減が可能である。
The bit width of these pseudo random number generators does not change depending on the number of modules having the same function, that is, the bit width of the adder. Therefore, a 64-bit adder, 12
Even when considering an 8-bit adder, the pseudo random number generator having the above-mentioned bit width can constitute a repetitive random number generator, and the amount of hardware can be dramatically reduced.

【0025】リプル桁上げ加算器に対し、図4に示した
本発明による繰り返し疑似乱数発生器を適用したモデル
と、従来の手法である入力数のビット幅の疑似乱数発生
器を適用したモデルに対し、実際に故障シミュレーショ
ンを行った場合のパターン数と故障検出率の関係を表1
に示す。
A model in which the iterative pseudo random number generator according to the present invention shown in FIG. 4 is applied to the ripple carry adder and a model in which a conventional pseudo random number generator having a bit width of the number of inputs is applied On the other hand, Table 1 shows the relationship between the number of patterns and the fault coverage when actually performing a fault simulation.
Shown in.

【表1】 [Table 1]

【0026】桁上げ先見型加算器に対し図6に示した本
発明による繰り返し疑似乱数発生器を適用したモデル
と、従来の方法である入力数のビット幅の疑似乱数発生
器を適用したモデルに対して実際に故障シミュレーショ
ンを行った場合のパターン数と故障検出率の関係を表2
に示す。
A model in which the iterative pseudo random number generator according to the present invention shown in FIG. 6 is applied to a carry lookahead adder and a model in which a conventional method is applied to a pseudo random number generator having a bit width of the number of inputs. Table 2 shows the relationship between the number of patterns and the fault coverage when actually performing a fault simulation.
Shown in.

【表2】 [Table 2]

【0027】上記に示すように、繰り返し疑似乱数発生
器において故障検出率100%を得るためのパターン数
は従来の方法の疑似乱数発生器と比較して、リプル桁上
げ加算器の場合2%、桁上げ先見加算器の場合の10%
程度になり、製造試験時の試験時間を短縮可能であり、
また、パターン発生器から発生されるパターンの評価の
ための故障シミュレーション時間を飛躍的に少なくする
ことができる。
As described above, the number of patterns for obtaining a fault detection rate of 100% in the repetitive pseudo random number generator is 2% in the ripple carry adder as compared with the conventional pseudo random number generator. 10% for carry look ahead adder
It is possible to shorten the test time during the manufacturing test,
Further, the failure simulation time for evaluating the pattern generated by the pattern generator can be dramatically reduced.

【0028】[0028]

【発明の効果】上述のように、本発明によれば、繰り返
し疑似乱数発生器を繰り返し論理構成をとる多入力の回
路に適用した場合に、従来の入力ビット幅分の線形帰還
シフトレジスタを用いた場合と比較して、少ないビット
幅の線形帰還シフトレジスタで実現可能であり、さらに
試験用のハードウェア量を削減できる。
As described above, according to the present invention, when the repetitive pseudo random number generator is applied to a multi-input circuit having a repetitive logic configuration, the conventional linear feedback shift register for the input bit width is used. It can be realized with a linear feedback shift register having a smaller bit width than that in the case where it is necessary, and the amount of hardware for testing can be further reduced.

【0029】また、繰り返し乱数を試験対象回路に与え
るにすることによって、1パターンあたりの故障検出効
率が良くなり、高い故障検出を得るために試験対象回路
に与えるパターン数が少なくて済み、製造試験時間を短
縮可能であり、また、パターン評価のための故障シミュ
レーション時間を節約できる。
Further, by giving a repeated random number to the test target circuit, the fault detection efficiency per pattern is improved, and the number of patterns given to the test target circuit can be reduced in order to obtain high fault detection. The time can be shortened, and the failure simulation time for pattern evaluation can be saved.

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

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明の繰り返し論理構成をとる試験対象回路
の構成を示す図である。
FIG. 2 is a diagram showing a configuration of a test target circuit having a repetitive logic configuration of the present invention.

【図3】本発明の繰り返し疑似乱数発生器の構成を示す
図である。
FIG. 3 is a diagram showing a configuration of an iterative pseudo random number generator of the present invention.

【図4】本発明の第1の実施例を説明するための図であ
る(32ビットリプル桁上げ加算器の構成)。
FIG. 4 is a diagram for explaining the first embodiment of the present invention (configuration of a 32-bit triple carry adder).

【図5】本発明の第1の実施例を説明するための図であ
る(リプル桁上げ加算器に対する繰り返し疑似乱数発生
器)。
FIG. 5 is a diagram for explaining the first embodiment of the present invention (an iterative pseudo random number generator for a ripple carry adder).

【図6】本発明の第2の実施例の試験対象回路を説明す
るための図である(32ビット桁上げ先見加算器の構
成)。
FIG. 6 is a diagram for explaining a test target circuit according to a second embodiment of the present invention (configuration of a 32-bit carry look-ahead adder).

【図7】本発明の第2の実施例の試験対象回路を説明す
るための図である(4ビット桁上げ先見型加算器ユニッ
ト)。
FIG. 7 is a diagram for explaining a test target circuit according to the second embodiment of the present invention (4-bit carry look-ahead adder unit).

【図8】本発明の第2の実施例の繰り返し乱数発生器を
説明するための図である(桁上げ先見型に対する繰り返
し乱数発生器)。
FIG. 8 is a diagram for explaining an iterative random number generator according to a second embodiment of the present invention (an iterative random number generator for a carry look ahead type).

【図9】従来の疑似乱数発生器を示す図である。FIG. 9 is a diagram showing a conventional pseudo random number generator.

【符号の説明】[Explanation of symbols]

1 モジュール 2 試験対象回路 3 線形帰還シフトレジスタ 4 データ入力部 5 制御入力部 6 疑似乱数出力部 11 同一機能モジュール 12 試験対象回路 13 データ入力部 14 制御入力部 21 線形帰還シフトレジスタ 22 繰り返し乱数出力部 31 全加算器モジュール 32 キャリー伝搬線 33 キャリー入力ピン 34 キャリー出力ピン 35 データ入力ピン 36 データ出力ピン 41 5ビット線形帰還シフトレジスタ 42 キャリー入力ピン 44 データ入力 51 4ビット桁上げ先見型加算器ユニット 52 キャリー伝達線 53 キャリー入力ピン 54 キャリー出力ピン 55 データ入力ピン 56 データ出力ピン 61 半加算器 62 論理積ゲート 63 論理和ゲート 54 排他的論理和ゲート 71 17ビット線形帰還シフトレジスタ   1   module   Two   Test target circuit   Three   Linear feedback shift register   Four   Data input section   5   Control input section   6   Pseudo random number output section   11   Same function module   12   Test target circuit   Thirteen   Data input section   14   Control input section   21   Linear feedback shift register   22   Repeated random number output section   31   Full adder module   32   Carry propagation line   33   Carry input pin   34   Carry output pin   35   Data input pin   36   Data output pin   41   5-bit linear feedback shift register   42   Carry input pin   44   Data entry   51   4-bit carry lookahead adder unit   52   Carry transmission line   53   Carry input pin   54   Carry output pin   55   Data input pin   56   Data output pin   61   Half adder   62   AND gate   63   OR gate   54   Exclusive OR gate   71   17-bit linear feedback shift register

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 配列状に配置される同一の機能を有する
モジュールにデータを与えるデータ入力部と、制御信号
及びキャリーを与える制御入力部を有する試験対象回路
に組み込まれ、自己試験と行う際に、テストパターンを
発生させるパターン発生器において、 前記試験対象回路のデータ入力部に対してデータ入力数
N(N=2,3,4…)分の1の数の出力ビット幅をも
ち疑似乱数を生成する線形帰還シフトレジスタと、 前記疑似乱数を前記データ入力部に出力する繰り返し乱
数出力部とを有することを特徴とする疑似乱数パターン
発生器。
1. A built-in test target circuit having a data input section for supplying data to modules having the same function and arranged in an array, and a control input section for giving a control signal and a carry, and performing a self test. In a pattern generator for generating a test pattern, a pseudo random number having an output bit width of 1 / N of the number of data inputs N (N = 2, 3, 4 ...) Is input to the data input section of the circuit under test. A pseudo random number pattern generator comprising: a linear feedback shift register for generating; and a repetitive random number output section for outputting the pseudo random number to the data input section.
JP3332300A 1991-12-16 1991-12-16 Pseudo random number pattern generator Expired - Fee Related JP2719547B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP3332300A JP2719547B2 (en) 1991-12-16 1991-12-16 Pseudo random number pattern generator
DE69224727T DE69224727T2 (en) 1991-12-16 1992-12-15 Circuit with built-in self-test
US07/991,535 US5301199A (en) 1991-12-16 1992-12-15 Built-in self test circuit
EP92121348A EP0549949B1 (en) 1991-12-16 1992-12-15 Built-in self test circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3332300A JP2719547B2 (en) 1991-12-16 1991-12-16 Pseudo random number pattern generator

Publications (2)

Publication Number Publication Date
JPH05164824A true JPH05164824A (en) 1993-06-29
JP2719547B2 JP2719547B2 (en) 1998-02-25

Family

ID=18253423

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3332300A Expired - Fee Related JP2719547B2 (en) 1991-12-16 1991-12-16 Pseudo random number pattern generator

Country Status (1)

Country Link
JP (1) JP2719547B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014208152A (en) * 2014-05-16 2014-11-06 株式会社三洋物産 Game machine
JP2014208153A (en) * 2014-05-16 2014-11-06 株式会社三洋物産 Game machine

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014208152A (en) * 2014-05-16 2014-11-06 株式会社三洋物産 Game machine
JP2014208153A (en) * 2014-05-16 2014-11-06 株式会社三洋物産 Game machine

Also Published As

Publication number Publication date
JP2719547B2 (en) 1998-02-25

Similar Documents

Publication Publication Date Title
US5301199A (en) Built-in self test circuit
JP2603345B2 (en) Pseudorandom pattern generation mechanism and method for increasing phase shift
WO1993022721A1 (en) Compact multiplier
JP2823475B2 (en) Test pattern generator
Chatterjee et al. LOT: Logic optimization with testability-new transformations using recursive learning
Gizopoulos et al. An effective built-in self-test scheme for parallel multipliers
EP0318140A2 (en) Pseudo-random generator and check sum circuitry for VLSI chip
JP2719547B2 (en) Pseudo random number pattern generator
Gizopoulos et al. Effective built-in self test for Booth multipliers
US5677863A (en) Method of performing operand increment in a booth recoded multiply array
Al-Asaad et al. Scalable test generators for high-speed datapath circuits
Gizopoulos et al. An effective BIST scheme for carry-save and carry-propagate array multipliers
Ahmad Critical role of polynomial seeds on the effectiveness of an LFSR-based testing technique
US4879675A (en) Parity generator circuit and method
Psarakis et al. Built-in sequential fault self-testing of array multipliers
US5153849A (en) Multiplier having an optimum arrangement of anding circuits and adding circuits
GB2455907A (en) Rapid reconfiguration of a logic circuit by the use of parallel configuration data transfer paths
Yuan et al. Automated synthesis of a multiple-sequence test generator using 2-D LFSR
JPH0397038A (en) Multiplier
JPH03171235A (en) Multiplier
Mucha et al. Self-test in a standard cell environment
Zeng et al. Test pattern generation for column compression multiplier
Blanton et al. On the design of fast, easily testable ALU's
JPH05134015A (en) Semiconductor integrated circuit
Kranitis et al. An effective deterministic BIST scheme for shifter/accumulator pairs in datapaths

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees