JPH1063483A - Data arithmetic circuit - Google Patents
Data arithmetic circuitInfo
- Publication number
- JPH1063483A JPH1063483A JP22339196A JP22339196A JPH1063483A JP H1063483 A JPH1063483 A JP H1063483A JP 22339196 A JP22339196 A JP 22339196A JP 22339196 A JP22339196 A JP 22339196A JP H1063483 A JPH1063483 A JP H1063483A
- Authority
- JP
- Japan
- Prior art keywords
- data
- supplied
- register
- comparator
- input
- 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
Links
Landscapes
- Logic Circuits (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、ディジタル・シグ
ナル・プロセッサ又はそれに類する大規模集積回路にお
いて用いられ、データの比較、整列等の演算を行うデー
タ演算回路に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data operation circuit used in a digital signal processor or a similar large-scale integrated circuit and performing operations such as data comparison and alignment.
【0002】[0002]
【従来の技術】一般に、ディジタル・シグナル・プロセ
ッサ(以下、DSPという)又はそれに類する大規模集
積回路(以下、LSIという)等において、データ演算
により得られたN個のデータの中から上位m個(以下、
最大データm個という)を選択し、かつ最大データm個
を降順に整列したデータ(以下、整列最大データとい
う)を求める方法として、例えば文献「C言語による最
新アルゴリズム事典」奥村著(技術評論社、第153
項)等に記載されている選択ソートと呼ばれるアルゴリ
ズムが用いられる。2. Description of the Related Art Generally, in a digital signal processor (hereinafter referred to as a DSP) or a similar large-scale integrated circuit (hereinafter referred to as an LSI), etc. (Less than,
As a method of selecting data of maximum m data) and obtaining data in which the maximum data m is sorted in descending order (hereinafter, referred to as maximum sorted data), for example, a document “Encyclopedia of Latest Algorithms in C Language” by Okumura (Technical Review Company) , The 153rd
The algorithm referred to as selection sorting described in item (1) is used.
【0003】このような選択ソートにより、N個のデー
タd0 、d1 、・・・、dN-1 から整列最大データm個
を求めるには、以下のような処理が必要となる。The following processing is required to obtain the maximum number m of aligned data from the N data d 0 , d 1 ,..., D N -1 by such selective sorting.
【0004】まず、N個のデータ中からデータを1つず
つ選択し、順次選択したデータとそれまでで最大のデー
タとの比較を行って最大のデータを求め、この最大のデ
ータを抽出して記憶装置に格納する。First, data is selected one by one from N data, the sequentially selected data is compared with the largest data so far to find the largest data, and the largest data is extracted. Store in storage device.
【0005】次に、残りのN−1個のデータ中から、上
述と同様に、データを1つずつ選択し、順次選択したデ
ータとそれまでで最大のデータとの比較を行って最大の
データを求め、この最大のデータを抽出して記憶装置に
格納する。Next, data is selected one by one from the remaining N-1 data in the same manner as described above, and the sequentially selected data is compared with the largest data so far to obtain the largest data. , And the maximum data is extracted and stored in the storage device.
【0006】以下、記憶装置にm個のデータが格納され
るまで、上述と同様に残りのデータ中の最大のデータの
抽出を繰り返す。これにより、N個のデータ中の上位m
個のデータが抽出されて記憶装置に格納される。Thereafter, the extraction of the largest data from the remaining data is repeated until m pieces of data are stored in the storage device. By this, the upper m in N data
Pieces of data are extracted and stored in the storage device.
【0007】図2は、従来の一般的なDSP又はそれに
類するLSIにおいて上述のような選択ソートを実現す
るための演算回路の要部の構成例を示すブロック図であ
る。同図中に示すように、この演算回路は、供給された
2つのデータの比較又は減算を行う比較器又は減算器2
01と、比較器又は減算器201の出力に基づいて入力
された2つのデータの選択を行う選択器202と、選択
器202の出力を保持するレジスタ203とを備えてい
る。FIG. 2 is a block diagram showing a configuration example of a main part of an arithmetic circuit for implementing the above-described selective sorting in a conventional general DSP or an LSI similar thereto. As shown in the figure, the arithmetic circuit includes a comparator or subtractor 2 for comparing or subtracting two supplied data.
01, a selector 202 for selecting two input data based on the output of the comparator or the subtractor 201, and a register 203 for holding the output of the selector 202.
【0008】比較器又は減算器201の2つの入力に
は、それぞれレジスタ203の出力、図示しないデータ
演算回路又はデータ格納メモリからのデータが供給され
ており、これらの2つの入力の比較結果は選択器202
に供給される。選択器202にもレジスタ203の出
力、図示しないデータ演算回路又はデータ格納メモリか
らのデータが供給されており、比較器又は減算器201
からの比較結果に基づいて2つの入力のうち大きい方の
データを選択してレジスタ203に供給する。レジスタ
203は選択器202から供給されるデータを保持し、
保持したデータを比較器又は減算器201の一方の入力
に供給すると共に、図示しないバスを介してデータメモ
リにも供給する。これにより、レジスタ203内のデー
タをデータメモリに退避乃至格納することができるよう
になっている。An output of the register 203 and data from a data operation circuit or a data storage memory (not shown) are supplied to two inputs of the comparator or the subtractor 201, respectively. The comparison result of these two inputs is selected. Vessel 202
Supplied to The selector 202 is also supplied with the output of the register 203 and data from a data operation circuit or a data storage memory (not shown).
And selects the larger one of the two inputs based on the comparison result from. The register 203 holds the data supplied from the selector 202,
The held data is supplied to one input of a comparator or a subtractor 201 and also supplied to a data memory via a bus (not shown). Thereby, the data in the register 203 can be saved or stored in the data memory.
【0009】上述のようなDSP又はそれに類するLS
Iにおいて、図2に示すような演算回路を用いて、N個
のデータからm個の整列最大データを求める選択ソート
を行おうとする場合、以下のような処理が必要とされ
る。The above-mentioned DSP or LS similar thereto
In I, when an arithmetic circuit as shown in FIG. 2 is used to perform selective sorting for obtaining m maximum alignment data from N data, the following processing is required.
【0010】まず、予めN個のデータをデータメモリに
格納する。First, N pieces of data are stored in a data memory in advance.
【0011】次に、N個のデータのうちの2つのデータ
を比較器又は減算器201に供給して比較し、その比較
結果を用いて選択器202により大きい方のデータを選
択する。選択されたデータはレジスタ203で保持され
る。Next, two of the N data are supplied to a comparator or subtractor 201 for comparison, and a larger data is selected by a selector 202 using the comparison result. The selected data is held in the register 203.
【0012】残りのN−2個のデータのうちの1つのデ
ータを比較器又は減算器201に供給して、レジスタ2
03に保持されているデータと比較し、大きい方のデー
タを選択器202により選択し、レジスタ203に供給
する。One of the remaining N-2 pieces of data is supplied to a comparator or a subtractor 201, and is supplied to a register 2
In comparison with the data held in the data 03, the larger data is selected by the selector 202 and supplied to the register 203.
【0013】残りの全てのデータに対して上述のような
処理を繰り返し、全てのデータに対する処理が終了した
後、最終的にレジスタ203に保持されているデータが
N個のデータの中で最も大きいデータである。The above-described processing is repeated for all the remaining data, and after the processing for all the data is completed, the data finally held in the register 203 is the largest among the N data. Data.
【0014】さらに、上述の処理で求められた最大のデ
ータをデータメモリに格納(退避)し、上述と同様の処
理を行って、最大のデータを除いたN−1個のデータ中
の最大のデータを求め、データメモリに格納する。Further, the maximum data obtained in the above processing is stored (saved) in the data memory, and the same processing as described above is performed, and the maximum data in the N-1 data excluding the maximum data is processed. Obtain data and store it in data memory.
【0015】以上の処理を繰り返し、データメモリに格
納されたデータがm個になったときに、これらのm個の
データが整列最大データとなる。このような処理を行う
ことにより、N個のデータを最大整列することができ
る。When the above processing is repeated and the number of data stored in the data memory becomes m, these m data become the maximum alignment data. By performing such processing, N pieces of data can be aligned at the maximum.
【0016】[0016]
【発明が解決しようとする課題】しかしながら、上述の
ような方法で整列最大データを求める場合には、N個の
データから最大のデータを求めるためにN−1回の比
較、選択、保持の処理を必要とし、比較、選択、保持の
処理を1命令ステップで可能なDSP又はLSIにおい
てN−1命令ステップの処理を必要とする。同様に、残
りのN−1個のデータ中の最大のデータを求めるために
は、N−2命令ステップの処理を必要とする。従って、
N個のデータからm個の整列最大データを求めるには少
なくとも (N−1)+(N−2)+・・・+(N−m)命令ステ
ップ すなわち、 {m×N−m(m+1)/2}命令ステップ の処理を必要とする。このため、mが大きくなると、多
くの命令ステップ数の処理を必要とし、信号処理の速度
が遅くなる問題があった。However, when the maximum alignment data is obtained by the above-described method, the comparison, selection, and holding processes are performed N-1 times to obtain the maximum data from the N data. , And a process of N-1 instruction steps is required in a DSP or LSI capable of comparing, selecting, and holding processing in one instruction step. Similarly, in order to obtain the maximum data among the remaining N-1 data, processing of an N-2 instruction step is required. Therefore,
In order to obtain m maximum alignment data from N data, at least (N−1) + (N−2) +... + (N−m) instruction steps, ie, {m × N−m (m + 1) / 2} Instruction step processing is required. For this reason, when m becomes large, processing of a large number of instruction steps is required, and there has been a problem that the speed of signal processing is reduced.
【0017】また、上述のような方法では、入力された
N個のデータは整列最大データが求められるまでに最高
でm回使用されるため、上述のように予めデータメモリ
に格納しておく必要があり、また、最大のデータを除い
た残りのデータも格納しておく必要があるため、これら
のデータを格納するためのメモリを必要とする問題があ
った。In the above-described method, the input N data is used at most m times before the maximum alignment data is obtained. Therefore, it is necessary to store the input N data in the data memory in advance as described above. In addition, since it is necessary to store the remaining data except for the maximum data, there is a problem that a memory for storing these data is required.
【0018】本発明は上述のような問題点に鑑みてなさ
れたものであり、データの整列を高速に行うことがで
き、計算途中のデータを保持しておくためのメモリを別
個に設ける必要がないデータ演算装置を提供することを
目的とする。SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned problems, and it is possible to perform data alignment at high speed, and it is necessary to separately provide a memory for holding data being calculated. It is an object to provide a data processing device that does not have any data.
【0019】[0019]
【課題を解決するための手段】本発明に係るデータ演算
回路は、データを保持するための内部レジスタと、外部
から供給される第1のデータと内部レジスタに保持され
ているデータを比較し、比較結果を出力する比較器と、
外部からの制御信号と比較器からの比較結果によって、
外部から供給される第2のデータ、第1のデータ及び内
部レジスタに保持されているデータのいずれか1つを選
択して内部レジスタに供給する選択器とを備えている。A data operation circuit according to the present invention compares an internal register for holding data with first data supplied from the outside and data held in the internal register, A comparator for outputting a comparison result,
According to the control signal from the outside and the comparison result from the comparator,
A selector that selects any one of the second data supplied from outside, the first data, and the data held in the internal register and supplies the selected data to the internal register.
【0020】比較器は、外部から供給されるデータが内
部レジスタに保持されているデータより大きい(又は小
さい)場合には比較結果を第1の値、例えば1とし、外
部から供給されるデータが内部レジスタに保持されてい
るデータ以下(又は以上)である場合には比較結果を第
2の値、例えば0とする。選択器は、比較器からの比較
結果が第1の値であるときは、制御信号に基づいて第1
のデータ及び第2のデータのいずれかを選択して内部レ
ジスタに供給し、比較器からの比較結果が第2の値であ
るときは、制御信号に基づいて内部レジスタに保持され
ているデータを選択して内部レジスタに供給する。The comparator sets the comparison result to a first value, for example, 1 when the data supplied from the outside is larger (or smaller) than the data held in the internal register, and the data supplied from the outside is If the data is less than (or greater than) the data held in the internal register, the comparison result is set to a second value, for example, 0. When the comparison result from the comparator is the first value, the selector selects the first value based on the control signal.
And the second data is selected and supplied to the internal register. When the comparison result from the comparator is the second value, the data held in the internal register is determined based on the control signal. Select and supply to internal register.
【0021】また、本発明に係るデータ演算回路は、デ
ータを保持するための内部レジスタと、外部から供給さ
れる第1のデータと内部レジスタに保持されているデー
タを比較し、比較結果を出力する比較器と、外部からの
制御信号と比較器からの比較結果によって、外部から供
給される第2のデータ、第1のデータ及び内部レジスタ
に保持されているデータのいずれか1つを選択して内部
レジスタに供給する選択器とを備える演算部を複数備
え、この複数の演算部を、前段の演算部の比較器の出力
を次段の演算部の選択器の制御信号とし、前段の演算部
の内部レジスタに保持されているデータを次段の演算部
の選択器に第2のデータとして供給して多段接続してい
る。Also, the data operation circuit according to the present invention compares the internal register for holding data with the first data supplied from the outside and the data held in the internal register, and outputs the comparison result. And selecting one of the second data supplied from the outside, the first data, and the data held in the internal register according to the control signal from the outside and the comparison result from the comparator. And a selector for supplying the selector to the internal register. The outputs of the comparators of the preceding stage are used as control signals for the selector of the next stage. The data held in the internal register of the unit is supplied as a second data to the selector of the operation unit at the next stage and is connected in multiple stages.
【0022】各比較器は、外部から供給されるデータが
内部レジスタに保持されているデータより大きい(又は
小さい)場合には比較結果を第1の値、例えば1とし、
外部から供給されるデータが内部レジスタに保持されて
いるデータ以下(又は以上)である場合には比較結果を
第2の値、例えば0とする。選択器は、比較器からの比
較結果が第1の値であるときは、制御信号に基づいて第
1のデータ及び第2のデータのいずれかを選択して内部
レジスタに供給し、比較器からの比較結果が第2の値で
あるときは、制御信号に基づいて内部レジスタに保持さ
れているデータを選択して内部レジスタに供給する。Each comparator sets the comparison result to a first value, for example, 1 when the data supplied from the outside is larger (or smaller) than the data held in the internal register.
If the data supplied from the outside is less than (or greater than) the data held in the internal register, the comparison result is set to a second value, for example, 0. When the comparison result from the comparator is the first value, the selector selects one of the first data and the second data based on the control signal and supplies the selected data to the internal register. Is the second value, the data held in the internal register is selected based on the control signal and supplied to the internal register.
【0023】[0023]
【発明の実施の形態】図1は本発明に係るデータ演算回
路の第1の実施形態であるサブモジュールの構成を示す
ブロック図である。このサブモジュールは、2つの入力
を比較する比較器101、選択器102、レジスタ10
3を備えている。なお、この図1では比較器101、選
択器102、レジスタ103に供給されている電源、動
作クロック等の供給経路等が省略されている。FIG. 1 is a block diagram showing a configuration of a submodule which is a first embodiment of a data operation circuit according to the present invention. This sub-module comprises a comparator 101 for comparing two inputs, a selector 102, a register 10
3 is provided. In FIG. 1, the power supply to the comparator 101, the selector 102, the register 103, the supply path of the operation clock, and the like are omitted.
【0024】比較器101は、2つのデータ入力IN1
0、IN11に供給されるデータの大きさを比較し、比
較結果を1ビットのデータとして出力する。一方のデー
タ入力IN10にはサブモジュール外からの入力データ
が供給され、他方のデータ入力IN11にはレジスタ1
03に保持されているデータが供給されている。また、
この比較部101の出力である比較結果は、選択器10
2に制御信号入力の1つ(IN24)として供給されて
おり、またサブモジュール外にも出力されている。The comparator 101 has two data inputs IN1
0, the magnitude of the data supplied to IN11 is compared, and the comparison result is output as 1-bit data. One data input IN10 is supplied with input data from outside the sub-module, and the other data input IN11 is a register 1
03 is supplied. Also,
The comparison result, which is the output of the comparison unit 101,
2 is supplied as one of the control signal inputs (IN24), and is also output outside the submodule.
【0025】選択器102は、3つのデータ入力IN2
0、IN21、IN22と2つの制御信号入力IN2
3、IN24を有している。これらのデータ入力のうち
の2つ(IN20、IN21)はモジュール外からの入
力であり、そのうちの1つ(IN20)は比較器101
の入力IN10と共通である。他の1つのデータ入力I
N22はレジスタ103の出力に接続されている。ま
た、制御信号入力の1つ(IN23)にはサブモジュー
ル外からの1ビットの制御信号が供給されており、他の
1つ(IN24)には、上述のように比較器101の出
力が供給されている。この選択器102は2つの制御信
号入力IN23、IN24に基づいて3つの入力データ
の内の1つを選択し、選択したデータをレジスタ103
に供給する。The selector 102 has three data inputs IN2
0, IN21, IN22 and two control signal inputs IN2
3, IN24. Two of these data inputs (IN20, IN21) are inputs from outside the module, one of which (IN20) is the comparator 101
Is common to the input IN10. Another one data input I
N22 is connected to the output of the register 103. One of the control signal inputs (IN23) is supplied with a 1-bit control signal from outside the submodule, and the other one (IN24) is supplied with the output of the comparator 101 as described above. Have been. The selector 102 selects one of the three input data based on the two control signal inputs IN23 and IN24, and stores the selected data in a register 103.
To supply.
【0026】レジスタ103は選択器102から供給さ
れるデータを保持し、保持したデータを選択器102の
データf入力IN22、比較器101のデータ入力IN
11及びサブモジュール外に供給する。The register 103 holds the data supplied from the selector 102, and stores the held data in the data f input IN22 of the selector 102 and the data input IN of the comparator 101.
11 and supplied outside the submodule.
【0027】このように構成されたサブモジュールで
は、比較器101及び選択器102は以下のような動作
をするものとする。In the submodule configured as described above, the comparator 101 and the selector 102 operate as follows.
【0028】比較器101は、2つのデータ入力IN1
0、IN11に基づいて、IN10>IN11であれば
1を出力し、IN10≦IN11であれば0を出力す
る。The comparator 101 has two data inputs IN1
Based on 0 and IN11, if IN10> IN11, 1 is output, and if IN10 ≦ IN11, 0 is output.
【0029】また、選択器102は、2つの制御信号入
力IN23、IN24に基づいて、IN23=0かつI
N24=1のときIN20の値を出力として選択し、I
N23=1かつIN24=1のときIN21の値を出力
として選択し、また、IN23=0かつIN24=0の
ときはIN22の値を出力する。The selector 102 outputs IN23 = 0 and I based on the two control signal inputs IN23 and IN24.
When N24 = 1, the value of IN20 is selected as the output,
When N23 = 1 and IN24 = 1, the value of IN21 is selected as an output, and when IN23 = 0 and IN24 = 0, the value of IN22 is output.
【0030】このように動作する比較器101のデータ
入力IN10にデータ系列中のデータを順次供給し、選
択器102の制御信号入力IN23を接地電位(0)と
することにより、このサブモジュールは、入力されたデ
ータ系列中の最大のデータをレジスタ103に保持する
最大値回路として動作する。By sequentially supplying the data in the data series to the data input IN10 of the comparator 101 operating as described above and setting the control signal input IN23 of the selector 102 to the ground potential (0), this sub-module It operates as a maximum value circuit that holds the maximum data in the input data series in the register 103.
【0031】すなわち、選択器102は、一方の制御信
号入力IN23を接地電位(0)とすることにより、制
御信号入力IN24すなわち比較器101の出力が0で
あるときにデータ入力IN22すなわちレジスタ103
に保持されているデータを再度レジスタ103に供給
し、比較器101の出力が1であるときにデータ入力I
N20すなわちデータ系列中の1つをレジスタ103に
供給する状態となる。That is, the selector 102 sets one control signal input IN23 to the ground potential (0), so that when the control signal input IN24, that is, the output of the comparator 101 is 0, the data input IN22, that is, the register 103
Is supplied to the register 103 again, and when the output of the comparator 101 is 1, the data input I
N20, ie, one of the data series is supplied to the register 103.
【0032】比較器101は、上述のようにデータ入力
IN10に供給されるデータ(データ系列中のデータ)
がデータ入力IN11に供給されるデータ(レジスタ1
03に保持されているデータ)より大きいときにその出
力を1とし、入力IN10が入力IN11以下であると
きに出力を0とする。The comparator 101 outputs the data (data in the data series) supplied to the data input IN10 as described above.
Is supplied to the data input IN11 (register 1
When the input IN10 is equal to or less than the input IN11, the output is set to 0 when the output is larger than the data held in the input 03).
【0033】従って、上述のデータ系列の供給に先立っ
てレジスタ103がリセットされた後、データ系列中の
データが順次供給されると、比較器101が供給された
データとレジスタ103に保持されたデータとの比較を
行い、比較結果に基づいて大きい方のデータがレジスタ
103に供給される。このような動作をデータ系列中の
全てのデータに対して繰り返すと、データ系列中の最大
のデータがレジスタ103に保持される。Therefore, after the register 103 is reset prior to the supply of the above-described data series, if the data in the data series is sequentially supplied, the comparator 101 and the data held in the register 103 are supplied. And the larger data is supplied to the register 103 based on the comparison result. When such an operation is repeated for all data in the data series, the largest data in the data series is held in the register 103.
【0034】また、このサブモジュールは、比較器10
1の出力を外部に出力することができると共に、外部か
らの制御信号入力IN23に供給される制御信号に基づ
いて選択器102の動作を制御し得る構成となっている
ため、前段のサブモジュールのレジスタ103の出力を
次段の選択器102のデータ入力IN20に供給し、前
段のサブモジュールの比較器101の出力を次段の選択
器102の制御信号入力IN23に供給して、複数のサ
ブモジュールを直列に接続することができるようになっ
ている。This sub-module includes a comparator 10
1 can be output to the outside, and the operation of the selector 102 can be controlled based on the control signal supplied to the control signal input IN23 from the outside. The output of the register 103 is supplied to the data input IN20 of the next-stage selector 102, and the output of the comparator 101 of the previous-stage submodule is supplied to the control signal input IN23 of the next-stage selector 102, so that a plurality of submodules Can be connected in series.
【0035】この場合、各々のサブモジュールの比較器
101、選択器102が上述と同様に動作するものとす
ると、これらの(m個の)サブモジュールは全体とし
て、データ系列中の上位m個のデータを求める整列最大
データ回路を構成することができる。In this case, assuming that the comparator 101 and the selector 102 of each sub-module operate in the same manner as described above, these (m) sub-modules as a whole include the upper m An alignment maximum data circuit for obtaining data can be configured.
【0036】本発明の第2の実施形態に係る整列最大デ
ータ回路は、図3に示すように、上述の図1に示す構成
のサブモジュールを3つ備えている。このような構成の
整列最大データ回路は、ディジタル・シグナル・プロセ
ッサ(DSP)あるいはこれに類する大規模集積回路
(LSI)等に設けられ、入力データ系列中の上位3つ
のデータを整列(ソート)した整列最大データを求める
ためのものである。As shown in FIG. 3, the maximum alignment data circuit according to the second embodiment of the present invention includes three submodules having the above-described configuration shown in FIG. The maximum alignment data circuit having such a configuration is provided in a digital signal processor (DSP) or a similar large-scale integrated circuit (LSI) or the like, and sorts the top three data in an input data sequence. This is for obtaining the maximum alignment data.
【0037】この整列最大データ回路は、外部の演算回
路、メモリ等から供給される入力データ系列乃至入力デ
ータを保持する入力レジスタ301と、上述の3つのサ
ブモジュール(第1〜第3のサブモジュール)302、
303、304とを備えている。This maximum alignment data circuit includes an input register 301 for holding an input data sequence or input data supplied from an external arithmetic circuit, a memory, or the like, and the above-described three sub-modules (first to third sub-modules). ) 302,
303 and 304 are provided.
【0038】入力レジスタ301はk(k:各々の入力
データのビット数)ビット以上のデータ幅を有してい
る。この入力レジスタ301の入力には、N個の正デー
タを発生する演算回路あるいはメモリ等から直接あるい
はバスを介してデータ系列(一連のN個のデータ)中の
データが1つずつ供給される。入力レジスタ301は、
順次供給されるデータを保持して第1〜第3のサブモジ
ュール302〜304に供給するようになっている。The input register 301 has a data width of k (k: the number of bits of each input data) bits or more. To the input of the input register 301, data in a data series (a series of N data) is supplied one by one directly or via a bus from an arithmetic circuit or a memory that generates N positive data. The input register 301
The sequentially supplied data is held and supplied to the first to third sub-modules 302 to 304.
【0039】また、上述の図3に示すように、第1〜第
3のサブモジュール302〜304の比較器101のデ
ータ入力IN10と選択器102のデータ入力IN20
には入力レジスタ301の出力が供給されている。第1
のサブモジュール302の選択器102の制御信号入力
IN23は接地され、入力IN21は使用されていな
い。第2及び第3のサブモジュール302、303の選
択器102の入力IN21には、第1又は第2のサブモ
ジュール302、303のレジスタ103の出力が供給
されており、各々の選択器102の制御信号入力IN2
3には第1又は第2のサブモジュール302、303の
比較器101の出力が供給されている。As shown in FIG. 3, the data input IN10 of the comparator 101 and the data input IN20 of the selector 102 of the first to third submodules 302 to 304 are provided.
Is supplied with the output of the input register 301. First
The control signal input IN23 of the selector 102 of the submodule 302 is grounded, and the input IN21 is not used. The input IN21 of the selector 102 of the second and third submodules 302 and 303 is supplied with the output of the register 103 of the first or second submodule 302 and 303, and the control of each selector 102 is performed. Signal input IN2
3 is supplied with the output of the comparator 101 of the first or second sub-module 302, 303.
【0040】各々のサブモジュール302〜304の比
較器101は、上述の第1の実施形態と同様に、2つの
データ入力IN10、IN11に基づいて、IN10>
IN11であれば1を出力し、IN10≦IN11であ
れば0を出力するようになっている。また、選択器10
2も第1の実施形態と同様に、2つの制御信号入力IN
23、IN24に基づいて、IN23=0かつIN24
=1のときIN20の値を出力として選択し、IN23
=1かつIN24=1のときIN21の値を出力として
選択し、また、IN23=0かつIN24=0のときは
IN22の値を出力するようになっている。The comparator 101 of each of the sub-modules 302 to 304, based on the two data inputs IN10 and IN11, performs IN10> as in the first embodiment.
If IN11, 1 is output, and if IN10 ≦ IN11, 0 is output. In addition, the selector 10
2 also has two control signal inputs IN as in the first embodiment.
23, based on IN24, IN23 = 0 and IN24
= 1, the value of IN20 is selected as the output, and IN23 is selected.
When IN = 1 and IN24 = 1, the value of IN21 is selected as an output, and when IN23 = 0 and IN24 = 0, the value of IN22 is output.
【0041】このような動作は、演算回路等からの入力
データが入力レジスタ301に順次供給され、動作クロ
ック等が供給されると、演算回路等の動作とは独立に動
作することができるようになっている。Such an operation is performed so that when input data from the arithmetic circuit or the like is sequentially supplied to the input register 301 and an operation clock or the like is supplied, the operation can be performed independently of the operation of the arithmetic circuit or the like. Has become.
【0042】以下、上述のように構成された整列最大デ
ータ回路の動作を、例えばデータ系列として演算回路あ
るいはメモリ等から入力レジスタ301に5個の2ビッ
トのデータ(00、01、10、11、10)が順次供
給された場合の動作について説明する。Hereinafter, the operation of the maximum alignment data circuit configured as described above will be described, for example, as a data sequence from an arithmetic circuit or a memory to the input register 301 by inputting five 2-bit data (00, 01, 10, 11,. The operation when (10) is sequentially supplied will be described.
【0043】(動作1)まず、各サブモジュール302
〜304のレジスタ103の内容はソフトウェア又はハ
ードウェアによりリセットされ、全てに00が代入され
た状態となる。(Operation 1) First, each sub-module 302
The contents of the registers 103 to 304 are reset by software or hardware, and all are set to 00.
【0044】(動作2)次に、第1番目の2ビットのデ
ータ00が入力レジスタ301に供給される。第1のサ
ブモジュール302の比較器101は、入力レジスタ3
01からデータ入力(以下、単に入力という。)IN1
0として供給されるデータ00と、第1のサブモジュー
ル302(以下、同一のサブモジュール内の他の構成要
素(比較器101、選択器102、レジスタ103等)
を示す際には、単に「対応する構成要素」と表記す
る。)のレジスタ103から入力IN11として供給さ
れるデータ00とを比較し、この場合は、入力IN1
0、IN11に供給されるデータが共に00、すなわち
IN10=IN11であるため0を出力する。(Operation 2) Next, the first two-bit data 00 is supplied to the input register 301. The comparator 101 of the first sub-module 302 includes the input register 3
Data input from 01 (hereinafter simply referred to as input) IN1
Data 00 supplied as 0 and a first sub-module 302 (hereinafter, other components (comparator 101, selector 102, register 103, etc.) in the same sub-module)
Are simply referred to as “corresponding components”. ) Is compared with the data 00 supplied from the register 103 as the input IN11.
Since both data supplied to 0 and IN11 are 00, that is, IN10 = IN11, 0 is output.
【0045】同様に、第2及び第3のサブモジュール3
03、304の比較器101は、各々入力レジスタ30
1から入力IN10として供給されるデータ00と、各
々対応するレジスタ103から入力IN11として供給
されるデータ(この場合は共に00)とを比較し、IN
10=IN11であるため0を出力する。Similarly, the second and third sub-modules 3
03 and 304 are input registers 30 respectively.
A comparison is made between data 00 supplied as input IN10 from 1 and data supplied as input IN11 from the corresponding register 103 (in this case, both 00).
Since 10 = IN11, 0 is output.
【0046】また、第1のサブモジュール302の選択
器102には、制御信号入力IN23として接地電位す
なわち0が供給され、もう1つの制御信号入力IN24
として対応する比較器101の出力(この場合は上述し
たように0)が供給される。この結果、この選択器10
2は入力IN22の値、すなわち対応するレジスタ10
3に現在保持されているデータ00を当該レジスタ10
3に再度供給する。The selector 102 of the first sub-module 302 is supplied with the ground potential, that is, 0, as a control signal input IN23, and receives another control signal input IN24.
The output of the corresponding comparator 101 (in this case, 0 as described above) is supplied. As a result, this selector 10
2 is the value of the input IN22, that is, the corresponding register 10
3 to the register 10
3 again.
【0047】同様に、第2及び第3のサブモジュール3
03、304の選択器102には、各々制御信号入力I
N23として第1又は第2のサブモジュール302、3
03の比較器101の出力比較器101の出力(この場
合は共に0)が供給され、もう1つの制御信号入力IN
24として第2又は第3のサブモジュール303、30
4の比較器101の出力(この場合は共に0)が供給さ
れる。この結果、これらの選択器102は入力IN22
の値、すなわち対応するレジスタ103に現在保持され
ているデータ(この場合は共に00)を各々のレジスタ
103に再度供給する。Similarly, the second and third sub-modules 3
03, 304, the control signal input I
The first or second sub-module 302, 3 as N23
The output of the comparator 101 (in this case, both 0) is supplied to another control signal input IN
24 as a second or third sub-module 303, 30
The outputs of the four comparators 101 (in this case, both are 0) are supplied. As a result, these selectors 102 switch the input IN22
, That is, the data currently held in the corresponding register 103 (in this case, 00 in both cases) is supplied to each register 103 again.
【0048】(動作3)上述のような比較、選択等が終
了し、各レジスタ103にデータの保持を指示するクロ
ック(上述の動作クロック)が供給されると、第1のサ
ブモジュール302のレジスタ103には、対応する選
択器102から供給されたデータ00が保持される。同
時に、第2及び第3のサブモジュール303、304の
レジスタ103には、各々対応する選択器102を介し
て供給されたデータ(この場合は共に00)が保持され
る。(Operation 3) When the comparison, selection and the like as described above are completed and a clock (the above-mentioned operation clock) for instructing data holding is supplied to each register 103, the register of the first sub-module 302 103 holds the data 00 supplied from the corresponding selector 102. At the same time, the registers 103 of the second and third sub-modules 303 and 304 hold the data (in this case, both 00) supplied via the corresponding selectors 102.
【0049】(動作4)上述の(動作3)と同時もしく
はそれ以降に、第2番目の2ビットのデータ01が入力
レジスタ301に供給される。(Operation 4) The second 2-bit data 01 is supplied to the input register 301 at the same time as or after the (operation 3) described above.
【0050】第1のサブモジュール302の比較器10
1は、入力レジスタ301から入力IN10として供給
されるデータ01と、対応するレジスタ103から入力
IN11として供給されるデータ00とを比較し、IN
10>IN11であるため1を出力する。The comparator 10 of the first sub-module 302
1 compares the data 01 supplied from the input register 301 as the input IN10 with the data 00 supplied from the corresponding register 103 as the input IN11.
Since 10> IN11, 1 is output.
【0051】同様に、第2及び第3のサブモジュール3
03、304の比較器101は、各々入力レジスタ30
1から入力IN10として供給されるデータ01と、各
々対応するレジスタ103から入力IN11として供給
されるデータ(この場合は共に00)とを比較し、IN
10>IN11であるため1を出力する。Similarly, the second and third sub-modules 3
03 and 304 are input registers 30 respectively.
A comparison is made between the data 01 supplied from 1 as the input IN10 and the data supplied as the input IN11 from the corresponding register 103 (in this case, both 00).
Since 10> IN11, 1 is output.
【0052】また、第1のサブモジュール302の選択
器102には、制御信号入力IN23として接地電位す
なわち0が供給され、制御信号入力IN24として対応
する比較器101の出力(この場合は1)が供給され
る。この結果、この選択器102は入力IN20の値す
なわち入力レジスタ301からのデータ01をレジスタ
103に供給する。The selector 102 of the first sub-module 302 is supplied with the ground potential, ie, 0, as the control signal input IN23, and outputs the corresponding output (1 in this case) of the comparator 101 as the control signal input IN24. Supplied. As a result, the selector 102 supplies the value of the input IN20, that is, the data 01 from the input register 301, to the register 103.
【0053】同様に、第2及び第3のサブモジュール3
03、304の選択器102には、各々制御信号入力I
N23として第1又は第2のサブモジュール302、3
03の比較器101の出力(この場合は共に1)が供給
され、制御信号入力IN24として対応する比較器10
1の出力(この場合は共に1)が供給される。この結
果、これらの選択器102は入力IN21の値すなわち
第1又は第2のサブモジュール302、303のレジス
タ103からのデータ(この場合は共に00)を対応す
るレジスタ103に供給する。Similarly, the second and third sub-modules 3
03, 304, the control signal input I
The first or second sub-module 302, 3 as N23
03 (1 in this case) are supplied to the corresponding comparator 10 as a control signal input IN24.
One output (in this case, one) is provided. As a result, these selectors 102 supply the value of the input IN21, that is, the data (in this case, both 00) from the registers 103 of the first or second submodule 302, 303 to the corresponding register 103.
【0054】(動作5)上述のような比較、選択等が終
了し、上述の動作クロックが供給されると、第1のサブ
モジュール302のレジスタ103には、対応する選択
器102を介して入力レジスタ301から供給されたデ
ータ01が保持される。同時に、第2及び第3のサブモ
ジュール303、304のレジスタ103には、各々対
応する選択器102を介して第1又は第2のサブモジュ
ール302、303のレジスタ103から供給されたデ
ータ(この場合は共に00)が保持される。(Operation 5) When the above-described comparison, selection and the like are completed and the above-mentioned operation clock is supplied, the input to the register 103 of the first sub-module 302 via the corresponding selector 102 is performed. The data 01 supplied from the register 301 is held. At the same time, the registers 103 of the second and third sub-modules 303 and 304 are stored in the registers 103 of the first or second sub-modules 302 and 303 via the corresponding selectors 102 (in this case, Are both set to 00).
【0055】(動作6)上述の(動作5)と同時もしく
はそれ以降に、第3番目の2ビットのデータ10が入力
レジスタ301に供給される。(Operation 6) The third two-bit data 10 is supplied to the input register 301 at the same time as or after the above (operation 5).
【0056】第1のサブモジュール302の比較器10
1は、入力レジスタ301から入力IN10として供給
されるデータ10と、対応するレジスタ103から入力
IN11として供給されるデータ01とを比較し、IN
10>IN11であるため1を出力する。The comparator 10 of the first sub-module 302
1 compares the data 10 supplied from the input register 301 as the input IN10 with the data 01 supplied from the corresponding register 103 as the input IN11.
Since 10> IN11, 1 is output.
【0057】同様に、第2及び第3のサブモジュール3
03、304の比較器101は、各々入力レジスタ30
1から入力IN10として供給されるデータ10と、各
々対応するレジスタ103から入力IN11として供給
されるデータ(この場合は共に00)とを比較し、IN
10>IN11であるため1を出力する。Similarly, the second and third sub-modules 3
03 and 304 are input registers 30 respectively.
A comparison is made between data 10 supplied as input IN10 from 1 and data supplied as input IN11 from the corresponding register 103 (in this case, both 00).
Since 10> IN11, 1 is output.
【0058】また、第1のサブモジュール302の選択
器102には、制御信号入力IN23として接地電位す
なわち0が供給され、制御信号入力IN24として対応
する比較器101の出力1が供給される。この結果、こ
の選択器102は入力IN20の値すなわち入力レジス
タ301から供給されたデータである10をレジスタに
供給する。The selector 102 of the first sub-module 302 is supplied with the ground potential, that is, 0, as the control signal input IN23 and the output 1 of the corresponding comparator 101 as the control signal input IN24. As a result, the selector 102 supplies the value of the input IN20, that is, 10 which is the data supplied from the input register 301, to the register.
【0059】同様に、第2及び第3のサブモジュール3
03、304の選択器102には、各々制御信号入力I
N23として第1又は第2のサブモジュール302、3
03の比較器101の出力(この場合は共に1)が供給
され、制御信号入力IN24として対応する比較器10
1の出力(この場合は共に1)が供給される。この結
果、これらの選択器102は入力IN21の値すなわち
第1又は第2のサブモジュール302、303のレジス
タ103からのデータ01、00を対応するレジスタ1
03に供給する。Similarly, the second and third sub-modules 3
03, 304, the control signal input I
The first or second sub-module 302, 3 as N23
03 (1 in this case) are supplied to the corresponding comparator 10 as a control signal input IN24.
One output (in this case, one) is provided. As a result, these selectors 102 store the value of the input IN21, that is, the data 01, 00 from the register 103 of the first or second sub-module 302, 303 into the corresponding register 1
03.
【0060】(動作7)上述のような比較、選択等が終
了し、上述の動作クロックが供給されると、第1のサブ
モジュール302のレジスタ103には、対応する選択
器102から供給された10が保持される。同時に、第
2及び第3のサブモジュール303、304のレジスタ
103には、各々対応する選択器102を介して供給さ
れたデータ01、00が保持される。(Operation 7) When the above-described comparison, selection and the like are completed and the above-mentioned operation clock is supplied, the register 103 of the first sub-module 302 is supplied from the corresponding selector 102. 10 is held. At the same time, the registers 103 of the second and third submodules 303 and 304 hold the data 01 and 00 supplied through the corresponding selectors 102, respectively.
【0061】(動作8)上述の(動作7)と同時もしく
はそれ以降に、第4番目の2ビットのデータ11が入力
レジスタ301に供給される。(Operation 8) The fourth two-bit data 11 is supplied to the input register 301 at the same time as or after the above (Operation 7).
【0062】第1のサブモジュール302の比較器10
1は、入力レジスタ301から入力IN10として供給
されたデータ11と、対応するレジスタ103から入力
IN11として供給されるデータ10とを比較し、IN
10>IN11であるため1を出力する。The comparator 10 of the first sub-module 302
1 compares the data 11 supplied from the input register 301 as the input IN10 with the data 10 supplied from the corresponding register 103 as the input IN11.
Since 10> IN11, 1 is output.
【0063】同様に、第2及び第3のサブモジュール3
03の比較器101は、各々入力レジスタ301から入
力IN10として供給されるデータ11と、各々対応す
るレジスタ103から入力IN11として供給されるデ
ータ01、00とを比較し、IN10>IN11である
ため1を出力する。Similarly, the second and third sub-modules 3
The comparator 101 of 03 compares the data 11 supplied from the input register 301 as the input IN10 with the data 01 and 00 supplied from the corresponding register 103 as the input IN11, and since IN10> IN11, 1 Is output.
【0064】また、第1のサブモジュール302の選択
器102には、制御信号入力IN23として接地電位す
なわち0が供給され、制御信号入力IN24として対応
する比較器101の出力1が供給される。この結果、選
択器102は入力IN20の値すなわち入力レジスタ3
01から供給されたデータである11をレジスタに供給
する。The selector 102 of the first sub-module 302 is supplied with the ground potential, that is, 0, as the control signal input IN23, and is supplied with the output 1 of the corresponding comparator 101 as the control signal input IN24. As a result, the selector 102 sets the value of the input IN20, that is, the input register 3
The data 11 supplied from 01 is supplied to the register.
【0065】第2及び第3のサブモジュール303、3
04の選択器102には、制御信号入力IN23として
各々第1又は第2のサブモジュール302、303の比
較器101の出力(この場合は共に1)が供給され、制
御信号入力IN24として各々対応する比較器101の
出力(この場合は共に1)が供給される。この結果、こ
れらの選択器102は入力IN21の値すなわち第1又
は第2のサブモジュール302、303のレジスタ10
3からのデータ10、01を対応するレジスタ103に
供給する。The second and third sub-modules 303, 3
The selector 102 of 04 is supplied with the output (in this case, 1) of the comparator 101 of the first or second submodule 302, 303 as the control signal input IN23, and corresponds to the control signal input IN24. The output of the comparator 101 (in this case, both are 1) is supplied. As a result, these selectors 102 determine the value of the input IN21, ie, the register 10 of the first or second sub-module 302, 303.
The data 10, 01 from 3 are supplied to the corresponding register 103.
【0066】(動作9)上述のような比較、選択等が終
了し、上述の動作クロックが供給されると、第1のサブ
モジュール302のレジスタ103には、対応する選択
器102から供給された11が保管される。同時に、第
2及び第3のサブモジュール303、304のレジスタ
103には、各々対応する選択器102を介して供給さ
れたデータ10、01が保持される。(Operation 9) When the above-described comparison and selection are completed and the above-described operation clock is supplied, the register 103 of the first sub-module 302 is supplied from the corresponding selector 102. 11 is stored. At the same time, the registers 103 of the second and third submodules 303 and 304 hold the data 10 and 01 supplied through the corresponding selectors 102, respectively.
【0067】(動作10)上述の(動作9)と同時もし
くはそれ以降に、第5番目の2ビットのデータ10が入
力レジスタ301に供給される。(Operation 10) The fifth 2-bit data 10 is supplied to the input register 301 at the same time as or after the above (Operation 9).
【0068】第1のサブモジュール302の比較器10
1は、入力レジスタ301から入力IN10として供給
されたデータ10と、対応するレジスタ103から入力
IN11として供給されるデータ11とを比較し、IN
10<IN11であるため0を出力する。The comparator 10 of the first sub-module 302
1 compares the data 10 supplied from the input register 301 as the input IN10 with the data 11 supplied from the corresponding register 103 as the input IN11.
Since 10 <IN11, 0 is output.
【0069】第2のサブモジュール303の比較器10
1は、入力レジスタ301から入力IN10として供給
されるデータ10と、対応するレジスタ103から入力
IN11として供給されるデータ10とを比較し、IN
10=IN11であるため0を出力する。The comparator 10 of the second sub-module 303
1 compares data 10 supplied as input IN10 from input register 301 with data 10 supplied as input IN11 from corresponding register 103,
Since 10 = IN11, 0 is output.
【0070】第3のサブモジュール304の比較器10
1は、入力レジスタ301から入力IN10として供給
されるデータ10と、対応するレジスタ103から入力
IN11として供給されるデータ01とを比較し、IN
10>IN11であるため1を出力する。The comparator 10 of the third sub-module 304
1 compares the data 10 supplied from the input register 301 as the input IN10 with the data 01 supplied from the corresponding register 103 as the input IN11.
Since 10> IN11, 1 is output.
【0071】また、第1のサブモジュール302の選択
器102には、制御信号入力IN23として接地電位す
なわち0が供給され、制御信号入力IN24として対応
する比較器101の出力0が供給される。この結果、こ
の選択器102は入力IN22の値、すなわち対応する
レジスタ103に現在保持されているデータ11を当該
レジスタ103に再度供給する。The selector 102 of the first sub-module 302 is supplied with the ground potential, that is, 0, as the control signal input IN23 and the output 0 of the corresponding comparator 101 as the control signal input IN24. As a result, the selector 102 supplies the value of the input IN22, that is, the data 11 currently held in the corresponding register 103, to the register 103 again.
【0072】第2のサブモジュール303の選択器10
2には、制御信号入力IN23として第1のサブモジュ
ール302の比較器101の出力0が供給され、制御信
号入力IN24として対応する比較器101の出力0が
供給される。この結果、この選択器102は入力IN2
2の値、すなわち対応するレジスタ103に現在保持さ
れているデータ10を当該レジスタ103に再度供給す
る。The selector 10 of the second sub-module 303
2, the output 0 of the comparator 101 of the first sub-module 302 is supplied as the control signal input IN23, and the output 0 of the corresponding comparator 101 is supplied as the control signal input IN24. As a result, the selector 102 sets the input IN2
The value of 2, that is, the data 10 currently held in the corresponding register 103 is supplied to the register 103 again.
【0073】第3のサブモジュール304の選択器10
2には、制御信号入力IN23として第2のサブモジュ
ール303の比較器101の出力0が入力され、制御信
号入力IN24として対応する比較器101の出力1が
入力される。この結果、この選択器102は入力IN2
0の値、すなわち入力レジスタ301からのデータであ
る10を対応するレジスタ103に供給する。The selector 10 of the third sub-module 304
2, the output 0 of the comparator 101 of the second sub-module 303 is input as the control signal input IN23, and the output 1 of the corresponding comparator 101 is input as the control signal input IN24. As a result, the selector 102 sets the input IN2
A value of 0, that is, 10 which is data from the input register 301 is supplied to the corresponding register 103.
【0074】(動作11)上述のような比較、選択等が
終了し、上述の動作クロックが供給されると、第1のサ
ブモジュール302のレジスタ103には、対応する選
択器102を介して供給されたデータ11が保持され
る。同時に、第2のサブモジュール303のレジスタ1
03には、対応する選択器102を介して再度供給され
た当該レジスタに保持されているデータ(この場合は1
0)が保持される。(Operation 11) When the above-described comparison, selection and the like are completed and the above-described operation clock is supplied, the data is supplied to the register 103 of the first sub-module 302 via the corresponding selector 102. The data 11 obtained is retained. At the same time, register 1 of second submodule 303
03, data held in the register and supplied again via the corresponding selector 102 (in this case, 1
0) is retained.
【0075】また、第3のサブモジュール304のレジ
スタ103には、対応する選択器102を介して入力レ
ジスタ301から供給されたデータ(この場合は10)
が保持される。The data (10 in this case) supplied from the input register 301 via the corresponding selector 102 is stored in the register 103 of the third sub-module 304.
Is held.
【0076】ここで、各サブモジュール302〜304
の比較器101は、上述のように入力レジスタ301か
らのデータが対応するレジスタ103に保持されている
データより大きい場合のみ出力を1とする。この比較器
101の出力が0である場合には、この比較器101に
対応するレジスタ103に保持されているデータが入力
レジスタ301から供給されたデータ以上であるため、
対応する選択器102はレジスタ103に保持されてい
るデータを再度レジスタ103に供給する。Here, each of the sub-modules 302 to 304
The comparator 101 sets the output to 1 only when the data from the input register 301 is larger than the data held in the corresponding register 103 as described above. When the output of the comparator 101 is 0, the data held in the register 103 corresponding to the comparator 101 is equal to or greater than the data supplied from the input register 301.
The corresponding selector 102 supplies the data held in the register 103 to the register 103 again.
【0077】また、比較器101の出力が1となったと
きに前段の比較器101の出力が0である選択器102
は、対応するレジスタ103に入力レジスタ301から
のデータを供給する。この選択器102が属するサブモ
ジュールより後段のサブモジュールでは、比較器101
の出力が1となり、前段の比較器101の出力が1とな
るため、選択器102は前段のレジスタ103からのデ
ータを対応するレジスタ103に供給する。従って、入
力レジスタ301から供給されたデータ以下のデータを
保持しているレジスタ103に保持されているデータは
次段のサブモジュールのレジスタ103に転送される。When the output of the comparator 101 becomes 1, the selector 102 in which the output of the preceding comparator 101 is 0
Supplies the data from the input register 301 to the corresponding register 103. In a sub-module subsequent to the sub-module to which the selector 102 belongs, the comparator 101
Becomes 1 and the output of the comparator 101 at the preceding stage becomes 1, so that the selector 102 supplies the data from the register 103 at the preceding stage to the corresponding register 103. Therefore, the data held in the register 103 holding data equal to or less than the data supplied from the input register 301 is transferred to the register 103 of the sub-module in the next stage.
【0078】また、入力レジスタ301からのデータ
が、いずれかのサブモジュールのレジスタ103に保持
されているデータと同一である場合には、このサブモジ
ュールの比較器101の出力は0となり、対応するレジ
スタ103に保持されているデータは入力レジスタ30
1からのデータに置き換えられず、このサブモジュール
より後段のサブモジュールのレジスタ103に保持さ
れ、これ以降のサブモジュールのレジスタ103に保持
されているデータが順次、次段のサブモジュールのレジ
スタ103に繰り下げされる。If the data from the input register 301 is the same as the data held in the register 103 of any of the submodules, the output of the comparator 101 of this submodule becomes 0, and The data held in register 103 is input register 30
1, the data held in the register 103 of the sub-module subsequent to this sub-module, and the data held in the register 103 of the subsequent sub-modules are sequentially stored in the register 103 of the next-stage sub-module. It is deferred.
【0079】従って、この最大整列データ回路では、デ
ータの値が同一であった場合、もとのデータ系列中の順
番が早いデータが上位とされて整列が行われる。このた
め、安定な整列を行うことができる。Therefore, in this maximum alignment data circuit, when the data values are the same, the data in the original data series, which has the earlier order, is ranked higher and the data is sorted. For this reason, stable alignment can be performed.
【0080】上述の(動作1)〜(動作11)の動作が
終了すると、第1のサブモジュール302、第2のサブ
モジュール303、第3のサブモジュール304それぞ
れのレジスタ103には、それぞれデータ11、10、
10が保持される。これらのデータは入力された5個の
2ビットのデータ00、01、10、11、10のうち
の上位3つのデータすなわち期待される整列最大データ
となっている。When the operations (operation 1) to (operation 11) described above are completed, the data 103 is stored in the registers 103 of the first sub-module 302, the second sub-module 303, and the third sub-module 304, respectively. , 10,
10 is held. These data are the upper three data of the input five 2-bit data 00, 01, 10, 11, and 10, that is, the expected maximum alignment data.
【0081】このような整列最大データを求める処理
は、上述したようにハードウェア的に行われ、また、こ
のような整列最大データ回路が設けられたDSP等にお
ける他の演算部等による算術演算、論理演算等と独立し
て行われるために、DSP等における命令ステップ数の
削減、処理付加の低減等が可能となる。The processing for obtaining the maximum alignment data is performed by hardware as described above, and the arithmetic operation by another arithmetic unit in a DSP or the like provided with such a maximum alignment data circuit, Since the operation is performed independently of the logical operation or the like, it is possible to reduce the number of instruction steps in a DSP or the like, to reduce the number of additional processes, and the like.
【0082】また、最大整列データを求める処理をハー
ドウェア的に行うことにより、DSP等における他の演
算との並列処理が可能となり、データの生成にかかる演
算を行いながら最大整列データを求めるといったことが
可能となる。この場合、生成されたデータを順次、整列
最大回路に供給することにより、従来の選択ソート法に
より最大整列データを求める場合のように生成したデー
タを一旦メモリに格納した後、演算を行う必要がなくな
り、メモリに対する書き込み/読み出し処理の削減、デ
ータを退避するためのメモリの占有容量の低減等が可能
となる。Further, by performing the processing for obtaining the maximum alignment data in hardware, it is possible to perform parallel processing with other operations in a DSP or the like, and to obtain the maximum alignment data while performing the operation related to data generation. Becomes possible. In this case, the generated data is sequentially supplied to the maximum alignment circuit, so that it is necessary to temporarily store the generated data in a memory as in the case of obtaining the maximum alignment data by a conventional selective sorting method, and then perform an operation. As a result, it is possible to reduce write / read processing for the memory, reduce the occupied capacity of the memory for saving data, and the like.
【0083】また、この整列最大データ回路は、整列最
大データの数に応じてサブモジュールを追加することに
より容易に拡張することができる。The maximum alignment data circuit can be easily expanded by adding sub-modules according to the number of maximum alignment data.
【0084】また、この整列最大データ回路では、各サ
ブモジュールの比較器101による比較が行われるタイ
ミングは、入力レジスタ301からデータが供給される
タイミングに依存しているため、サブモジュールを多段
拡張して上述のmの数を大きくしても遅延を生じること
がない。従って、この整列最大データ回路には、演算回
路全体の性能を低下させるボトルネックがなく、性能の
低下を伴わずに容易に拡張を行うことができる。In the maximum alignment data circuit, the timing at which the comparison of each sub-module by the comparator 101 is performed depends on the timing at which data is supplied from the input register 301. Therefore, no delay occurs even if the number m is increased. Therefore, this alignment maximum data circuit does not have a bottleneck that degrades the performance of the entire arithmetic circuit, and can be easily expanded without deteriorating the performance.
【0085】なお、上述の図3に示す整列最大データ回
路では、入力レジスタ301を設けている。これはデー
タ生成にかかる演算時間が長いとき、あるいは演算結果
であるデータを整列最大データ回路に供給する際の経路
であるバスに対するアクセスが輻輳している場合等を考
慮したものであるが、データ生成のための演算が短時間
で終了する場合、あるいはデータ演算回路等からバスを
介さずに直接整列最大データ回路にデータを入力する場
合等では、入力レジスタ301を省略することができ
る。The input register 301 is provided in the maximum alignment data circuit shown in FIG. This takes into account a case where the operation time required for data generation is long, or a case where access to a bus which is a path for supplying data as an operation result to the maximum alignment data circuit is congested. The input register 301 can be omitted when the operation for generation is completed in a short time, or when data is directly input from the data operation circuit or the like to the maximum alignment data circuit without using a bus.
【0086】また、データをRAM、ROM等のメモリ
に格納しておき、これらのメモリからデータを順次読み
出して整列最大データ回路に供給する構成とした場合等
に、メモリからのデータの読み出しを指示するメモリリ
ード命令と上述のような整列最大データを求めるための
処理を並行して行うことが可能であれば入力レジスタ3
01を省略することができる。When data is stored in a memory such as a RAM or a ROM, and data is sequentially read from these memories and supplied to the maximum alignment data circuit, an instruction to read data from the memory is issued. If the memory read instruction to be executed and the processing for obtaining the maximum alignment data as described above can be performed in parallel, the input register 3
01 can be omitted.
【0087】また、上述の各実施形態の説明では、各サ
ブモジュールの比較器101が入力されたデータ(IN
10)とレジスタ103に保持されているデータの比較
を行って、入力データがレジスタ103に保持されてい
るデータより大きいときのみ出力(比較結果)を1とす
る構成としていたが、この比較器101が入力データが
レジスタ103に保持されているデータより小さいとき
のみ出力を1とし、入力データがレジスタ103に保持
されているデータ以上であるときには出力を0とするよ
うにしてもよい。このように動作する比較器101は、
入力されたデータ系列中の最小のデータを求める最小値
回路として動作する。なお、この場合は、ソフトウェア
又はハードウェアによるリセット時にレジスタ103に
最大値(ここでは11)を代入するように構成する。In the description of each of the above embodiments, the comparator 101 of each submodule inputs the data (IN
10) is compared with the data held in the register 103, and the output (comparison result) is set to 1 only when the input data is larger than the data held in the register 103. May be set to 1 only when the input data is smaller than the data held in the register 103, and may be set to 0 when the input data is equal to or larger than the data held in the register 103. The comparator 101 operating in this manner is
It operates as a minimum value circuit for finding the minimum data in the input data series. In this case, the maximum value (here, 11) is assigned to the register 103 at the time of resetting by software or hardware.
【0088】また、このように動作する比較器101を
用いて上述の図3と同様な構成の演算回路を構成するこ
とにより、入力されるデータ系列中の下位3つのデータ
を求める整列最小データ回路を構成することができる。
あるいは、外部からの制御により比較器101の動作
(例えばIN10−IN11とIN11−IN10のい
ずれか等)を切り換え可能な構成とし、外部の演算回路
等から動作の制御が可能な構成としてもよい。Further, by using the comparator 101 operating in this manner to constitute an arithmetic circuit having the same configuration as that of FIG. 3, the minimum alignment data circuit for obtaining the lower three data in the input data sequence Can be configured.
Alternatively, the operation of the comparator 101 (for example, one of IN10-IN11 and IN11-IN10) may be switched by external control, and the operation may be controlled by an external arithmetic circuit or the like.
【0089】その他、本発明の技術的思想の範囲内にお
いて、例えば上述の図3ではサブモジュールを3つとし
たがサブモジュールの数を変更する等、種々の変更が可
能である。In addition, within the scope of the technical idea of the present invention, for example, in FIG. 3, the number of sub-modules is three, but various changes can be made such as changing the number of sub-modules.
【0090】[0090]
【発明の効果】本発明に係るデータ演算回路では、外部
から第1のデータとしてデータ系列中のデータが順次供
給されると、比較器が供給されたデータと内部レジスタ
に保持されているデータとを比較し、選択器が、外部か
らの制御信号と比較器からの比較結果によって、外部か
ら供給される第2のデータ、第1のデータ及び内部レジ
スタに保持されているデータのいずれか1つを選択して
内部レジスタに供給する。これにより、比較器の比較結
果に基づいて、入力されたデータ系列中の特定のデータ
を選択することができる。In the data operation circuit according to the present invention, when the data in the data series is sequentially supplied from outside as the first data, the data supplied to the comparator and the data held in the internal register are output. The selector selects one of the second data supplied from the outside, the first data, and the data held in the internal register according to the control signal from the outside and the comparison result from the comparator. And supplies it to the internal register. Thereby, specific data in the input data series can be selected based on the comparison result of the comparator.
【0091】例えば比較器が、第1のデータが内部レジ
スタに保持されたデータより大きい(又は小さい)こと
を検出したときには選択器が第1のデータを内部レジス
タに供給し、第1のデータが内部レジスタに保持された
データ以下(又は以下)であるときには選択器が内部レ
ジスタに保持されているデータを再度内部レジスタに供
給するようにすれば、内部レジスタには、順次供給され
る第1のデータ中のそれまでで最大(又は最小)のデー
タが供給され、データ系列中の全てのデータが供給され
た後では、内部レジスタにはデータ系列中の最大(又は
最小)のデータが保持される。For example, when the comparator detects that the first data is larger (or smaller) than the data held in the internal register, the selector supplies the first data to the internal register, and the selector supplies the first data to the internal register. If the selector holds the data held in the internal register again to the internal register when the data is equal to or smaller than the data held in the internal register, the first register sequentially supplied to the internal register is provided. After the maximum (or minimum) data in the data has been supplied and all the data in the data series have been supplied, the internal register holds the maximum (or minimum) data in the data series. .
【0092】このようなデータの検出はハードウェア的
に行われるため、このようなデータ演算回路を設けたD
SP(デジタル・シグナル・プロセッサ)等の演算器の
処理負荷を低減させることができる。Since the detection of such data is performed by hardware, a D provided with such a data operation circuit is provided.
The processing load of an arithmetic unit such as an SP (Digital Signal Processor) can be reduced.
【0093】本発明に係る他のデータ演算回路は、外部
から第1のデータとしてデータ系列中のデータが順次供
給されると、各演算部の比較器は、供給されたデータと
当該比較器と同一の演算部に設けられた内部レジスタに
保持されているデータとを比較する。各選択器は、前段
の演算部の比較手段からの制御信号と当該選択器と同一
演算部に設けられた比較器からの比較結果によって、前
段の演算部のレジスタから供給される第2のデータ、外
部から供給される第1のデータ及び内部レジスタに保持
されているデータのいずれか1つを選択して内部レジス
タに供給する。これにより、各演算部の比較器の比較結
果に基づいて、入力されたデータ系列中の、演算部の数
に相当する数の特定のデータを選択することができる。In another data operation circuit according to the present invention, when data in a data series is sequentially supplied as first data from the outside, the comparators of the respective operation units operate in such a manner that the supplied data, the comparator and The data is compared with data held in an internal register provided in the same operation unit. Each selector selects the second data supplied from the register of the preceding operation unit based on the control signal from the comparing means of the preceding operation unit and the comparison result from the comparator provided in the same operation unit as the selector. , One of the first data supplied from the outside and the data held in the internal register is selected and supplied to the internal register. Thereby, based on the comparison result of the comparator of each operation unit, it is possible to select the specific data of the number corresponding to the number of the operation units in the input data series.
【0094】例えば各演算部の比較器が、第1のデータ
が内部レジスタに保持されたデータ以下(又は以上)で
あるときには、選択器が内部レジスタに保持されている
データを再度内部レジスタに供給し、第1のデータが内
部レジスタに保持されたデータより大きい(又は小さ
い)ことを検出したときには、選択器が制御信号(前段
の演算部の比較器からの比較結果)に基づいて前段の演
算部の内部レジスタのデータが変更されたか否かを判定
し、前段の演算部の内部レジスタのデータが変更されて
いない場合には第1のデータを内部レジスタに供給し、
前段の演算部の内部レジスタのデータが変更されている
場合には第2のデータを内部レジスタに供給するように
すれば、各内部レジスタには、それまでに供給されたデ
ータ系列中のデータの上位(又は下位)のデータが供給
され、データ系列中の全てのデータが供給された後で
は、各内部レジスタにはデータ系列中の上位(又は下
位)のデータが保持される。For example, when the comparator of each arithmetic unit has the first data equal to or smaller than the data held in the internal register, the selector supplies the data held in the internal register to the internal register again. If the selector detects that the first data is larger (or smaller) than the data held in the internal register, the selector selects the first data based on the control signal (comparison result from the comparator of the previous calculation unit). It is determined whether or not the data of the internal register of the unit has been changed, and if the data of the internal register of the preceding operation unit has not been changed, the first data is supplied to the internal register;
If the data in the internal register of the preceding operation unit has been changed, the second data is supplied to the internal register, so that each internal register stores the data in the data series supplied so far. After the upper (or lower) data has been supplied and all the data in the data series have been supplied, each internal register holds the upper (or lower) data in the data series.
【0095】上述のような上位(又は下位)のデータを
求めるのに要する時間は、データ系列内のデータを1回
供給する時間にほぼ等しい、従って、メモリ等に記憶し
たデータ系列内のデータを複数回供給する必要がある従
来の方法に比較して極めて高速にデータ系列中の上位
(又は下位)のデータを求めることができる。The time required to obtain the upper (or lower) data as described above is substantially equal to the time to supply the data in the data sequence once. Therefore, the data in the data sequence stored in the memory or the like is required. The higher (or lower) data in the data series can be obtained at a much higher speed than in the conventional method that needs to be supplied a plurality of times.
【図1】 本発明の第1の実施形態に係るサブモジュー
ルの構成を示すブロック図である。FIG. 1 is a block diagram illustrating a configuration of a submodule according to a first embodiment of the present invention.
【図2】 従来のDSP又はそれに類するLSIに設け
られているデータ演算回路を示すブロック図である。FIG. 2 is a block diagram showing a data operation circuit provided in a conventional DSP or an LSI similar thereto.
【図3】 本発明の第2の実施形態に係る整列最大デー
タ回路の構成を示すブロック図である。FIG. 3 is a block diagram showing a configuration of an alignment maximum data circuit according to a second embodiment of the present invention.
101 比較器、102 選択器、103 レジスタ、
301 入力レジスタ、302〜304 サブモジュー
ル101 comparator, 102 selector, 103 register,
301 input register, 302-304 submodule
Claims (8)
と、 外部から供給される第1のデータと内部レジスタに保持
されているデータを比較し、比較結果を出力する比較器
と、 外部からの制御信号と上記比較器からの比較結果に基づ
いて外部から供給される第2のデータ、上記第1のデー
タ及び上記内部レジスタに保持されているデータのいず
れか1つを選択して上記内部レジスタに供給する選択器
とを備えることを特徴とするデータ演算回路。An internal register for holding data, a comparator for comparing first data supplied from the outside with data held in the internal register, and outputting a comparison result; Based on the signal and the comparison result from the comparator, one of the second data supplied from outside, the first data, and the data held in the internal register is selected and stored in the internal register. And a selector for supplying the data.
タが内部レジスタに保持されているデータより大きい場
合には比較結果を第1の値とし、外部から供給されるデ
ータが内部レジスタに保持されているデータ以下である
場合には比較結果を第2の値とし、 上記選択器は、上記比較器からの比較結果が第1の値で
あるときは、上記制御信号に基づいて上記第1のデータ
及び第2のデータのいずれかを選択して上記内部レジス
タに供給し、上記比較器からの比較結果が第2の値であ
るときは、上記制御信号に基づいて上記内部レジスタに
保持されているデータを選択して内部レジスタに供給す
ることを特徴とする請求項1に記載のデータ演算回路。2. The comparator according to claim 1, wherein when the data supplied from the outside is larger than the data stored in the internal register, the comparison result is a first value, and the data supplied from the outside is stored in the internal register. If the comparison result is equal to or less than the set data, the comparison result is set to the second value. If the comparison result from the comparator is the first value, the selector sets the first value based on the control signal. And the second data is selected and supplied to the internal register. When the comparison result from the comparator is a second value, the data is held in the internal register based on the control signal. 2. The data operation circuit according to claim 1, wherein the selected data is supplied to an internal register.
タが内部レジスタに保持されているデータより小さい場
合には比較結果を第1の値とし、外部から供給されるデ
ータが内部レジスタに保持されているデータ以上である
場合には比較結果を第2の値とし、 上記選択器は、上記比較器からの比較結果が第1の値で
あるときは、上記制御信号に基づいて上記第1のデータ
及び第2のデータのいずれかを選択して上記内部レジス
タに供給し、上記比較器からの比較結果が第2の値であ
るときは、上記制御信号に基づいて上記内部レジスタに
保持されているデータを選択して内部レジスタに供給す
ることを特徴とする請求項1に記載のデータ演算回路。3. The comparator according to claim 1, wherein when the data supplied from the outside is smaller than the data held in the internal register, the comparison result is a first value, and the data supplied from the outside is held in the internal register. If the comparison result is equal to or more than the set data, the comparison result is set to the second value. If the comparison result from the comparator is the first value, the selector sets the first value based on the control signal. And the second data is selected and supplied to the internal register. When the comparison result from the comparator is a second value, the data is held in the internal register based on the control signal. 2. The data operation circuit according to claim 1, wherein the selected data is supplied to an internal register.
力レジスタを備えることを特徴とする請求項2又は3の
いずれかに記載のデータ演算回路。4. The data operation circuit according to claim 2, further comprising an input register for holding the first or second data.
と、外部から供給される第1のデータと内部レジスタに
保持されているデータを比較し、比較結果を出力する比
較器と、外部からの制御信号と上記比較器からの比較結
果に基づいて外部から供給される第2のデータ、上記第
1のデータ及び上記内部レジスタに保持されているデー
タのいずれか1つを選択して上記内部レジスタに供給す
る選択器とを備える演算部を複数備え、 該複数の演算部を、前段の演算部の比較器の出力を次段
の演算部の選択器の制御信号とし、前段の演算部の内部
レジスタに保持されているデータを次段の演算部の選択
器に上記第2のデータとして供給して多段接続したこと
を特徴とするデータ演算回路。5. An internal register for holding data, a comparator for comparing first data supplied from the outside with data held in the internal register, and outputting a comparison result; Based on the signal and the comparison result from the comparator, one of the second data supplied from outside, the first data, and the data held in the internal register is selected and stored in the internal register. A plurality of operation units each including a selector to be supplied; an output of a comparator of the operation unit of the preceding stage as a control signal of a selector of the operation unit of the next stage; A data operation circuit characterized in that the data held in the data operation circuit is supplied as the second data to the selector of the operation unit at the next stage and connected in multiple stages.
ータが内部レジスタに保持されているデータより大きい
場合には比較結果を第1の値とし、外部から供給される
データが内部レジスタに保持されているデータ以下であ
る場合には比較結果を第2の値とし、 上記選択器は、上記比較器からの比較結果が第1の値で
あるときは、上記制御信号に基づいて上記第1のデータ
及び第2のデータのいずれかを選択して上記内部レジス
タに供給し、上記比較器からの比較結果が第2の値であ
るときは、上記制御信号に基づいて上記内部レジスタに
保持されているデータを選択して内部レジスタに供給す
ることを特徴とする請求項5に記載のデータ演算回路。6. Each of the comparators sets the comparison result to a first value when the data supplied from the outside is larger than the data held in the internal register, and outputs the data supplied from the outside to the internal register. When the comparison result is equal to or less than the held data, the comparison result is set to the second value. When the comparison result from the comparator is the first value, the selector determines the second value based on the control signal. One of the first data and the second data is selected and supplied to the internal register. If the comparison result from the comparator is a second value, the data is held in the internal register based on the control signal. 6. The data operation circuit according to claim 5, wherein selected data is supplied to an internal register.
ータが内部レジスタに保持されているデータより小さい
場合には比較結果を第1の値とし、外部から供給される
データが内部レジスタに保持されているデータ以上であ
る場合には比較結果を第2の値とし、 上記選択器は、上記比較器からの比較結果が第1の値で
あるときは、上記制御信号に基づいて上記第1のデータ
及び第2のデータのいずれかを選択して上記内部レジス
タに供給し、上記比較器からの比較結果が第2の値であ
るときは、上記制御信号に基づいて上記内部レジスタに
保持されているデータを選択して内部レジスタに供給す
ることを特徴とする請求項5に記載のデータ演算回路。7. Each of the comparators sets the comparison result to a first value when the data supplied from the outside is smaller than the data held in the internal register, and outputs the data supplied from the outside to the internal register. When the comparison result is equal to or more than the held data, the comparison result is set to the second value. When the comparison result from the comparator is the first value, the selector determines the second value based on the control signal. One of the first data and the second data is selected and supplied to the internal register. If the comparison result from the comparator is a second value, the data is held in the internal register based on the control signal. 6. The data operation circuit according to claim 5, wherein selected data is supplied to an internal register.
の演算部の比較器又は選択器に供給される上記第1又は
第2のデータを保持する入力レジスタを備えることを特
徴とする請求項6又は7に記載のデータ演算回路。8. An input register for holding the first or second data to be supplied to at least a comparator or selector of a first-stage operation unit of the plurality of operation units. 8. The data operation circuit according to 6 or 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP22339196A JP3447180B2 (en) | 1996-08-26 | 1996-08-26 | Data operation circuit |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP22339196A JP3447180B2 (en) | 1996-08-26 | 1996-08-26 | Data operation circuit |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH1063483A true JPH1063483A (en) | 1998-03-06 |
JP3447180B2 JP3447180B2 (en) | 2003-09-16 |
Family
ID=16797418
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP22339196A Expired - Fee Related JP3447180B2 (en) | 1996-08-26 | 1996-08-26 | Data operation circuit |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3447180B2 (en) |
-
1996
- 1996-08-26 JP JP22339196A patent/JP3447180B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP3447180B2 (en) | 2003-09-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH0973793A (en) | Associative storage | |
JPH08339291A (en) | Selection circuit of maximum value | |
US5299145A (en) | Adder for reducing carry processing | |
JP3196637B2 (en) | Sort processor and sort processing device | |
US7370046B2 (en) | Sort processing method and sort processing apparatus | |
US5511146A (en) | Excitory and inhibitory cellular automata for computational networks | |
JPH1063483A (en) | Data arithmetic circuit | |
US7552155B2 (en) | Apparatus and method to find the maximum or minimum of a set of numbers | |
US6731820B2 (en) | Image filter circuit and image filtering method | |
JPH0661871A (en) | Parallel serial data conversion circuit | |
JPH09128241A (en) | Method and apparatus for arrangement with reference to belonging function value of language input value of fuzzy logic processor | |
JP3155026B2 (en) | Accumulator | |
KR0177399B1 (en) | Maximum value extractor | |
JP3525582B2 (en) | Bit operation circuit | |
JP3214086B2 (en) | Carry look-ahead circuit | |
JP4428819B2 (en) | Multi-input data sorting circuit | |
JP3347592B2 (en) | Merge sort processor | |
JP2643576B2 (en) | Address generation circuit for fast Fourier transform | |
JPH11102284A (en) | Method and circuit for selection | |
JP2626087B2 (en) | Parallel likelihood calculation device | |
JPH0512337A (en) | Data retrieval system using hash method | |
JP2001051827A (en) | Processor and process circuit for sorting | |
JPS62154139A (en) | Data selecting device | |
JPH0764768A (en) | Absolute value accumulator | |
JPH06187148A (en) | Order control circuit for information processor |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20030624 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080704 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090704 Year of fee payment: 6 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100704 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110704 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120704 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130704 Year of fee payment: 10 |
|
LAPS | Cancellation because of no payment of annual fees |