JP2002351821A - Mediation control method and circuit - Google Patents

Mediation control method and circuit

Info

Publication number
JP2002351821A
JP2002351821A JP2001159261A JP2001159261A JP2002351821A JP 2002351821 A JP2002351821 A JP 2002351821A JP 2001159261 A JP2001159261 A JP 2001159261A JP 2001159261 A JP2001159261 A JP 2001159261A JP 2002351821 A JP2002351821 A JP 2002351821A
Authority
JP
Japan
Prior art keywords
arbitration
output
bits
bit
result
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
JP2001159261A
Other languages
Japanese (ja)
Other versions
JP4772210B2 (en
Inventor
Shinji Furuya
信司 古谷
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2001159261A priority Critical patent/JP4772210B2/en
Publication of JP2002351821A publication Critical patent/JP2002351821A/en
Application granted granted Critical
Publication of JP4772210B2 publication Critical patent/JP4772210B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To obtain a mediation control circuit which achieves simplification and speeding up of a circuit by performing both the selection of demandant candidates based on a mediation algorithm and the final selection of demandant based on a round robin in a lump. SOLUTION: This circuit is provided with a latch circuit 11 which latches N bits of mediation results, a plurality of first arithmetic circuits 40 to 40n which output comparative figure data for round robin by performing respective different unsigned integer operations to the previous mediation results outputted from the latch circuit 11, a comparator 31 which outputs a maximum value in comparison of unsigned integers in unit of M+N bits consisting of N bits output from the first arithmetic circuit 40 to 40n as low- bits and M bits of comparative figure data presented by each demandant for the mediation algorithm as high- bits, and a second arithmetic circuit 21 which inputs the subtraction results obtained by unsigned subtracting the value shown in the low order N bits of the output of the comparator 31 from the output of the latch circuit 11 as the mediation result of this time to the above latch circuit 11.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、交換装置やバスア
クセスなどの調停に用いられる調停制御回路に関し、さ
らに詳しくは複数の基本的に平等な扱いをされるべき要
求元がある場合であって特に調停アルゴリズムが各要求
元が提示するデータ値のうち最大値または最小値を選択
してその値を提示している要求元を選択結果とする手順
をとる場合、最大値または最小値に相当する値が複数の
要求元から提示されているときに、最終的に1つの要求
元を決定するためにラウンドロビン(回転優先)制御を適
用する調停制御方法および回路に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an arbitration control circuit used for arbitration of a switching device, a bus access, and the like, and more particularly, to a case where there are a plurality of request sources that should be treated basically equally. In particular, when the arbitration algorithm takes a procedure of selecting the maximum value or the minimum value from the data values presented by each request source and selecting the request source presenting the value as a selection result, the arbitration algorithm corresponds to the maximum value or the minimum value. The present invention relates to an arbitration control method and circuit for applying a round robin (rotation priority) control to finally determine one request source when a value is presented from a plurality of request sources.

【0002】[0002]

【従来の技術】交換装置やバスアクセスの調停などに用
いられるラウンドロビン方式は歴史も古く、多くの実現
方式が提案されている。ラウンドロビン方式は、基本的
に平等な扱いをされるべき要求元に対し、共用帯域やバ
スなどの共用資源を公平にアクセスする権利を与えるべ
く調停するものである。
2. Description of the Related Art The round robin method used for arbitration of switching devices and bus access has a long history, and many realization methods have been proposed. The round-robin method is an arbitration in which a request source that is to be treated basically equally is given a right to fairly access a shared resource such as a shared band or a bus.

【0003】この種のラウンドロビンについての従来技
術として、特開平11−219335号公報がある。こ
の従来技術には、要求の有無を示す1ビットの要求信号
のビット列と、1ビットのみが1である検索信号とを用
い、検索信号が1であるビット位置から要求信号のビッ
ト列を検索し、最初に要求信号が1であるビットに対応
した許可信号を1とし、他のビットに対応する許可信号
は0とするラウンドロビンスキャンを、加算回路や論理
回路などの組み合わせ論理回路によって実現することが
示されており、組み合わせ論理回路のみによって一意に
ラウンドロビン結果を求めることができるため、高速処
理が可能である。
[0003] Japanese Patent Application Laid-Open No. H11-219335 discloses a conventional technique for this type of round robin. In this prior art, a bit sequence of a request signal of 1 bit indicating presence / absence of a request and a search signal in which only one bit is 1 are searched for a bit sequence of the request signal from a bit position where the search signal is 1. A round-robin scan in which a permission signal corresponding to a bit whose request signal is 1 is initially set to 1 and a permission signal corresponding to other bits is set to 0 can be realized by a combinational logic circuit such as an addition circuit or a logic circuit. Since the round robin result can be uniquely obtained only by the combinational logic circuit, high-speed processing is possible.

【0004】この従来技術においては、検索要因(要求
信号)として用いることができるのは、あくまでも0か
1かを示す1ビットのフラグであり、それらを何段か重
ねて処理することは可能である。しかし、この従来技術
において、調停アルゴリズムが様々の要因から算出した
複数ビットから成る数値を比較して要求元を選択してい
く場合には、結局比較のための回路を前段に用意し、そ
の結果をあらためてフラグ化してこのラウンドロビン制
御回路に入力する必要がある。このようにこの従来技術
においては、要求元が提示するデータが複数ビットの場
合には、調停結果を出すまでに、結局2段階以上の処理
が必要となり、回路規模が増大するとともに、処理速度
をいまひとつ向上させることができない問題がある。
In this prior art, a 1-bit flag indicating either 0 or 1 can be used as a search factor (request signal), and it is possible to process them in several stages. is there. However, in this conventional technique, when the arbitration algorithm selects a request source by comparing numerical values consisting of a plurality of bits calculated from various factors, after all, a circuit for comparison is prepared at the preceding stage, and as a result, Must be flagged again and input to the round robin control circuit. As described above, in the conventional technique, when the data presented by the request source is a plurality of bits, two or more stages of processing are required until an arbitration result is output, which increases the circuit scale and the processing speed. There is another problem that cannot be improved.

【0005】一方、調停アルゴリズムとラウンドロビン
による比較を同時に行う従来技術として、特開平1−2
96365号公報がある。この従来技術には、共通バス
にアクセスする複数のインタフェース装置毎にカウンタ
を設け、各インタフェース装置はカウンタ値を出力し、
各インタフェース装置は自分の出力したカウンタ値と全
装置から出力されたカウンタ値の最大値を比較して一
致、不一致を判定し、一致したインタフェース装置がバ
スの使用権を獲得し、バスの使用権を獲得した装置のカ
ウンタ値よりも小さいカウンタ値をもつ全てのインタフ
ェース装置はカウンタをカウントアップし、バスの使用
権を獲得したインタフェース装置はカウンタを最小値に
セットすることが示されている。
On the other hand, as a prior art for simultaneously performing an arbitration algorithm and comparison by round robin, Japanese Patent Laid-Open No. 1-2
No. 96365. In this prior art, a counter is provided for each of a plurality of interface devices that access a common bus, and each interface device outputs a counter value,
Each interface device compares its own output counter value with the maximum value of the counter values output from all devices to determine a match or mismatch, and the matched interface device acquires the bus use right and the bus use right. It is shown that all interface devices having a counter value smaller than the counter value of the device that has acquired the counter count up the counter, and the interface device that has acquired the right to use the bus sets the counter to the minimum value.

【0006】この従来技術の問題点は、まず比較を行う
のに必要な条件として、比較値(カウンタ値)が各要求
元(各インタフェース装置)別に全て異なっていなけれ
ばならないことである。
The problem with this prior art is that the comparison value (counter value) must first be different for each request source (each interface device) as a necessary condition for comparison.

【0007】また、この従来技術には、前記カウンタ値
の最上位ビットの上に優先順位情報を付加して出力し、
比較を行うことが開示されているが、この従来技術にお
いて、一括して調停結果を出力するには、優先順位情報
も元々の調停比較値(カウンタ値)と同様に、要求元毎
に全て異なる値を出力できなければならない。この上位
に付加する値が要求元毎に必ずしも全て異なっていない
場合には、この従来技術にも示されているように、各イ
ンタフェース装置にカウンタを2つずつ用意し、まず上
位ビット(第1のカウンタ)の出力の比較結果を認識する
ための手順を踏み、その結果第2の比較に参加すること
を許された要求元だけが第2のカウンタの内容を調停バ
スに出力するという2段階の手順を踏む必要がある。
Further, in this prior art, priority information is added to the most significant bit of the counter value and output.
Although it is disclosed that the comparison is performed, in this conventional technique, in order to output the arbitration results collectively, all the priority information is different for each request source similarly to the original arbitration comparison value (counter value). Must be able to output values. If the values to be added to the upper bits are not all different for each requester, two counters are prepared for each interface device as shown in this prior art, and the upper bits (first Two steps in which only the request source permitted to participate in the second comparison outputs the contents of the second counter to the arbitration bus. It is necessary to take the following steps.

【0008】この従来技術では、第1のカウンタと第2
のカウンタは共通バスに接続されているが、各カウンタ
のバスを別々にし、第1のカウンタと第2のカウンタの
値を各インタフェース装置が同時に送出した場合を想定
する。例えば第1のカウンタが最大値、第2のカウンタ
が2番目の値を持つ要求元Aと、第1のカウンタが2番
目の値、第2のカウンタが最大値を持つ要求元Bがあっ
たとき、要求元Aでは第1のカウンタの出力による比較
結果は最大値を示すが、第2のカウンタの出力による比
較結果は最大値であることを示さない。このように、こ
の従来技術では、2つのカウンタの出力を同時に出力し
た場合は、自分が選択されるべきかどうかを判断するこ
とはできない。すなわち、この従来技術では、要求元B
が第1のカウンタによる結果から自分は第1のカウンタ
における選択段階で脱落したことを認識し、第2のカウ
ンタの出力を取り下げることによって、初めて要求元A
の第2のカウンタにおける比較結果が最大であることを
認識することが可能となる。
In this prior art, a first counter and a second counter are used.
Are connected to a common bus. However, it is assumed that the buses of the respective counters are separated, and the values of the first counter and the second counter are simultaneously transmitted by the respective interface devices. For example, there is a request source A in which the first counter has the maximum value and the second counter has the second value, and a request source B in which the first counter has the second value and the second counter has the maximum value. At this time, in the request source A, the comparison result based on the output of the first counter indicates the maximum value, but the comparison result based on the output of the second counter does not indicate that it is the maximum value. As described above, according to this conventional technique, when the outputs of the two counters are output at the same time, it is impossible to determine whether or not the self should be selected. That is, in this prior art, the request source B
Recognizes from the result of the first counter that he has dropped out in the selection stage of the first counter, and withdraws the output of the second counter for the first time.
Can be recognized that the comparison result in the second counter is the maximum.

【0009】これは、結局、第1段目にあたる特定の要
因による要求元選択をまず実施し、複数の要求元が並立
した場合に、次の第2段目であらためて最終的に必ず一
意に決定することが可能な調停回路を用いる前者の従来
技術と特に異なるものではない。
In the end, the request source selection based on the specific factor corresponding to the first stage is performed first, and when a plurality of request sources are arranged at the same time, the next second stage re-determines a unique address. This is not particularly different from the former conventional technique using an arbitration circuit that can perform the arbitration.

【0010】[0010]

【発明が解決しようとする課題】このように上記従来技
術においては、調停アルゴリズムに固有の要因による計
算値を比較して調停するとき、そのときのラウンドロビ
ンつまり最終的な一意選択を行うための手順がどうして
も分離されて、2ステップ以上の手順を要してしまう。
このため、従来技術では、その回路構成がわかりにくく
複雑かつ大規模になる。また、クロックステップが多く
なり、高速処理をなし得ず、高速で調停を行う必要のあ
るシステムでは、速度ネックとなる。
As described above, in the prior art, when arbitration is performed by comparing calculated values due to factors specific to the arbitration algorithm, a round robin at that time, that is, a final unique selection is performed. The procedures are inevitably separated, requiring two or more steps.
For this reason, in the related art, the circuit configuration is difficult to understand and becomes complicated and large-scale. In addition, the number of clock steps increases, high-speed processing cannot be performed, and a system that needs to perform arbitration at high speed becomes a speed bottleneck.

【0011】この発明は上記に鑑みてなされたもので、
調停アルゴリズムによる要求元候補の選択とラウンドロ
ビンによる最終的な要求元選択を一括して行うようにし
て、回路の単純化および高速化を実現する調停制御回路
を得ることを目的としている。
[0011] The present invention has been made in view of the above,
It is an object of the present invention to obtain an arbitration control circuit that realizes simplification and high-speed circuit by collectively performing selection of request source candidates by an arbitration algorithm and final request source selection by round robin.

【0012】[0012]

【課題を解決するための手段】上記目的を達成するため
この発明にかかる調停制御方法は、複数の要求元が提示
するデータ値のうち最大値または最小値を選択し、該最
大値または最小値を提示している要求元を選択結果とす
る調停アルゴリズムに適用され、最大値または最小値に
相当する値が複数の要求元から提示されている場合に、
最終的に1つの要求元を決定するべくラウンドロビン制
御を用いる調停制御方法において、上位のMビットを調
停アルゴリズム用に各要求元が提示する第1の比較数値
データとし、下位のNビットを前回の調停結果に各要求
元毎にそれぞれ異なる所定の演算を施した全て異なるN
ビット分の整数値から成るラウンドロビン用の第2の比
較数値データとし、複数の要求元分の第1および第2の
比較数値データをM+Nビットの符号なし整数として比
較することにより前記M+Nビットのデータの最大値ま
たは最小値を検索する事に基づいて今回の調停結果を求
めることを特徴とする。
To achieve the above object, an arbitration control method according to the present invention selects a maximum value or a minimum value from data values presented by a plurality of request sources, and selects the maximum value or the minimum value. Is applied to the arbitration algorithm that selects the requesting source presenting the value, and when a value corresponding to the maximum value or the minimum value is presented from a plurality of requesting sources,
In the arbitration control method using round robin control to finally determine one request source, the upper M bits are used as first comparative numerical data presented by each request source for the arbitration algorithm, and the lower N bits are used in the previous Arbitration results are subjected to different predetermined calculations for each request source.
A second comparison numerical data for round robin composed of an integer value of bits is obtained, and the first and second comparison numerical data of a plurality of request sources are compared as an M + N-bit unsigned integer. The present arbitration result is obtained based on searching for a maximum value or a minimum value of data.

【0013】この発明によれば、上位のMビットを調停
アルゴリズム用に各要求元が提示する第1の比較数値デ
ータとし、下位のNビットを前回の調停結果に各要求元
毎にそれぞれ異なる所定の演算を施した全て異なるNビ
ット分の整数値から成るラウンドロビン用の第2の比較
数値データとし、複数の要求元分の第1および第2の比
較数値データをM+Nビットの符号なし整数として比較
することにより前記M+Nビットのデータの最大値また
は最小値を検索する事に基づいて今回の調停結果を求め
る。すなわち、複数の要求元分の第1および第2の比較
数値データをM+Nビットの符号なし整数として比較す
ることにより、上位Mビットに関する調停アルゴリズム
による要求元選択と下位Nビットによる要求元の一意選
択とを1ステップで一括して実行する。
According to the present invention, the upper M bits are used as the first comparison numerical data presented by each requester for the arbitration algorithm, and the lower N bits are used in the previous arbitration result and are different from each other for each request source. Are performed, and the second and fourth comparison numerical data for a plurality of request sources are M + N-bit unsigned integers. The arbitration result of this time is obtained based on searching for the maximum value or the minimum value of the M + N-bit data by comparing. That is, by comparing the first and second comparison numerical data for a plurality of request sources as unsigned integers of M + N bits, a request source is selected by an arbitration algorithm for upper M bits and a request source is uniquely selected by lower N bits. And are executed collectively in one step.

【0014】つぎの発明にかかる調停制御回路は、複数
の要求元が提示するデータ値のうち最大値を選択し、該
最大値を提示している要求元を選択結果とする調停アル
ゴリズムに適用され、最大値に相当する値が複数の要求
元から提示されている場合に、最終的に1つの要求元を
決定するべくラウンドロビン制御を用いる調停制御回路
において、クロック信号をトリガとしてNビットの調停
結果をラッチするラッチ回路と、前記ラッチ回路から出
力される前回の調停結果に夫々異なる符号なし整数演算
を施して全て異なるNビット分の整数値から成るラウン
ドロビン用の比較数値データを出力する複数の第1の演
算回路と、これら各第1の演算回路からのNビット出力
を下位ビットとし、調停アルゴリズム用に各要求元が提
示するMビットの比較数値データを上位ビットとしてそ
れぞれ合成した複数の要求元分の合成データをM+Nビ
ットの符号なし整数として比較して最大値を出力する比
較器と、この比較器の出力のうちの下位Nビットが示す
値を、前記ラッチ回路から出力される前回の調停結果か
ら符号なし減算し、この減算結果を今回の調停結果とし
て前記ラッチ回路に入力する第2の演算回路とを備え、
1クロック周期で、最大値を検索する調停アルゴリズム
およびラウンドロビンを一括して実行して唯一の調停結
果を導出することを特徴とする。
The arbitration control circuit according to the next invention is applied to an arbitration algorithm that selects a maximum value from data values presented by a plurality of request sources and selects a request source presenting the maximum value as a selection result. In a case where a value corresponding to the maximum value is presented from a plurality of request sources, an arbitration control circuit using round robin control to finally determine one request source, arbitration of N bits using a clock signal as a trigger A latch circuit for latching a result, and a plurality of units each performing a different unsigned integer operation on the previous arbitration result output from the latch circuit and outputting round-robin comparative numerical data composed of all N-bit integer values. And the N-bit output from each of these first arithmetic circuits as lower bits, and the M-bits presented by each request source for the arbitration algorithm. A comparator that outputs the maximum value by comparing the combined data of a plurality of request sources obtained by combining the comparison value data as the upper bits as unsigned integers of M + N bits, and that the lower N bits of the output of the comparator are A second arithmetic circuit that subtracts an unsigned value from the previous arbitration result output from the latch circuit, and inputs the subtraction result to the latch circuit as a current arbitration result,
An arbitration algorithm for searching for the maximum value and round robin are collectively executed in one clock cycle to derive only one arbitration result.

【0015】この発明によれば、複数の第1の演算回路
は、ラッチ回路から出力される前回の調停結果に夫々異
なる符号なし整数演算を施して全て異なるNビット分の
整数値から成るラウンドロビン用の比較数値データを出
力する。比較器は、これら各第1の演算回路からのNビ
ット出力を下位ビットとし、調停アルゴリズム用に各要
求元が提示するMビットの比較数値データを上位ビット
としてそれぞれ合成した複数の要求元分の合成データを
M+Nビットの符号なし整数として比較して最大値を出
力する。第2の演算回路は、比較器の出力のうちの下位
Nビットが示す値を、前記ラッチ回路から出力される前
回の調停結果から符号なし減算し、この減算結果を今回
の調停結果として前記ラッチ回路に入力する。このよう
にして、1クロック周期で、最大値を検索する調停アル
ゴリズムおよびラウンドロビンを一括して実行して唯一
の調停結果を導出する。
According to the present invention, the plurality of first arithmetic circuits perform different unsigned integer arithmetic operations on the previous arbitration results output from the latch circuits, respectively, and perform round robins each having a different integer value of N bits. Output comparative numerical data for The comparator uses the N-bit output from each of the first arithmetic circuits as lower bits, and combines the M-bit comparison numerical data presented by each requester for the arbitration algorithm as upper bits, for a plurality of request sources. The combined data is compared as an M + N-bit unsigned integer and the maximum value is output. The second arithmetic circuit subtracts, without sign, the value indicated by the lower N bits of the output of the comparator from the previous arbitration result output from the latch circuit, and uses the subtraction result as the current arbitration result. Input to the circuit. In this way, an arbitration algorithm for searching for the maximum value and round robin are collectively executed in one clock cycle to derive only one arbitration result.

【0016】つぎの発明にかかる調停制御回路は、上記
発明において、n=2N−1とし、Lを0からnまでの
整数とするとき、前記各第1の演算回路は、前記ラッチ
回路の出力に(n−L+1)を加算することにより、L
番目の要求元に対応するラウンドロビン用の比較数値デ
ータを出力することを特徴とする。
In the arbitration control circuit according to the next invention, when n = 2 N -1 and L is an integer from 0 to n in the above invention, each of the first arithmetic circuits includes By adding (n-L + 1) to the output, L
The method is characterized in that round-robin comparison numerical data corresponding to the th requester is output.

【0017】この発明によれば、第1の演算回路は、ラ
ッチ回路の出力に(n−L+1)を加算することによ
り、L番目の要求元に対応するラウンドロビン用の比較
数値データを出力する。
According to the present invention, the first arithmetic circuit adds (n−L + 1) to the output of the latch circuit to output round-robin comparison numerical data corresponding to the L-th request source. .

【0018】つぎの発明にかかる調停制御回路は、上記
発明において、前記比較器に最上位ビットとして各要求
元の要求の有無を示すフラグ信号を入力し、前記比較器
の最上位ビット出力を前記ラッチ回路にイネーブル信号
として入力することを特徴とする。
The arbitration control circuit according to the next invention is the arbitration control circuit according to the above invention, wherein a flag signal indicating the presence / absence of a request from each requester is inputted to the comparator as the most significant bit, and the most significant bit output of the comparator is outputted to the comparator. It is characterized in that it is inputted as an enable signal to a latch circuit.

【0019】この発明によれば、比較器に最上位ビット
として各要求元の要求の有無を示すフラグ信号を入力
し、前記比較器の最上位ビット出力を前記ラッチ回路に
イネーブル信号として入力することで、全ての要求元か
ら要求が出ていない場合には、調停動作を実行させない
ようにしている。
According to the present invention, a flag signal indicating the presence / absence of a request from each requester is input to the comparator as the most significant bit, and the most significant bit output of the comparator is input to the latch circuit as an enable signal. If no request is issued from all request sources, the arbitration operation is not executed.

【0020】つぎの発明にかかる調停制御回路は、複数
の要求元が提示するデータ値のうち最大値を選択し、該
最大値を提示している要求元を選択結果とする調停アル
ゴリズムに適用され、最大値に相当する値が複数の要求
元から提示されている場合に、最終的に1つの要求元を
決定するべくラウンドロビン制御を用いる調停制御回路
において、クロック信号をトリガとしてNビットの調停
結果をラッチするラッチ回路と、前記ラッチ回路から出
力される前回の調停結果に夫々異なる符号なし整数演算
を施して全て異なるNビット分の整数値から成るラウン
ドロビン用の比較数値データを出力する複数の演算回路
と、これら各演算回路からのNビット出力を下位ビット
とし、調停アルゴリズム用に各要求元が提示するMビッ
トの比較数値データを上位ビットとしてそれぞれ合成し
た複数の要求元分の合成データをM+Nビットの符号な
し整数として比較し、この比較により最大値となる要求
元の番号を出力し、この番号データを今回の調停結果と
して前記ラッチ回路に入力する比較器とを備え、1クロ
ック周期で、最大値を検索する調停アルゴリズムおよび
ラウンドロビンを一括して実行して唯一の調停結果を導
出することを特徴とする。
The arbitration control circuit according to the next invention is applied to an arbitration algorithm that selects a maximum value from among data values presented by a plurality of request sources and selects a request source presenting the maximum value as a selection result. In a case where a value corresponding to the maximum value is presented from a plurality of request sources, an arbitration control circuit using round robin control to finally determine one request source, arbitration of N bits using a clock signal as a trigger A latch circuit for latching a result, and a plurality of units each performing a different unsigned integer operation on the previous arbitration result output from the latch circuit and outputting round-robin comparative numerical data composed of all N-bit integer values. And the N-bit output from each of these arithmetic circuits as lower bits, and the M-bit comparison numerical data presented by each requester for the arbitration algorithm. Are compared as unsigned integers of M + N bits, and the number of the request source having the maximum value is output by this comparison, and this number data is used as the arbitration result of this time. A comparator to be input to the latch circuit, wherein a single arbitration result is derived by collectively executing an arbitration algorithm for searching for a maximum value and round robin in one clock cycle.

【0021】この発明によれば、複数の演算回路では、
ラッチ回路から出力される前回の調停結果に夫々異なる
符号なし整数演算を施して全て異なるNビット分の整数
値から成るラウンドロビン用の比較数値データを出力す
る。比較器では、これら各演算回路からのNビット出力
を下位ビットとし、調停アルゴリズム用に各要求元が提
示するMビットの比較数値データを上位ビットとしてそ
れぞれ合成した複数の要求元分の合成データをM+Nビ
ットの符号なし整数として比較して最大値に対応する番
号データを出力する。この比較器の出力すなわち番号デ
ータが今回の調停結果としてラッチ回路に入力される。
According to the present invention, in the plurality of arithmetic circuits,
Each of the previous arbitration results output from the latch circuit is subjected to a different unsigned integer operation, and round-robin comparison numerical data composed of all different N-bit integer values is output. In the comparator, the N-bit output from each of these arithmetic circuits is used as lower bits, and the M-bit comparison numerical data presented by each requester for the arbitration algorithm is used as upper bits to generate combined data for a plurality of requesters. Number data corresponding to the maximum value is output by comparing as M + N unsigned integers. The output of the comparator, that is, the number data is input to the latch circuit as the result of the current arbitration.

【0022】つぎの発明にかかる調停制御回路は、複数
の要求元が提示するデータ値のうち最小値を選択し、該
最小値を提示している要求元を選択結果とする調停アル
ゴリズムに適用され、最小値に相当する値が複数の要求
元から提示されている場合に、最終的に1つの要求元を
決定するべくラウンドロビン制御を用いる調停制御回路
において、クロック信号をトリガとしてNビットの調停
結果をラッチするラッチ回路と、前記ラッチ回路から出
力される前回の調停結果に夫々異なる符号なし整数演算
を施して全て異なるNビット分の整数値から成るラウン
ドロビン用の比較数値データを出力する複数の第1の演
算回路と、これら各第1の演算回路からのNビット出力
を下位ビットとし、調停アルゴリズム用に各要求元が提
示するMビットの比較数値データを上位ビットとしてそ
れぞれ合成した複数の要求元分の合成データをM+Nビ
ットの符号なし整数として比較して最小値を出力する比
較器と、この比較器の出力のうちの下位Nビットが示す
値と、前記ラッチ回路から出力される前回の調停結果と
を符号なし加算することに基づき今回の調停結果を得、
この今回の調停結果を前記ラッチ回路に入力する第2の
演算回路とを備え、1クロック周期で、最小値を検索す
る調停アルゴリズムおよびラウンドロビンを一括して実
行して唯一の調停結果を導出することを特徴とする。
The arbitration control circuit according to the next invention is applied to an arbitration algorithm that selects a minimum value among data values presented by a plurality of request sources and selects a request source presenting the minimum value as a selection result. In a case where a value corresponding to the minimum value is presented from a plurality of request sources, an arbitration control circuit using round robin control to finally determine one request source, arbitration of N bits by using a clock signal as a trigger A latch circuit for latching a result, and a plurality of units each performing a different unsigned integer operation on the previous arbitration result output from the latch circuit and outputting round-robin comparative numerical data composed of all N-bit integer values. And the N-bit output from each of these first arithmetic circuits as lower bits, and the M-bits presented by each request source for the arbitration algorithm. A comparator that outputs the minimum value by comparing the combined data of a plurality of request sources obtained by combining the comparison value data as the upper bits as unsigned integers of M + N bits, and that the lower N bits of the output of the comparator are The result of the present arbitration is obtained based on unsigned addition of the indicated value and the previous arbitration result output from the latch circuit,
A second arithmetic circuit for inputting the current arbitration result to the latch circuit, and arbitration algorithm for searching for the minimum value and round robin are collectively executed in one clock cycle to derive only one arbitration result. It is characterized by the following.

【0023】この発明によれば、複数の第1の演算回路
は、ラッチ回路から出力される前回の調停結果に夫々異
なる符号なし整数演算を施して全て異なるNビット分の
整数値から成るラウンドロビン用の比較数値データを出
力する。比較器は、これら各第1の演算回路からのNビ
ット出力を下位ビットとし、調停アルゴリズム用に各要
求元が提示するMビットの比較数値データを上位ビット
としてそれぞれ合成した複数の要求元分の合成データを
M+Nビットの符号なし整数として比較して最小値を出
力する。第2の演算回路は、比較器の出力のうちの下位
Nビットが示す値と前記ラッチ回路から出力される前回
の調停結果とを符号なし加算することに基づき今回の調
停結果を得る。この今回の調停結果はラッチ回路に入力
される。このようにして、1クロック周期で、最小値を
検索する調停アルゴリズムおよびラウンドロビンを一括
して実行して唯一の調停結果を導出する。
According to the present invention, the plurality of first arithmetic circuits perform different unsigned integer arithmetic operations on the previous arbitration results output from the latch circuits, respectively, and perform round robins each having a different integer value of N bits. Output comparative numerical data for The comparator uses the N-bit output from each of the first arithmetic circuits as lower bits, and combines the M-bit comparison numerical data presented by each requester for the arbitration algorithm as upper bits, for a plurality of request sources. The combined data is compared as an M + N-bit unsigned integer, and the minimum value is output. The second arithmetic circuit obtains the current arbitration result based on the unsigned addition of the value indicated by the lower N bits of the output of the comparator and the previous arbitration result output from the latch circuit. The result of this arbitration is input to the latch circuit. In this way, the arbitration algorithm for searching for the minimum value and round robin are collectively executed in one clock cycle to derive only one arbitration result.

【0024】つぎの発明にかかる調停制御回路は、上記
発明において、n=2N−1とし、Lを0からnまでの
整数とするとき、前記各第1の演算回路は、値(L+
n)から前記ラッチ回路の出力を減算することにより、
L番目の要求元に対応するラウンドロビン用の比較数値
データを出力し、前記第2の演算回路は、前記比較器の
出力のうちの下位Nビットが示す値と、前記ラッチ回路
から出力される前回の調停結果と、値1とを符号なし加
算することに基づき今回の調停結果を得ることを特徴と
する。
In the arbitration control circuit according to the next invention, in the above invention, when n = 2 N -1 and L is an integer from 0 to n, each of the first arithmetic circuits has a value (L +
n) by subtracting the output of the latch circuit from
The second arithmetic circuit outputs round-robin comparison numerical data corresponding to the L-th request source, and the second arithmetic circuit outputs the value indicated by the lower N bits of the output of the comparator and the latch circuit. The present arbitration result is obtained based on the unsigned addition of the previous arbitration result and the value 1.

【0025】この発明によれば、第1の演算回路は、値
(L+n)から前記ラッチ回路の出力を減算することに
より、L番目の要求元に対応するラウンドロビン用の比
較数値データを出力する。第2の演算回路は、比較器の
出力のうちの下位Nビットが示す値と、前記ラッチ回路
から出力される前回の調停結果と、値1とを符号なし加
算することに基づき今回の調停結果を得る。
According to this invention, the first arithmetic circuit subtracts the output of the latch circuit from the value (L + n) to output round-robin comparison numerical data corresponding to the L-th request source. . The second arithmetic circuit adds the value indicated by the lower N bits of the output of the comparator, the previous arbitration result output from the latch circuit, and the value 1 without sign to the current arbitration result. Get.

【0026】つぎの発明にかかる調停制御回路は、上記
発明において、前記比較器に、最上位ビットとして、各
要求元の要求の有無を示すフラグ信号を入力し、前記比
較器の最上位ビット出力を論理反転して前記ラッチ回路
にイネーブル信号として入力することを特徴とする。
The arbitration control circuit according to the next invention is the arbitration control circuit according to the above invention, wherein a flag signal indicating whether or not each requester has made a request is input to the comparator as the most significant bit, and the most significant bit output of the comparator is output. Is logically inverted and input to the latch circuit as an enable signal.

【0027】この発明によれば、比較器に最上位ビット
として各要求元の要求の有無を示すフラグ信号を入力
し、前記比較器の最上位ビット出力を論理反転してラッ
チ回路にイネーブル信号として入力することで、全ての
要求元から要求が出ていない場合には、調停動作を実行
させないようにしている。
According to the present invention, a flag signal indicating the presence / absence of a request from each requester is input to the comparator as the most significant bit, and the output of the most significant bit of the comparator is logically inverted so as to be supplied to the latch circuit as an enable signal. By inputting, the arbitration operation is not executed when no request is issued from all request sources.

【0028】つぎの発明にかかる調停制御回路は、複数
の要求元が提示するデータ値のうち最小値を選択し、該
最小値を提示している要求元を選択結果とする調停アル
ゴリズムに適用され、最小値に相当する値が複数の要求
元から提示されている場合に、最終的に1つの要求元を
決定するべくラウンドロビン制御を用いる調停制御回路
において、クロック信号をトリガとしてNビットの調停
結果をラッチするラッチ回路と、前記ラッチ回路から出
力される前回の調停結果に夫々異なる符号なし整数演算
を施して全て異なるNビット分の整数値から成るラウン
ドロビン用の比較数値データを出力する複数の演算回路
と、これら各演算回路からのNビット出力を下位ビット
とし、調停アルゴリズム用に各要求元が提示するMビッ
トの比較数値データを上位ビットとしてそれぞれ合成し
た複数の要求元分の合成データをM+Nビットの符号な
し整数として比較し、この比較により最小値となる要求
元の番号を出力し、この番号データを今回の調停結果と
して前記ラッチ回路に入力する比較器とを備え、1クロ
ック周期で、最小値を検索する調停アルゴリズムおよび
ラウンドロビンを一括して実行して唯一の調停結果を導
出することを特徴とする。
The arbitration control circuit according to the next invention is applied to an arbitration algorithm which selects a minimum value from data values presented by a plurality of request sources and selects a request source presenting the minimum value as a selection result. In a case where a value corresponding to the minimum value is presented from a plurality of request sources, an arbitration control circuit using round robin control to finally determine one request source, arbitration of N bits by using a clock signal as a trigger A latch circuit for latching a result, and a plurality of units each performing a different unsigned integer operation on the previous arbitration result output from the latch circuit and outputting round-robin comparative numerical data composed of all N-bit integer values. And the N-bit output from each of these arithmetic circuits as lower bits, and the M-bit comparison numerical data presented by each requester for the arbitration algorithm. Are compared as unsigned integers of M + N bits, and the number of the request source having the minimum value is output by this comparison, and this number data is used as the current arbitration result. A comparator to be input to the latch circuit, wherein a single arbitration result is derived by collectively executing an arbitration algorithm for searching for a minimum value and round robin in one clock cycle.

【0029】この発明によれば、複数の演算回路では、
ラッチ回路から出力される前回の調停結果に夫々異なる
符号なし整数演算を施して全て異なるNビット分の整数
値から成るラウンドロビン用の比較数値データを出力す
る。比較器では、これら各演算回路からのNビット出力
を下位ビットとし、調停アルゴリズム用に各要求元が提
示するMビットの比較数値データを上位ビットとしてそ
れぞれ合成した複数の要求元分の合成データをM+Nビ
ットの符号なし整数として比較して最小値に対応する番
号データを出力する。この比較器の出力すなわち番号デ
ータが今回の調停結果としてラッチ回路に入力される。
According to the present invention, in the plurality of arithmetic circuits,
Each of the previous arbitration results output from the latch circuit is subjected to a different unsigned integer operation, and round-robin comparison numerical data composed of all different N-bit integer values is output. In the comparator, the N-bit output from each of these arithmetic circuits is used as lower bits, and the M-bit comparison numerical data presented by each requester for the arbitration algorithm is used as upper bits to generate combined data for a plurality of requesters. The data is compared as M + N unsigned integers and number data corresponding to the minimum value is output. The output of the comparator, that is, the number data is input to the latch circuit as the result of the current arbitration.

【0030】[0030]

【発明の実施の形態】以下に添付図面を参照して、この
発明にかかる調停制御回路の好適な実施の形態を詳細に
説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of an arbitration control circuit according to the present invention will be described below in detail with reference to the accompanying drawings.

【0031】実施の形態1.この発明の実施の形態1を
図1および図2に従って説明する。実施の形態1におい
ては、調停アルゴリズムが要求元の提示する数値のうち
の最大値を出力しているものを選択する場合のラウンド
ロビン機能を実現している。図1は特にラウンドロビン
に関係する箇所だけに抽出して示す図である。
Embodiment 1 Embodiment 1 of the present invention will be described with reference to FIGS. In Embodiment 1, the arbitration algorithm implements a round robin function in the case of selecting the one that outputs the maximum value among the numerical values presented by the request source. FIG. 1 is a diagram that is extracted and shown only for a portion particularly related to round robin.

【0032】図1において、NビットのDFF(ラッチ
回路、D型フリップフロップ回路)11は、選択された
要求元を示すラウンドロビン結果(Nビット)をクロッ
ク信号をトリガとしてラッチしておくためのものであ
る。演算回路21は、DFF11が保持している前回の
ラウンドロビン結果a(Nビット)から、比較器31の
出力b(Nビット)を符号なし整数で減算し、その減算
結果(a-b)をDFF11に出力する。
In FIG. 1, an N-bit DFF (latch circuit, D-type flip-flop circuit) 11 latches a round robin result (N bits) indicating a selected request source with a clock signal as a trigger. Things. The arithmetic circuit 21 subtracts the output b (N bits) of the comparator 31 by an unsigned integer from the previous round robin result a (N bits) held by the DFF 11, and calculates the subtraction result (ab). Output to DFF11.

【0033】演算回路40〜4n(n=2N-1)は、夫
々、入力されるDFF11の出力値すなわち前回のラウ
ンドロビン結果a(Nビット)に、枠内に示す演算を施
してラウンドロビン用の比較数値を出力するものであ
る。例えば、演算回路40は、要求元「0」に対応し、
DFF11の出力値(Nビット)に+0するNビット符
号なし加算を実行する。演算回路41は、要求元「1」
に対応し、DFF11の出力値(Nビット)に+nする
Nビット符号なし加算を実行する。演算回路42は、要
求元「2」に対応し、DFF11の出力値(Nビット)
に+(n−1)するNビット符号なし加算を実行する。
すなわち、n=2N−1とし、Lを0からnまでの整数
とするとき、0から数えてL番目の演算回路は、要求元
「L」に対応し、(DFF11の出力値)+(n−L+
1)のNビット符号なし加算を実行している。以下、同
様に、演算回路4nは、要求元「n」に対応し、DFF
11の出力値(Nビット)に+1するNビット符号なし
加算を実行する。これら演算回路40〜4nの出力値は
比較器31に入力される。比較器31は、これらの入力
値を全て比較し、そのうちの最大となる値を演算回路2
1に出力する。
Each of the arithmetic circuits 40 to 4n (n = 2 N -1) performs the operation shown in the frame on the input output value of the DFF 11, that is, the previous round robin result a (N bits), and Output the comparison numerical value for For example, the arithmetic circuit 40 corresponds to the request source “0”,
An N-bit unsigned addition of +0 to the output value (N bits) of the DFF 11 is performed. The arithmetic circuit 41 outputs the request source “1”
, An N-bit unsigned addition of + n to the output value (N bits) of the DFF 11 is executed. The arithmetic circuit 42 corresponds to the request source “2”, and outputs the output value (N bits) of the DFF 11
+ (N-1) is performed.
That is, when n = 2 N −1 and L is an integer from 0 to n, the L-th arithmetic circuit counting from 0 corresponds to the request source “L” and (output value of DFF 11) + ( n-L +
The N-bit unsigned addition of 1) is performed. Hereinafter, similarly, the arithmetic circuit 4n corresponds to the request source “n”, and the DFF
An N-bit unsigned addition of +1 to the output value (N bits) of 11 is executed. The output values of these arithmetic circuits 40 to 4n are input to the comparator 31. The comparator 31 compares all of these input values, and determines the maximum value among them in the arithmetic circuit 2.
Output to 1.

【0034】N=3で、n=7の場合について、その演
算の流れを説明する。ある時点におけるDFF11の出
力値が「5」であった場合、演算回路40,41,4
2,43,44,45,46,および47の演算出力結
果は、それぞれ「5」,「4」,「3」,「2」,
「1」,「0」,「7」,「6」となる。ここで、前回
のラウンドロビン結果である「5」の位置、つまり符号
45(要求元「5」に対応)の演算回路の演算結果は0
となっていて、次回のラウンドロビン処理における優先
度が最低になり、符号45の次の符号46(要求元
「6」に対応)の演算回路の演算結果が3ビット整数の
最大値「7」を示し、優先度が最高になっている。した
がって、もし全ての要求元が要求を出していた場合、こ
の中で一番大きい数値は当然「7」であるので、比較器
31からは「7」が比較結果として出力される。そし
て、演算回路21では、5[+8]−7=6(符号なしの
減算では、解が負になる場合には桁借りが自動的に発生
し、また桁上がりは自動的に破棄される)が計算され
て、その出力としての最新のラウンドロビン結果は
「6」となる。このラウンドロビン結果「6」が、次の
クロック信号の立ち上がりでDFF11にラッチされ、
ラウンドロビン結果として出力されることになる。この
ラウンドロビン結果は、演算回路40〜47の演算結果
と比較しても正しいことがわかる。
The calculation flow for the case where N = 3 and n = 7 will be described. When the output value of the DFF 11 at a certain time is “5”, the arithmetic circuits 40, 41, 4
The calculation output results of 2, 43, 44, 45, 46, and 47 are “5”, “4”, “3”, “2”,
"1", "0", "7", "6". Here, the position of “5” which is the previous round robin result, that is, the operation result of the operation circuit of reference numeral 45 (corresponding to the request source “5”) is 0.
And the priority in the next round robin process becomes the lowest, and the operation result of the operation circuit of the code 46 (corresponding to the request source “6”) following the code 45 is the maximum value of the 3-bit integer “7” Indicates that the priority is the highest. Therefore, if all requesters have issued requests, the largest value among them is naturally "7", and "7" is output from the comparator 31 as a comparison result. Then, in the arithmetic circuit 21, 5 [+8] −7 = 6 (in unsigned subtraction, a borrow is automatically generated when the solution becomes negative, and a carry is automatically discarded) Is calculated, and the latest round robin result as its output is “6”. This round robin result “6” is latched by the DFF 11 at the next rising edge of the clock signal,
It will be output as a round robin result. It can be seen that the round robin result is correct even when compared with the operation results of the operation circuits 40 to 47.

【0035】このように、ラウンドロビンを実現するた
めの演算回路21、比較器31、演算回路40〜4nは
全て組み合わせ回路で構成され、DFF11のみがクロ
ック信号に応答するラッチ回路であるので、ラウンドロ
ビン処理は1クロックで完了することになる。
As described above, the arithmetic circuit 21, the comparator 31, and the arithmetic circuits 40 to 4n for realizing round robin are all composed of combinational circuits, and only the DFF 11 is a latch circuit responding to a clock signal. The robin process is completed in one clock.

【0036】つぎに、図3は、図1に示したラウンドロ
ビン用の比較数値(Nビット)と、調停アルゴリズムに
関する各要求元の提示する比較数値(Mビット)と、各
要求元の要求の有無を示すフラグ信号(有効表示ビッ
ト)とを一括して比較し、選択結果を出力するための調
停制御回路を示している。
Next, FIG. 3 shows a comparison value (N bits) for round robin shown in FIG. 1, a comparison value (M bits) presented by each requester concerning the arbitration algorithm, and a request value of each requester. An arbitration control circuit for collectively comparing a flag signal (valid display bit) indicating presence / absence and outputting a selection result is shown.

【0037】この図3においては、比較器31に対し
て、複数の演算回路40〜4nからのラウンドロビン用
の比較数値の他に、調停アルゴリズム用に各要求元
「0」〜「n」が提示する比較数値(夫々Mビット)
と、各要求元の要求の有無を示す有効表示ビット(夫々
1ビット)とが入力されている。有効表示ビットは、要
求元が要求を出しているときは「1」で、要求元が要求
を出していないときは「0」である。すなわち、比較器
31に対しては、1つの要求元に対応して1+M+Nビ
ットに合成された比較数値データが入力される。
In FIG. 3, in addition to the comparison values for round robin from the plurality of arithmetic circuits 40 to 4n, the request sources "0" to "n" for the arbitration algorithm are sent to the comparator 31. Comparison numerical values to be presented (M bits each)
And valid display bits (one bit each) indicating whether or not there is a request from each request source. The valid display bit is "1" when the requester has issued a request, and is "0" when the requester has not issued the request. That is, the comparator 31 receives comparison numerical data combined into 1 + M + N bits corresponding to one request source.

【0038】そのビット構成は、図2に示すように、最
上位ビットに有効表示ビット(有効/無効ビット)が配
置され、つぎの上位ビットにMビットの調停アルゴリズ
ムの比較数値データが配置され、下位ビットにラウンド
ロビン(RR)のNビットが配置されている。
As shown in FIG. 2, a valid display bit (valid / invalid bit) is arranged at the most significant bit, and M-bit comparison numerical data of the arbitration algorithm is arranged at the next higher bit, as shown in FIG. N bits of round robin (RR) are arranged in lower bits.

【0039】比較器31では、各要求元に対応して入力
される(1+M+N)ビット幅のn+1(2N)個の比較
数値データ(有効表示ビット含む)を符号なし整数値と
して比較して、そのうちの最大値を検索し、検索した最
大値を出力する。
The comparator 31 compares n + 1 (2 N ) pieces of comparison numerical data (including valid display bits) having a (1 + M + N) bit width inputted corresponding to each request source as unsigned integer values. Search for the maximum value, and output the searched maximum value.

【0040】この比較器31での比較処理を図2を用い
て説明する。調停アルゴリズムの比較数値の比較部分
は、比較器31のビット幅の許す限り何段あってもよ
く、調停アルゴリズムの比較数値の比較によって選択肢
が一意に決まらなくても、下位ビットのラウンドロビン
用の比較数値の比較によって、選択肢が必ず一意に決定
する。数値の比較は、当然上位側ビットが結果を大きく
左右し、上位で決まらなかった場合に下位側ビットが参
照される。よって、もっとも影響の大きいものから上位
ビット側に割り当てていくということによって、複数要
因の比較も一括して行い、結果を導出することが可能と
なる。
The comparison process in the comparator 31 will be described with reference to FIG. The comparison part of the comparison value of the arbitration algorithm may have any number of stages as long as the bit width of the comparator 31 permits. Even if the comparison value of the arbitration algorithm does not uniquely determine an option, the lower bits for round robin may be used. The choice is always uniquely determined by comparing the comparison values. In the comparison of numerical values, the higher-order bit largely influences the result, and if the upper-order bit is not determined, the lower-order bit is referred to. Therefore, by assigning the most significant bits to the higher-order bits, it is possible to collectively compare a plurality of factors and derive the result.

【0041】図2では、有効/無効ビットを最上位ビッ
トに持ってきており、まず要求元が本当に要求を出して
いるのかどうかを判断できるようになっている。図2の
場合は、最大値を検索する比較器であるので、このビッ
トが1であるものを有効であるとすれば、有効なものが
無効なものに比較して小さくなることは、下位ビット側
がいかなる状態であってもあり得ない。同様に、有効ビ
ットが1であるものの中で、次の下位側数ビットである
調停アルゴリズムの提示する数値を比較し、そのうちの
最大値を示すものが複数あれば、最後はつぎの下位側数
ビットであるラウンドロビンの数値の比較によって一意
に選択結果が得られることになる。結局、一括して数値
比較を行っても、このような処理が行われるのと同値な
のである。
In FIG. 2, the valid / invalid bit is taken as the most significant bit, so that it can be determined first whether the requester has really issued the request. In the case of FIG. 2, since the comparator for searching for the maximum value is used, if this bit is 1 and the valid one is smaller than the invalid one, No side can be in any state. Similarly, among the bits whose effective bits are 1, the numerical values presented by the arbitration algorithm, which are the next lower few bits, are compared. The selection result is uniquely obtained by comparing the numerical values of the round robin. After all, even if the numerical comparison is performed collectively, it is the same value as performing such processing.

【0042】さらに具体例で解説する。図2は、N=
3、n=7、つまり8つ(n+1)の要求元がある場合
の、比較数値の状態の一例を示している。まず最上位ビ
ットの有効/無効ビットが1か0かによって44(要求
元「4」に対応する)および46(要求元「6」に対応
する)が脱落し、次に調停アルゴリズムに対して提示さ
れた数値を比較すると、41(要求元「1」に対応す
る)と47(要求元「7」に対応する)が11で、最大
値を示している。この段階ではまだ一意に決まっていな
いので、最後のラウンドロビンの数ビットを参照する
と、41(要求元「1」に対応する)は0で、47(要
求元「7」に対応する)は2であり、最終的に47(要
求元「7」に対応する)が選択されることになる。
A more specific example will be described. FIG. 2 shows that N =
3, n = 7, that is, an example of the state of the comparison numerical value when there are eight (n + 1) request sources. First, 44 (corresponding to request source "4") and 46 (corresponding to request source "6") are dropped depending on whether the valid / invalid bit of the most significant bit is 1 or 0, and then presented to the arbitration algorithm. Comparing the obtained numerical values, 41 (corresponding to the request source “1”) and 47 (corresponding to the request source “7”) are 11, indicating the maximum value. At this stage, since it has not yet been uniquely determined, referring to a few bits of the last round robin, 41 (corresponding to the request source “1”) is 0, and 47 (corresponding to the request source “7”) is 2 Finally, 47 (corresponding to the request source "7") is selected.

【0043】図2の右側に、これらの数値を実際に2進
数表示したものを示している。ここでは調停アルゴリズ
ムの比較数値の最大値は11なので、M=4として表し
ている。一括した数値比較においては、この最上位ビッ
トから1ビットずつ最大のものを探していくのと等価で
あるので、これを上位から追ってみると、 最上位ビット:40、41、42、43、45、47 2ビット目: 41、42、 47 3ビット目: 41、42、 47 4ビット目: 41、 47 5ビット目: 41、 47 6ビット目: 41、 47 7ビット目: 47 8ビット目: − となり、先ほどの結果と当然ながら同一になる。
On the right side of FIG. 2, these numerical values are actually shown in binary notation. Here, since the maximum value of the comparison value of the arbitration algorithm is 11, it is represented as M = 4. Since a collective numerical comparison is equivalent to searching for the largest one bit at a time starting from the most significant bit, looking at this from the top, the most significant bits are: 40, 41, 42, 43, 45 , 47 2nd bit: 41, 42, 47 3rd bit: 41, 42, 47 4th bit: 41, 47 5th bit: 41, 476 6th bit: 41, 477th bit: 478th bit: −, Which is naturally the same as the previous result.

【0044】つぎに、図3において、比較器31の出力
結果(最大値)のうち下位Nビットbは次段の演算回路
21で最終的な選択結果を算出するために利用される。
また、比較器31の出力結果(最大値)のうちの最上位
ビットはイネーブル信号付きのNビットのラッチ回路
(DFF)11のイネーブル信号端子に共通入力され
る。
Next, in FIG. 3, the lower N bits b of the output result (maximum value) of the comparator 31 are used by the next-stage arithmetic circuit 21 to calculate the final selection result.
The most significant bit of the output result (maximum value) of the comparator 31 is commonly input to an enable signal terminal of an N-bit latch circuit (DFF) 11 with an enable signal.

【0045】演算回路21では、図1を用いて説明した
ように、DFF11の出力aから比較器31の出力結果
(最大値)のうち下位Nビットbを符号なし整数で減算
する演算を行い、その減算結果(a-b)を最新の調停
結果としてDFF11に出力する。
As described with reference to FIG. 1, the arithmetic circuit 21 performs an operation of subtracting the lower N bits b of the output result (maximum value) of the comparator 31 from the output a of the DFF 11 by an unsigned integer. The subtraction result (ab) is output to the DFF 11 as the latest arbitration result.

【0046】また、DFF11のイネーブル端子には、
比較器31の出力結果(最大値)のうちの最上位ビット
が入力されているので、出力結果が有効な場合のみ調停
結果がラッチされる。したがって、全ての要求元から要
求が出ていない場合には、調停動作が行われず、調停結
果が無効な値となる。
Also, the enable terminal of the DFF 11
Since the most significant bit of the output result (maximum value) of the comparator 31 is input, the arbitration result is latched only when the output result is valid. Therefore, when no request is issued from all request sources, the arbitration operation is not performed, and the arbitration result becomes an invalid value.

【0047】このようにこの実施の形態1においては、
最大値を検索して選択する調停アルゴリズムとその結果
が複数になったときに最終的に選択結果を一意に絞るた
めのラウンドロビンとを含む調停において、比較数値ビ
ット中の上位ビットを調停アルゴリズムに関係して各要
求元が提示する値とし、その下位ビットをラウンドロビ
ン制御によって決定される数値として、これらを一括し
て比較して最大値を検索することによって、数値比較に
よる調停アルゴリズムによる調停手順とラウンドロビン
による絞り込み手順を、複数のクロックステップなどの
複数の段階を踏まずに同時に実行することが可能とな
り、これにより回路の単純簡素化、回路の高速化等を実
現することが可能となる。また、比較器31に最上位ビ
ットとして各要求元の要求の有無を示すフラグ信号を入
力し、比較器31の最上位ビット出力をラッチ回路11
にイネーブル信号として入力するようにすることで、全
ての要求元から要求が出ていない場合には、調停動作を
実行させないようにしているので、誤った調停結果が出
力されることがなくなる。
As described above, in the first embodiment,
In the arbitration algorithm that searches for and selects the maximum value and the arbitration including the round robin that finally narrows down the selection result uniquely when the result becomes more than one, the upper bits in the comparison numerical bits are used as the arbitration algorithm. An arbitration procedure based on an arbitration algorithm based on numerical comparison by making a value presented by each requester in relation to the lower order bit as a numerical value determined by round robin control, and comparing these collectively and searching for a maximum value. And round-robin narrowing down procedures can be performed simultaneously without stepping up a plurality of steps such as a plurality of clock steps, thereby simplifying the circuit and increasing the speed of the circuit. . Also, a flag signal indicating the presence / absence of a request from each requester is input to the comparator 31 as the most significant bit, and the most significant bit output of the comparator 31 is output to the latch circuit 11.
The arbitration operation is not executed when no request is issued from all request sources, so that an erroneous arbitration result is not output.

【0048】実施の形態2.つぎに図4を用いてこの発
明の実施の形態2について説明する。実施の形態2にお
いては、調停アルゴリズムが要求元の提示する数値のう
ちの最小値を出力しているものを選択する場合のラウン
ドロビン機能を実現している。図4は、ラウンドロビン
用の比較数値(Nビット)と、調停アルゴリズムに関す
る各要求元の提示する比較数値(Mビット)と、各要求
元の要求の有無を示すフラグ信号(有効表示ビット)と
を一括して比較し、選択結果を出力するための調停制御
回路を示している。
Embodiment 2 Next, a second embodiment of the present invention will be described with reference to FIG. In the second embodiment, the arbitration algorithm implements a round-robin function in a case where the arbitration algorithm selects the one outputting the minimum value among the numerical values presented by the request source. FIG. 4 shows a comparison value (N bits) for round robin, a comparison value (M bits) presented by each requester regarding the arbitration algorithm, a flag signal (valid display bit) indicating the presence or absence of a request from each requester. Are collectively compared to output an arbitration control circuit.

【0049】図4において、Nビットのラッチ回路(D
FF)11は、選択された要求元を示すラウンドロビン
結果(Nビット)をクロック信号をトリガとしてラッチ
しておくためのものである。この場合、ラッチ回路11
は、前記同様、入力されるイネーブル信号が1の場合に
有効になり、0の場合に無効になるイネーブル信号端子
を有している。演算回路22は、DFF11が保持して
いる前回のラウンドロビン結果a(Nビット)と、比較
器32の下位Nビットの出力bと、値1を符号なし整数
で加算し、その加算結果(a+b+1)を、最新調停結
果としてDFF11に出力する。
In FIG. 4, an N-bit latch circuit (D
FF) 11 is for latching a round robin result (N bits) indicating the selected request source with the clock signal as a trigger. In this case, the latch circuit 11
Has an enable signal terminal that is enabled when the input enable signal is 1 and disabled when the input enable signal is 0, as described above. The arithmetic circuit 22 adds the previous round robin result a (N bits) held by the DFF 11, the output N of the lower N bits of the comparator 32, and the value 1 as an unsigned integer, and adds the result (a + b + 1). ) Is output to the DFF 11 as the latest arbitration result.

【0050】演算回路50〜5n(n=2N-1)は、夫
々、入力されるDFF11の出力値すなわち前回のラウ
ンドロビン結果a(Nビット)に、枠内に示す演算を施
してラウンドロビン用の比較数値を出力するものであ
る。例えば、演算回路50は、要求元「0」に対応し、
DFF11の出力値a(Nビット)をnから減算するN
ビット符号なし減算(n−a)を実行する。演算回路5
1は、要求元「1」に対応し、DFF11の出力値a
(Nビット)を0から減算するNビット符号なし減算
(0−a)を実行する。演算回路52は、要求元「2」
に対応し、DFF11の出力値a(Nビット)を1から
減算するNビット符号なし減算(1−a)を実行する。
すなわち、n=2N−1とし、Lを0からnまでの整数
とするとき、0から数えてL番目の演算回路は、要求元
「L」に対応し、(L+n−a)のNビット符号なし加
算を実行している。以下、同様に、演算回路5nは、要
求元「n」に対応し、DFF11の出力値(Nビット)
aを(n−1)から減算するNビット符号なし減算を実
行する。これら演算回路50〜5nの出力値は比較器3
2に入力される。
The arithmetic circuits 50 to 5n (n = 2 N -1) respectively perform the operations shown in the frame on the input output value of the DFF 11, that is, the previous round robin result a (N bits), to perform round robin. Output the comparison numerical value for For example, the arithmetic circuit 50 corresponds to the request source “0”,
N that subtracts the output value a (N bits) of the DFF 11 from n
Perform bit unsigned subtraction (na). Arithmetic circuit 5
1 corresponds to the request source “1” and the output value a of the DFF 11
Perform N-bit unsigned subtraction (0-a) of subtracting (N bits) from 0. The arithmetic circuit 52 outputs the request source “2”
, The N-bit unsigned subtraction (1-a) of subtracting the output value a (N bits) of the DFF 11 from 1 is executed.
That is, when n = 2 N −1 and L is an integer from 0 to n, the L-th arithmetic circuit counting from 0 corresponds to the request source “L” and has N bits of (L + n−a). Performing unsigned addition. Hereinafter, similarly, the arithmetic circuit 5n corresponds to the request source "n" and outputs the output value (N bits) of the DFF 11.
Perform N-bit unsigned subtraction of subtracting a from (n-1). The output values of these arithmetic circuits 50 to 5n are
2 is input.

【0051】比較器32に対して、先の実施の形態1と
同様、複数の演算回路50〜5nからのラウンドロビン
用の比較数値の他に、調停アルゴリズム用に各要求元
「0」〜「n」が提示する比較数値(夫々Mビット)
と、各要求元の要求の有無を示す有効表示ビット(夫々
1ビット)とが入力されている。ただし、この場合は、
最小値を選択するので、有効表示ビットは、先の実施の
形態1と逆であり、要求元が要求を出しているときは
「0」で、要求元が要求を出していないときは「1」で
ある。このように、比較器32に対しては、1つの要求
元に対応して1+M+Nビットに合成された比較数値デ
ータが入力される。
For the comparator 32, as in the first embodiment, in addition to the comparison values for round robin from the plurality of arithmetic circuits 50 to 5n, the request sources "0" to "0" for the arbitration algorithm are used. n ”(M bits each)
And valid display bits (one bit each) indicating whether or not there is a request from each request source. However, in this case,
Since the minimum value is selected, the valid display bit is the reverse of that of the first embodiment, and is “0” when the requester has issued the request, and “1” when the requester has not issued the request. ". As described above, the comparator 32 receives the comparison numerical data combined into 1 + M + N bits corresponding to one request source.

【0052】そのビット構成は、先の図2に示すよう
に、最上位ビットに有効表示ビット(有効/無効ビッ
ト)が配置され、つぎの上位ビットにMビットの調停ア
ルゴリズムの比較数値データが配置され、下位ビットに
ラウンドロビン(RR)のNビットが配置される。
As shown in FIG. 2, the valid bit (valid / invalid bit) is placed at the most significant bit, and the M-bit comparison numerical data of the arbitration algorithm is placed at the next higher bit. Then, N bits of round robin (RR) are arranged in the lower bits.

【0053】比較器32では、各要求元に対応して入力
される(1+M+N)ビット幅のn+1(2N)個の比較
数値データ(有効表示ビット含む)を符号なし整数値と
して比較して、そのうちの最小値を検索し、検索した最
小値を出力する。
The comparator 32 compares n + 1 (2 N ) pieces of comparison numerical data (including valid display bits) having a (1 + M + N) bit width and corresponding to each request source as unsigned integer values. Search for the minimum value, and output the searched minimum value.

【0054】比較器32の出力結果(最大値)のうち下
位Nビットbは次段の演算回路22で最終的な選択結果
を算出するために利用される。すなわち、演算回路22
では、DFF11の出力a(Nビット)と、比較器32
の下位Nビットの出力bと、値1を符号なし整数で加算
し、その加算結果(a+b+1)を、最新調停結果とし
てDFF11に出力する。
The lower N bits b of the output result (maximum value) of the comparator 32 are used by the next-stage arithmetic circuit 22 to calculate the final selection result. That is, the operation circuit 22
Then, the output a (N bits) of the DFF 11 and the comparator 32
Of the lower N bits and the value 1 as an unsigned integer, and outputs the addition result (a + b + 1) to the DFF 11 as the latest arbitration result.

【0055】また、比較器32の出力結果(最大値)の
うちの最上位ビットは、インバータ23に入力され、イ
ンバータ23で論理反転された値がイネーブル信号とし
てNビットのラッチ回路(DFF)11のイネーブル信
号端子に共通入力される。このように、この場合も、D
FF11のイネーブル端子には、比較器32の出力結果
(最小値)のうちの最上位ビットが入力されているの
で、出力結果が有効な場合のみ調停結果がラッチされ
る。したがって、全ての要求元から要求が出ていない場
合には、調停動作が行われず、調停結果が無効な値とな
る。
The most significant bit of the output result (maximum value) of the comparator 32 is input to the inverter 23, and the value logically inverted by the inverter 23 is used as an enable signal for an N-bit latch circuit (DFF) 11 Are commonly input to the enable signal terminal of Thus, also in this case, D
Since the most significant bit of the output result (minimum value) of the comparator 32 is input to the enable terminal of the FF 11, the arbitration result is latched only when the output result is valid. Therefore, when no request is issued from all request sources, the arbitration operation is not performed, and the arbitration result becomes an invalid value.

【0056】つぎに、比較器32が最小値を算出する計
算の流れを説明する。N=3、n=7の場合とし、DF
F11に現在ラッチされている値が「4」であるとする
と、演算回路50〜57の演算出力は、順にそれぞれ
「3」,「4」,「5」,「6」,「7」,「0」,
「1」,「2」となる。ここで、前回のラウンドロビン
結果である「4」の位置、つまり符号54(要求元
「4」に対応)の演算回路の演算結果は3ビット整数の
最大値7となっていて、最小値を検索する回路なので次
回のラウンドロビン処理における優先度が最低になり、
符号54の次の符号55(要求元「5」に対応)の演算
回路の演算結果が最小の「0」を示し、優先度が最高に
なっている。したがって、もし全ての要求元が要求を出
していた場合、この中で一番小さい数値は当然「0」で
あるので、比較器32からは「0」が比較結果として出
力される。そして、演算回路22では、4+0+1=5
(3ビット符号なし加算)が計算されて、その出力とし
ての最新のラウンドロビン結果は「5」となる。このラ
ウンドロビン結果「5」が、次のクロック信号の立ち上
がりでDFF11にラッチされ、ラウンドロビン結果と
して出力されることになる。このラウンドロビン結果
は、演算回路50〜57の演算結果と比較しても正しい
ことがわかる。
Next, the flow of calculation in which the comparator 32 calculates the minimum value will be described. N = 3, n = 7, DF
Assuming that the value currently latched in F11 is “4”, the arithmetic outputs of the arithmetic circuits 50 to 57 are “3”, “4”, “5”, “6”, “7”, “7”, respectively. 0 ",
"1" and "2". Here, the position of “4”, which is the previous round robin result, that is, the calculation result of the calculation circuit of the code 54 (corresponding to the request source “4”) is the maximum value 7 of a 3-bit integer, and the minimum value is Because it is a circuit to search, the priority in the next round robin processing is the lowest,
The operation result of the operation circuit of the code 55 (corresponding to the request source “5”) following the code 54 indicates the minimum “0”, and the priority is the highest. Therefore, if all requesters have issued requests, the smallest value among them is naturally "0", and "0" is output from the comparator 32 as a comparison result. Then, in the arithmetic circuit 22, 4 + 0 + 1 = 5
(3-bit unsigned addition) is calculated, and the latest round robin result as its output is “5”. This round robin result “5” is latched by the DFF 11 at the next rising edge of the clock signal, and is output as the round robin result. It can be seen that the round robin result is correct even when compared with the operation results of the operation circuits 50 to 57.

【0057】このようにこの実施の形態2においては、
最小値を検索して選択する調停アルゴリズムとその結果
が複数になったときに最終的に選択結果を一意に絞るた
めのラウンドロビンとを含む調停において、比較数値ビ
ット中の上位ビットを調停アルゴリズムに関係して各要
求元が提示する値とし、その下位ビットをラウンドロビ
ン制御によって決定される数値として、これらを一括し
て比較して最小値を検索することによって、数値比較に
よる調停アルゴリズムによる調停手順とラウンドロビン
による絞り込み手順を、複数のクロックステップなどの
複数の段階を踏まずに同時に実行することが可能とな
り、これにより回路の単純簡素化、回路の高速化等を実
現することが可能となる。また、比較器32に最上位ビ
ットとして各要求元の要求の有無を示すフラグ信号を入
力し、比較器32の最上位ビット出力を論理反転してラ
ッチ回路(DFF)11にイネーブル信号として入力す
るようにすることで、全ての要求元から要求が出ていな
い場合には、調停動作を実行させないようにしているの
で、誤った調停結果が出力されることがなくなる。
As described above, in the second embodiment,
In the arbitration algorithm that searches for and selects the minimum value and the arbitration that includes a round robin to finally narrow down the selection result when the number of results is more than one, the upper bits of the comparison numerical bits are used as the arbitration algorithm. An arbitration procedure based on an arbitration algorithm based on a numerical comparison, in which a value presented by each requester in relation to the lower order bit is a numerical value determined by round robin control, and these are collectively compared to search for a minimum value. And round-robin narrowing down procedures can be performed simultaneously without stepping up a plurality of steps such as a plurality of clock steps, thereby simplifying the circuit and increasing the speed of the circuit. . Further, a flag signal indicating the presence / absence of a request from each requester is input to the comparator 32 as the most significant bit, and the most significant bit output of the comparator 32 is logically inverted and input to the latch circuit (DFF) 11 as an enable signal. By doing so, if no request is issued from all request sources, the arbitration operation is prevented from being executed, so that an erroneous arbitration result is not output.

【0058】実施の形態3.次にこの発明の実施の形態
3を説明する。通常、比較器においては、入力された複
数の値の比較結果を出力する第1のタイプと、比較の結
果選択された入力値に対応する番号データまたはその番
号をデコードしたものを出力する第2のタイプの2つの
タイプがある。
Embodiment 3 FIG. Next, a third embodiment of the present invention will be described. Normally, a comparator outputs a first type that outputs a comparison result of a plurality of input values and a second type that outputs number data corresponding to an input value selected as a result of the comparison or a decoded version of the number. There are two types:

【0059】たとえばトーナメント形式で随時比較を行
って最大、または最小を検索するような比較器では、1
回の比較のあと、また比較する必要があるため、比較し
た結果として出力される値は比較値そのものであり、最
終段の比較の結果も比較値がそのまま出力される第1の
タイプが望ましい。
For example, in a comparator in which a comparison is made at any time in a tournament format to search for a maximum or a minimum, 1
Since it is necessary to perform the comparison again after the second comparison, the first type in which the value output as the result of the comparison is the comparison value itself and the comparison result of the final stage is also output as it is.

【0060】これに対し、全ての値を比較して一斉に比
較結果を出力する場合は、比較値を次に伝える必要がな
いため、入力値の番号データに対応したフラグが有効か
無効かによって比較結果を得ることになる。すなわち、
この場合は、例えば0〜7までの比較対象があって、そ
の比較結果の出力用に8本の信号が用意されていて、最
大または最小を示す比較対照の番号に対応する信号線だ
けに1がたつことになる。この場合、その結果をエンコ
ードして数値とすることで、最大値または最小値となっ
た比較値に対応する番号データ(0〜n)を出力する比較
器を実現できる。
On the other hand, when all values are compared and the comparison result is output all at once, there is no need to transmit the comparison value to the next, so that the flag corresponding to the number data of the input value is valid or invalid. You will get a comparison result. That is,
In this case, for example, there are 0 to 7 comparison targets, and eight signals are prepared for outputting the comparison result, and only one signal line corresponding to the comparison target number indicating the maximum or the minimum is set to 1 It will be shaky. In this case, by encoding the result into a numerical value, a comparator that outputs number data (0 to n) corresponding to the maximum or minimum comparison value can be realized.

【0061】このような第2のタイプの比較器を用いれ
ば、比較器の出力が最終的な調停結果になるので、最大
値選択方式を採る場合は図1の演算回路21を省略する
ことができ、また最小値選択方式を採る場合は図4の演
算回路22を省略することが可能となる。そして、この
比較器の出力をそのままDFF11に入力すればよくな
る。
If such a second type of comparator is used, the output of the comparator will be the final arbitration result. Therefore, when employing the maximum value selection method, the arithmetic circuit 21 of FIG. 1 can be omitted. When the minimum value selection method is adopted, the arithmetic circuit 22 shown in FIG. 4 can be omitted. Then, the output of the comparator may be directly input to the DFF 11.

【0062】この実施の形態3においても、先の実施の
形態と同様、数値比較による調停アルゴリズムによる調
停手順とラウンドロビンによる絞り込み手順を、複数の
クロックステップなどの複数の段階を踏まずに同時に実
行することが可能となる。
In the third embodiment, as in the previous embodiment, the arbitration procedure based on the arbitration algorithm based on numerical comparison and the narrowing-down procedure based on round robin are simultaneously executed without performing a plurality of steps such as a plurality of clock steps. It is possible to do.

【0063】[0063]

【発明の効果】以上説明したように、この発明にかかる
調停制御方法によれば、最大値または最小値を検索して
選択する調停アルゴリズムおよびその結果が複数になっ
たときに最終的に選択結果を一意に絞るためのラウンド
ロビンを含む調停において、比較数値ビット中の上位ビ
ットを調停アルゴリズムに関係して各要求元が提示する
値とし、その下位ビットをラウンドロビン制御によって
決定される数値として、これらを一括して比較すること
によって、数値比較による調停アルゴリズムによる調停
手順とラウンドロビンによる絞り込み手順を、複数のク
ロックステップなどの複数の段階を踏まずに同時に実行
することが可能となり、これにより回路の単純簡素化、
回路の高速化等を実現することが可能となる。
As described above, according to the arbitration control method according to the present invention, an arbitration algorithm for retrieving and selecting a maximum value or a minimum value and finally selecting a result when a plurality of results are obtained. In the arbitration including the round robin for uniquely narrowing down, the upper bits in the comparison numerical bits are set to the values presented by each requester in relation to the arbitration algorithm, and the lower bits are set to the numbers determined by the round robin control, By comparing these at once, the arbitration procedure using the arbitration algorithm based on numerical comparison and the narrowing-down procedure based on round robin can be performed simultaneously without performing multiple steps such as multiple clock steps. Simple simplification of the
It is possible to realize a high-speed circuit and the like.

【0064】つぎの発明によれば、最大値を出力してい
る1つの要求元を決定する調停制御回路において、クロ
ック信号によってNビットの調停結果をラッチするラッ
チ回路と、ラッチ回路から出力される前回の調停結果に
夫々異なる符号なし整数演算を施してラウンドロビン用
の比較数値データを出力する複数の第1の演算回路と、
各第1の演算回路からのNビット出力を下位ビットと
し、調停アルゴリズム用に各要求元が提示するMビット
の比較数値データを上位ビットとしてそれぞれ合成した
複数の要求元分の合成データをM+Nビットの符号なし
整数として比較して最大値を出力する比較器と、この比
較器の出力のうちの下位Nビットが示す値を、前記ラッ
チ回路から出力される前回の調停結果から符号なし減算
しこの減算結果を今回の調停結果として前記ラッチ回路
に入力する第2の演算回路とを備え、1クロック周期
で、最大値を検索する調停アルゴリズムおよびラウンド
ロビンを一括して実行して唯一の調停結果を導出するよ
うにしているので、単純な構成で且つ高速処理が可能な
調停制御回路を具現化することができる。
According to the next invention, in the arbitration control circuit for determining one request source outputting the maximum value, a latch circuit for latching an N-bit arbitration result by a clock signal, and an output from the latch circuit A plurality of first arithmetic circuits for performing different unsigned integer arithmetic operations on the previous arbitration result and outputting comparison numerical data for round robin;
M + N bits of combined data for a plurality of request sources obtained by combining N-bit output from each first arithmetic circuit as lower bits and M-bit comparison numerical data presented by each requester as an upper bit for an arbitration algorithm And a comparator that outputs the maximum value by comparing as an unsigned integer, and subtracts, without sign, the value indicated by the lower N bits of the output of the comparator from the previous arbitration result output from the latch circuit. A second arithmetic circuit for inputting the subtraction result to the latch circuit as a current arbitration result, and collectively executing an arbitration algorithm for searching for a maximum value and round robin in one clock cycle to obtain only one arbitration result. Since the arbitration control circuit is derived, an arbitration control circuit having a simple configuration and capable of high-speed processing can be realized.

【0065】つぎの発明にかかる調停制御回路によれ
ば、第1の演算回路は、ラッチ回路の出力に(n−L+
1)を加算することにより、L番目の要求元に対応する
ラウンドロビン用の比較数値データを出力するようにし
ているので、単純な構成で、高速処理が可能でかつ高精
度の調停をなし得る調停制御回路を具現化することがで
きる。
According to the arbitration control circuit of the next invention, the first arithmetic circuit outputs (n−L +
By adding 1), round-robin comparison numerical data corresponding to the L-th request source is output, so high-speed processing is possible with a simple configuration and high-precision arbitration can be achieved. An arbitration control circuit can be embodied.

【0066】つぎの発明にかかる調停制御回路によれ
ば、比較器に最上位ビットとして各要求元の要求の有無
を示すフラグ信号を入力し、前記比較器の最上位ビット
出力を前記ラッチ回路にイネーブル信号として入力する
ようにすることで、全ての要求元から要求が出ていない
場合には、調停動作を実行させないようにしているの
で、誤った調停結果が出力されることがなくなる。
According to the arbitration control circuit of the next invention, a flag signal indicating the presence / absence of a request from each requester is input to the comparator as the most significant bit, and the most significant bit output of the comparator is sent to the latch circuit. By inputting as an enable signal, when no request is issued from all request sources, the arbitration operation is prevented from being executed, so that an erroneous arbitration result is not output.

【0067】つぎの発明にかかる調停制御回路によれ
ば、比較器は調停結果としての最大値に対応する要求元
の番号データを出力するようにしているので、導出した
最大値から最大値に対応する要求元を演算するための演
算回路を省略することができ、これにより、より回路の
単純簡素化、回路の高速化等を実現することが可能とな
る。
According to the arbitration control circuit according to the next invention, the comparator outputs the request source number data corresponding to the maximum value as the arbitration result. It is possible to omit an arithmetic circuit for calculating the request source to be performed, thereby making it possible to further simplify the circuit, increase the speed of the circuit, and the like.

【0068】つぎの発明にかかる調停制御回路によれ
ば、最小値を出力している1つの要求元を決定する調停
制御回路において、クロック信号によってNビットの調
停結果をラッチするラッチ回路と、ラッチ回路から出力
される前回の調停結果に夫々異なる符号なし整数演算を
施してラウンドロビン用の比較数値データを出力する複
数の第1の演算回路と、各第1の演算回路からのNビッ
ト出力を下位ビットとし、調停アルゴリズム用に各要求
元が提示するMビットの比較数値データを上位ビットと
してそれぞれ合成した複数の要求元分の合成データをM
+Nビットの符号なし整数として比較して最小値を出力
する比較器と、この比較器の出力のうちの下位Nビット
が示す値と、前記ラッチ回路から出力される前回の調停
結果とを符号なし加算することに基づき今回の調停結果
出力する第2の演算回路とを備え、1クロック周期で、
最小値を検索する調停アルゴリズムおよびラウンドロビ
ンを一括して実行して唯一の調停結果を導出するように
しているので、単純な構成で且つ高速処理が可能な調停
制御回路を具現化することができる。
According to the arbitration control circuit of the next invention, in the arbitration control circuit for determining one request source outputting the minimum value, a latch circuit for latching an N-bit arbitration result by a clock signal; A plurality of first arithmetic circuits that perform different unsigned integer arithmetic operations on the previous arbitration results output from the circuits and output round-robin comparison numerical data, and an N-bit output from each first arithmetic circuit. Combined data of a plurality of request sources, each of which is composed of lower-order bits and M-bit comparison numerical data presented by each requester for the arbitration algorithm as upper-order bits, is represented by M
A comparator that outputs a minimum value by comparing as a + N-bit unsigned integer, and outputs a value indicated by the lower N bits of the output of the comparator and a previous arbitration result output from the latch circuit without a sign. A second arithmetic circuit that outputs the current arbitration result based on the addition.
Since the arbitration algorithm for searching for the minimum value and round robin are collectively executed to derive only one arbitration result, an arbitration control circuit that can perform high-speed processing with a simple configuration can be realized. .

【0069】つぎの発明にかかる調停制御回路によれ
ば、第1の演算回路は、値(L+n)から前記ラッチ回
路の出力を減算することにより、L番目の要求元に対応
するラウンドロビン用の比較数値データを出力し、第2
の演算回路は、比較器の出力のうちの下位Nビットが示
す値と、前記ラッチ回路から出力される前回の調停結果
と、値1とを符号なし加算することに基づき今回の調停
結果を得るようにしているので、単純な構成で、高速処
理が可能でかつ高精度の調停をなし得る調停制御回路を
具現化することができる。
According to the arbitration control circuit of the next invention, the first arithmetic circuit subtracts the output of the latch circuit from the value (L + n) to obtain the round-robin for the L-th request source. Output comparative numerical data,
Calculates the current arbitration result based on the unsigned addition of the value indicated by the lower N bits of the output of the comparator, the previous arbitration result output from the latch circuit, and the value 1. As a result, an arbitration control circuit capable of performing high-speed processing and performing highly accurate arbitration with a simple configuration can be realized.

【0070】つぎの発明にかかる調停制御回路によれ
ば、比較器に最上位ビットとして各要求元の要求の有無
を示すフラグ信号を入力し、前記比較器の最上位ビット
出力を論理反転してラッチ回路にイネーブル信号として
入力することで、全ての要求元から要求が出ていない場
合には、調停動作を実行させないようにしているので、
誤った調停結果が出力されることがなくなる。
According to the arbitration control circuit of the next invention, a flag signal indicating whether or not each requester has a request is input to the comparator as the most significant bit, and the most significant bit output of the comparator is logically inverted. By inputting it as an enable signal to the latch circuit, if no request has been issued from all request sources, the arbitration operation is prevented from being executed.
Incorrect arbitration results will not be output.

【0071】つぎの発明にかかる調停制御回路によれ
ば、比較器は調停結果としての最小値に対応する要求元
の番号データを出力するようにしているので、導出した
最小値から最小値に対応する要求元を演算するための演
算回路を省略することができ、これにより、より回路の
単純簡素化、回路の高速化等を実現することが可能とな
る。
According to the arbitration control circuit according to the next invention, the comparator outputs the request source number data corresponding to the minimum value as the arbitration result. It is possible to omit an arithmetic circuit for calculating the request source to be performed, thereby making it possible to further simplify the circuit, increase the speed of the circuit, and the like.

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

【図1】 この発明にかかる調停制御回路の実施の形態
1を示す図であり、特にラウンドロビンに関係する箇所
だけに抽出して示すブロック図である。
FIG. 1 is a diagram illustrating a first embodiment of an arbitration control circuit according to the present invention, and is a block diagram particularly illustrating only a portion related to round robin;

【図2】 上位ビットに調停アルゴリズムによる比較数
値を用い、下位ビットにラウンドロビンによる比較数値
を用いた比較数値データを示す図である。
FIG. 2 is a diagram showing comparative numerical data in which a comparative numerical value by an arbitration algorithm is used for upper bits and a comparative numerical value by round robin is used for lower bits.

【図3】 この発明にかかる調停制御回路の実施の形態
1を示すブロック図である。
FIG. 3 is a block diagram illustrating a first embodiment of an arbitration control circuit according to the present invention;

【図4】 この発明にかかる調停制御回路の実施の形態
2を示すブロック図である。
FIG. 4 is a block diagram showing a second embodiment of the arbitration control circuit according to the present invention;

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

11 ラッチ回路(D型フリップフロップ)、21 演
算回路(第2の演算回路)、22 演算回路(第2の演
算回路)、31 比較器、32 比較器、40〜4n
演算回路(第1の演算回路)、50〜5n 演算回路
(第1の演算回路)。
Reference Signs List 11 latch circuit (D-type flip-flop), 21 operation circuit (second operation circuit), 22 operation circuit (second operation circuit), 31 comparator, 32 comparator, 40 to 4n
Arithmetic circuit (first arithmetic circuit), 50 to 5n arithmetic circuit (first arithmetic circuit).

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 複数の要求元が提示するデータ値のうち
最大値または最小値を選択し、該最大値または最小値を
提示している要求元を選択結果とする調停アルゴリズム
に適用され、最大値または最小値に相当する値が複数の
要求元から提示されている場合に、最終的に1つの要求
元を決定するべくラウンドロビン制御を用いる調停制御
方法において、 上位のMビットを調停アルゴリズム用に各要求元が提示
する第1の比較数値データとし、下位のNビットを前回
の調停結果に各要求元毎にそれぞれ異なる所定の演算を
施した全て異なるNビット分の整数値から成るラウンド
ロビン用の第2の比較数値データとし、複数の要求元分
の第1および第2の比較数値データをM+Nビットの符
号なし整数として比較することにより前記M+Nビット
のデータの最大値または最小値を検索する事に基づいて
今回の調停結果を求めることを特徴とする調停制御方
法。
1. A arbitration algorithm that selects a maximum value or a minimum value from data values presented by a plurality of request sources and selects a request source presenting the maximum value or the minimum value as a selection result, In the arbitration control method using round-robin control to finally determine one request source when a value or a value corresponding to the minimum value is presented from a plurality of request sources, the upper M bits are used for an arbitration algorithm. Is the first comparison numerical data presented by each requester, and the lower N bits are round robins composed of all different N-bit integer values obtained by subjecting the previous arbitration result to different predetermined calculations for each requester. By comparing the first and second comparison numerical data for a plurality of request sources as M + N-bit unsigned integers, as second comparison numerical data for Arbitration control method characterized by finding the current arbitration results based on that search for maximum value or the minimum value of over data.
【請求項2】 複数の要求元が提示するデータ値のうち
最大値を選択し、該最大値を提示している要求元を選択
結果とする調停アルゴリズムに適用され、最大値に相当
する値が複数の要求元から提示されている場合に、最終
的に1つの要求元を決定するべくラウンドロビン制御を
用いる調停制御回路において、 クロック信号をトリガとしてNビットの調停結果をラッ
チするラッチ回路と、 前記ラッチ回路から出力される前回の調停結果に夫々異
なる符号なし整数演算を施して全て異なるNビット分の
整数値から成るラウンドロビン用の比較数値データを出
力する複数の第1の演算回路と、 これら各第1の演算回路からのNビット出力を下位ビッ
トとし、調停アルゴリズム用に各要求元が提示するMビ
ットの比較数値データを上位ビットとしてそれぞれ合成
した複数の要求元分の合成データをM+Nビットの符号
なし整数として比較して最大値を出力する比較器と、 この比較器の出力のうちの下位Nビットが示す値を、前
記ラッチ回路から出力される前回の調停結果から符号な
し減算し、この減算結果を今回の調停結果として前記ラ
ッチ回路に入力する第2の演算回路と、 を備え、1クロック周期で、最大値を検索する調停アル
ゴリズムおよびラウンドロビンを一括して実行して唯一
の調停結果を導出することを特徴とする調停制御回路。
2. A method for selecting a maximum value among data values presented by a plurality of request sources and applying the arbitration algorithm to select a request source presenting the maximum value as a selection result, wherein a value corresponding to the maximum value is An arbitration control circuit that uses round-robin control to finally determine one request source when presented from a plurality of request sources; a latch circuit that latches an N-bit arbitration result using a clock signal as a trigger; A plurality of first arithmetic circuits that perform different unsigned integer arithmetic operations on the previous arbitration result output from the latch circuit and output round-robin comparison numerical data including integer values of N bits different from each other; The N-bit output from each of the first arithmetic circuits is set as a lower bit, and the M-bit comparison numerical data presented by each requester for the arbitration algorithm is set as an upper bit. A comparator for comparing the combined data of the plurality of request sources as M + N-bit unsigned integers and outputting a maximum value; and a value indicated by the lower N bits of the output of the comparator, And a second arithmetic circuit for inputting the subtraction result as a current arbitration result to the latch circuit, and searching for the maximum value in one clock cycle. An arbitration control circuit for executing an algorithm and round robin collectively to derive a unique arbitration result.
【請求項3】 n=2N−1とし、Lを0からnまでの
整数とするとき、前記各第1の演算回路は、前記ラッチ
回路の出力に(n−L+1)を加算することにより、L
番目の要求元に対応するラウンドロビン用の比較数値デ
ータを出力することを特徴とする請求項2に記載の調停
制御回路。
3. When n = 2 N -1 and L is an integer from 0 to n, each of the first arithmetic circuits adds (n−L + 1) to the output of the latch circuit. , L
The arbitration control circuit according to claim 2, wherein the arbitration control circuit outputs round-robin comparison numerical data corresponding to the request source.
【請求項4】 前記比較器に最上位ビットとして各要求
元の要求の有無を示すフラグ信号を入力し、前記比較器
の最上位ビット出力を前記ラッチ回路にイネーブル信号
として入力することを特徴とする請求項2または3に記
載の調停制御回路。
4. A comparator according to claim 1, wherein a flag signal indicating the presence / absence of a request from each requester is input as the most significant bit, and an output of the most significant bit of the comparator is input to the latch circuit as an enable signal. The arbitration control circuit according to claim 2 or 3, wherein
【請求項5】 複数の要求元が提示するデータ値のうち
最大値を選択し、該最大値を提示している要求元を選択
結果とする調停アルゴリズムに適用され、最大値に相当
する値が複数の要求元から提示されている場合に、最終
的に1つの要求元を決定するべくラウンドロビン制御を
用いる調停制御回路において、 クロック信号をトリガとしてNビットの調停結果をラッ
チするラッチ回路と、 前記ラッチ回路から出力される前回の調停結果に夫々異
なる符号なし整数演算を施して全て異なるNビット分の
整数値から成るラウンドロビン用の比較数値データを出
力する複数の演算回路と、 これら各演算回路からのNビット出力を下位ビットと
し、調停アルゴリズム用に各要求元が提示するMビット
の比較数値データを上位ビットとしてそれぞれ合成した
複数の要求元分の合成データをM+Nビットの符号なし
整数として比較し、この比較により最大値となる要求元
の番号を出力し、この番号データを今回の調停結果とし
て前記ラッチ回路に入力する比較器と、 を備え、1クロック周期で、最大値を検索する調停アル
ゴリズムおよびラウンドロビンを一括して実行して唯一
の調停結果を導出することを特徴とする調停制御回路。
5. A arbitration algorithm which selects a maximum value among data values presented by a plurality of request sources and selects the request source presenting the maximum value as a selection result, wherein a value corresponding to the maximum value is obtained. An arbitration control circuit that uses round-robin control to finally determine one request source when presented from a plurality of request sources; a latch circuit that latches an N-bit arbitration result using a clock signal as a trigger; A plurality of arithmetic circuits for performing different unsigned integer arithmetic operations on the previous arbitration results output from the latch circuit and outputting round-robin comparison numerical data including integer values of N bits different from each other; The N-bit output from the circuit is used as the lower bits, and the M-bit comparison numerical data presented by each requester for the arbitration algorithm is synthesized as the upper bits. The combined data for the plurality of request sources are compared as unsigned integers of M + N bits, the number of the request source having the maximum value is output by this comparison, and the number data is input to the latch circuit as a result of the current arbitration. An arbitration control circuit comprising: a comparator; and an arbitration algorithm for searching for a maximum value and round robin are collectively executed in one clock cycle to derive a unique arbitration result.
【請求項6】 複数の要求元が提示するデータ値のうち
最小値を選択し、該最小値を提示している要求元を選択
結果とする調停アルゴリズムに適用され、最小値に相当
する値が複数の要求元から提示されている場合に、最終
的に1つの要求元を決定するべくラウンドロビン制御を
用いる調停制御回路において、 クロック信号をトリガとしてNビットの調停結果をラッ
チするラッチ回路と、 前記ラッチ回路から出力される前回の調停結果に夫々異
なる符号なし整数演算を施して全て異なるNビット分の
整数値から成るラウンドロビン用の比較数値データを出
力する複数の第1の演算回路と、 これら各第1の演算回路からのNビット出力を下位ビッ
トとし、調停アルゴリズム用に各要求元が提示するMビ
ットの比較数値データを上位ビットとしてそれぞれ合成
した複数の要求元分の合成データをM+Nビットの符号
なし整数として比較して最小値を出力する比較器と、 この比較器の出力のうちの下位Nビットが示す値と、前
記ラッチ回路から出力される前回の調停結果とを符号な
し加算することに基づき今回の調停結果を得、この今回
の調停結果を前記ラッチ回路に入力する第2の演算回路
と、 を備え、1クロック周期で、最小値を検索する調停アル
ゴリズムおよびラウンドロビンを一括して実行して唯一
の調停結果を導出することを特徴とする調停制御回路。
6. A arbitration algorithm which selects a minimum value among data values presented by a plurality of request sources and selects a request source presenting the minimum value as a selection result, wherein a value corresponding to the minimum value is obtained. An arbitration control circuit that uses round-robin control to finally determine one request source when presented from a plurality of request sources; a latch circuit that latches an N-bit arbitration result using a clock signal as a trigger; A plurality of first arithmetic circuits that perform different unsigned integer arithmetic operations on the previous arbitration result output from the latch circuit and output round-robin comparison numerical data including integer values of N bits different from each other; The N-bit output from each of the first arithmetic circuits is set as a lower bit, and the M-bit comparison numerical data presented by each requester for the arbitration algorithm is set as an upper bit. A comparator for comparing the combined data of the plurality of request sources combined as unsigned integers of M + N bits and outputting a minimum value; a value indicated by the lower N bits of the output of the comparator; A second arithmetic circuit that obtains the current arbitration result based on the unsigned addition of the previous arbitration result output from the arbitration result and inputs the current arbitration result to the latch circuit. And an arbitration control circuit characterized in that an arbitration algorithm for searching for a minimum value and round robin are collectively executed to derive a unique arbitration result.
【請求項7】 n=2N−1とし、Lを0からnまでの
整数とするとき、前記各第1の演算回路は、値(L+
n)から前記ラッチ回路の出力を減算することにより、
L番目の要求元に対応するラウンドロビン用の比較数値
データを出力し、 前記第2の演算回路は、前記比較器の出力のうちの下位
Nビットが示す値と、前記ラッチ回路から出力される前
回の調停結果と、値1とを符号なし加算することに基づ
き今回の調停結果を得ることを特徴とする請求項6に記
載の調停制御回路。
7. When n = 2 N -1 and L is an integer from 0 to n, each of the first arithmetic circuits has a value (L +
n) by subtracting the output of the latch circuit from
Outputting comparison numerical data for round robin corresponding to the L-th request source, wherein the second arithmetic circuit outputs the value indicated by the lower N bits of the output of the comparator and the latch circuit 7. The arbitration control circuit according to claim 6, wherein the current arbitration result is obtained based on an unsigned addition of the previous arbitration result and the value 1.
【請求項8】 前記比較器に最上位ビットとして各要求
元の要求の有無を示すフラグ信号を入力し、前記比較器
の最上位ビット出力を論理反転して前記ラッチ回路にイ
ネーブル信号として入力することを特徴とする請求項6
または7に記載の調停制御回路。
8. A flag signal indicating the presence / absence of a request from each requester is input to the comparator as the most significant bit, and the most significant bit output of the comparator is logically inverted and input to the latch circuit as an enable signal. 7. The method according to claim 6, wherein
Or the arbitration control circuit according to 7.
【請求項9】 複数の要求元が提示するデータ値のうち
最小値を選択し、該最小値を提示している要求元を選択
結果とする調停アルゴリズムに適用され、最小値に相当
する値が複数の要求元から提示されている場合に、最終
的に1つの要求元を決定するべくラウンドロビン制御を
用いる調停制御回路において、 クロック信号をトリガとしてNビットの調停結果をラッ
チするラッチ回路と、 前記ラッチ回路から出力される前回の調停結果に夫々異
なる符号なし整数演算を施して全て異なるNビット分の
整数値から成るラウンドロビン用の比較数値データを出
力する複数の演算回路と、 これら各演算回路からのNビット出力を下位ビットと
し、調停アルゴリズム用に各要求元が提示するMビット
の比較数値データを上位ビットとしてそれぞれ合成した
複数の要求元分の合成データをM+Nビットの符号なし
整数として比較し、この比較により最小値となる要求元
の番号を出力し、この番号データを今回の調停結果とし
て前記ラッチ回路に入力する比較器と、 を備え、1クロック周期で、最小値を検索する調停アル
ゴリズムおよびラウンドロビンを一括して実行して唯一
の調停結果を導出することを特徴とする調停制御回路。
9. A arbitration algorithm which selects a minimum value among data values presented by a plurality of request sources and selects a request source presenting the minimum value as a selection result, wherein a value corresponding to the minimum value is obtained. An arbitration control circuit that uses round-robin control to finally determine one request source when presented from a plurality of request sources; a latch circuit that latches an N-bit arbitration result using a clock signal as a trigger; A plurality of arithmetic circuits for performing different unsigned integer arithmetic operations on the previous arbitration results output from the latch circuit and outputting round-robin comparison numerical data including integer values of N bits different from each other; The N-bit output from the circuit is used as the lower bits, and the M-bit comparison numerical data presented by each requester for the arbitration algorithm is synthesized as the upper bits. The combined data of the plurality of request sources are compared as unsigned integers of M + N bits, and the number of the request source which becomes the minimum value by this comparison is output. An arbitration control circuit comprising: a comparator; and an arbitration algorithm for searching for a minimum value and round robin are collectively executed in one clock cycle to derive a unique arbitration result.
JP2001159261A 2001-05-28 2001-05-28 Arbitration control method and circuit Expired - Lifetime JP4772210B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001159261A JP4772210B2 (en) 2001-05-28 2001-05-28 Arbitration control method and circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001159261A JP4772210B2 (en) 2001-05-28 2001-05-28 Arbitration control method and circuit

Publications (2)

Publication Number Publication Date
JP2002351821A true JP2002351821A (en) 2002-12-06
JP4772210B2 JP4772210B2 (en) 2011-09-14

Family

ID=19002874

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001159261A Expired - Lifetime JP4772210B2 (en) 2001-05-28 2001-05-28 Arbitration control method and circuit

Country Status (1)

Country Link
JP (1) JP4772210B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011165113A (en) * 2010-02-15 2011-08-25 Kyocera Mita Corp Bus arbitration device and bus arbitration method
JP2014016730A (en) * 2012-07-06 2014-01-30 Canon Inc Bus arbiter, bus arbitration method, and computer program

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58171541A (en) * 1982-03-31 1983-10-08 Toshiba Corp Contact material for circuit breaker
JPS58171541U (en) * 1982-05-12 1983-11-16 株式会社日立製作所 data processing equipment
JPS61182158A (en) * 1985-02-07 1986-08-14 Fujitsu Ltd Common bus occupying system
JPS62231338A (en) * 1986-03-31 1987-10-09 Toshiba Corp Method and device for determining priority sequence
JPH118652A (en) * 1997-06-17 1999-01-12 Nec Corp Priority arbitration method and device therefor

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58171541A (en) * 1982-03-31 1983-10-08 Toshiba Corp Contact material for circuit breaker
JPS58171541U (en) * 1982-05-12 1983-11-16 株式会社日立製作所 data processing equipment
JPS61182158A (en) * 1985-02-07 1986-08-14 Fujitsu Ltd Common bus occupying system
JPS62231338A (en) * 1986-03-31 1987-10-09 Toshiba Corp Method and device for determining priority sequence
JPH118652A (en) * 1997-06-17 1999-01-12 Nec Corp Priority arbitration method and device therefor

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011165113A (en) * 2010-02-15 2011-08-25 Kyocera Mita Corp Bus arbitration device and bus arbitration method
JP2014016730A (en) * 2012-07-06 2014-01-30 Canon Inc Bus arbiter, bus arbitration method, and computer program
US9665515B2 (en) 2012-07-06 2017-05-30 Canon Kabushiki Kaisha Bus arbitration apparatus provided to a bus connected to a plurality of bus masters, bus arbitration method, and computer-readable storage medium

Also Published As

Publication number Publication date
JP4772210B2 (en) 2011-09-14

Similar Documents

Publication Publication Date Title
US5715470A (en) Arithmetic apparatus for carrying out viterbi decoding at a high speed
US6516369B1 (en) Fair and high speed arbitration system based on rotative and weighted priority monitoring
CN110955406A (en) Floating point dynamic range extension
US5721809A (en) Maximum value selector
US20040103231A1 (en) Hierarchical bus arbitration
WO1999066423A1 (en) Data calculating device
US7296048B2 (en) Semiconductor circuit for arithmetic processing and arithmetic processing method
JP2001222410A (en) Divider
JP2002351821A (en) Mediation control method and circuit
KR0139019B1 (en) Bit sequencing parallel comparator
JP2991788B2 (en) Decoder
US6578062B1 (en) Method and circuit for digital division
EP0822481A1 (en) Constant divider
JPH0736149B2 (en) Shift flag generation circuit
TWI423121B (en) System and method for determination of a horizontal minimum of digital values
JP3213982B2 (en) Division circuit
JP2907276B2 (en) Arithmetic processing unit
JP2553175B2 (en) Overflow detection circuit
JP3539077B2 (en) Division method by parallel operation method
JPH0432924A (en) Maximum value detector and minimum value detector
CN115686864A (en) Arbitration system
JPH11102284A (en) Method and circuit for selection
JP2513021B2 (en) Signed digit number sign judgment circuit
JPH06301516A (en) Semiconductor integrated circuit
JPH08335165A (en) Method and circuit for low power accumulation

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080421

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20101110

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20101116

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110112

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110621

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110622

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140701

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4772210

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term