JP2011227559A - Control information automatic generation method for data sorting circuit, data sorting circuit and control information automatic generation program - Google Patents

Control information automatic generation method for data sorting circuit, data sorting circuit and control information automatic generation program Download PDF

Info

Publication number
JP2011227559A
JP2011227559A JP2010093990A JP2010093990A JP2011227559A JP 2011227559 A JP2011227559 A JP 2011227559A JP 2010093990 A JP2010093990 A JP 2010093990A JP 2010093990 A JP2010093990 A JP 2010093990A JP 2011227559 A JP2011227559 A JP 2011227559A
Authority
JP
Japan
Prior art keywords
data
control information
shuffle
array
delay
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
JP2010093990A
Other languages
Japanese (ja)
Other versions
JP5556323B2 (en
Inventor
Kimi Ishihara
希実 石原
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2010093990A priority Critical patent/JP5556323B2/en
Publication of JP2011227559A publication Critical patent/JP2011227559A/en
Application granted granted Critical
Publication of JP5556323B2 publication Critical patent/JP5556323B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Complex Calculations (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce the design and implementation time of control information for a data sorting circuit.SOLUTION: A data sorting circuit 100 comprises a first delay mechanism 140, a shuffle mechanism 150 for sorting output data of the first delay mechanism 140, and a second delay mechanism 160 for delaying output data of the shuffle mechanism 150. In the data sorting circuit, a shuffle port search procedure for determining an output port number after sorting for each element in data array before sorting, a control information generation procedure for the first delay mechanism to adjust input data based on the amount of delay, and adjust an output time cycle, a shuffle mechanism control information generation procedure for sorting the output data of the first delay mechanism 140, and a control information generation procedure for the second delay mechanism to adjust the output data of the shuffle mechanism 150 based on the amount of delay, and adjust the output time cycle, are performed as a control information generation procedure for the data sorting circuit 100 by a control information automatic generation part 180.

Description

本発明は、遅延機構とシャッフル機構によりデータの並び替えを行うデータ並び替え回路に対する制御情報自動生成方法、データ並び替え回路、及び制御情報自動生成プログラムに関するものである。   The present invention relates to a control information automatic generation method, a data rearrangement circuit, and a control information automatic generation program for a data rearrangement circuit that rearranges data by a delay mechanism and a shuffle mechanism.

ある種の信号処理アルゴリズムにおいては、演算器と、遅延機構及びシャッフル機構により構成されたデータ並び替え回路を用いることにより、効率の良い回路を設計できることが知られている。例として、FFT(Fast・Fourier・Transform)は、バタフライ演算器、及び回転因子乗算器間に上記データ並び替え回路を組み込むことにより、高いスループットを持ち、かつ、面積コストの小さい回路を設計することができる。   In certain signal processing algorithms, it is known that an efficient circuit can be designed by using an arithmetic unit and a data rearrangement circuit constituted by a delay mechanism and a shuffle mechanism. As an example, FFT (Fast / Fourier / Transform) is to design a circuit with high throughput and low area cost by incorporating the above data rearrangement circuit between the butterfly arithmetic unit and the twiddle factor multiplier. Can do.

このような、ある特定アルゴリズム向けのデータ並び替え回路を組み込んだ回路では、遅延機構における遅延量やシャッフル機構におけるシャッフル方法が固定的であり、設計した回路を対象としたアルゴリズム以外に利用することは難しかった。そこで、データ並び替え回路において、遅延量やシャッフル方法をユーザが作成したプログラムによって変更できるようにして、様々なアルゴリズムに対応させることができるようにするデータ並び替え回路が提案されており、この一例を図22に示す。   In such a circuit incorporating a data rearrangement circuit for a specific algorithm, the delay amount in the delay mechanism and the shuffle method in the shuffle mechanism are fixed, and it can be used other than the algorithm for the designed circuit. was difficult. In view of this, in the data rearrangement circuit, a data rearrangement circuit has been proposed in which the delay amount and the shuffle method can be changed by a program created by the user so as to be compatible with various algorithms. Is shown in FIG.

図22に示すデータ並び替え回路200は、データ並び替え回路と同様な構成のものである(特許文献5を参照)。このデータ並び替え回路200は、カウンタ201、制御情報テーブル202、1段目の可変遅延回路203〜206、シャッフル回路207、2段目の可変遅延回路208〜211、制御情報削除器212〜215、及び制御情報結合器216〜219から構成されている。このデータ並び替え回路200には入力データ(ID#0〜ID#3)とモード信号MODEとカウンタリセット信号RSTが入力され、出力データ(OD#0〜OD#3)が出力される。   The data rearrangement circuit 200 shown in FIG. 22 has the same configuration as the data rearrangement circuit (see Patent Document 5). The data rearrangement circuit 200 includes a counter 201, a control information table 202, a first stage variable delay circuit 203 to 206, a shuffle circuit 207, a second stage variable delay circuit 208 to 211, a control information deleter 212 to 215, And control information combiners 216 to 219. The data rearrangement circuit 200 receives input data (ID # 0 to ID # 3), a mode signal MODE, and a counter reset signal RST, and outputs output data (OD # 0 to OD # 3).

ここで、モード信号MODEは、64点FFT用並び替えや32点FFT用並び替えなどの、並び替えパターンの種類(演算モード)を指定するための信号である。カウンタリセット信号RSTは並び替えパターンの開始時刻を指定するための信号である。カウンタ201は、カウンタリセット信号RSTによりリセットされ、その後、遅延量の単位である1サイクル毎にカウントアップする。制御情報テーブル202内には、カウンタ201の示すカウント値とモード信号MODEの示す演算モードとの組み合わせに対応する制御情報が格納されている。制御情報には、1段目の可変遅延回路203〜206の遅延量と、シャッフル回路207の制御情報と、2段目の可変遅延回路208〜211の遅延量とが含まれる。   Here, the mode signal MODE is a signal for designating the sort pattern type (calculation mode) such as 64-point FFT rearrangement and 32-point FFT rearrangement. The counter reset signal RST is a signal for designating the start time of the rearrangement pattern. The counter 201 is reset by a counter reset signal RST, and then counts up every cycle that is a unit of delay amount. In the control information table 202, control information corresponding to the combination of the count value indicated by the counter 201 and the calculation mode indicated by the mode signal MODE is stored. The control information includes the delay amounts of the first-stage variable delay circuits 203 to 206, the control information of the shuffle circuit 207, and the delay amounts of the second-stage variable delay circuits 208 to 211.

制御情報テーブル202から出力された制御情報は、制御情報結合器216〜219において入力データ(ID#0〜ID#3)と結合されて1段目の可変遅延回路203〜206へ入力される。また、制御情報は、制御情報削除器212〜215において、2段目の可変遅延回路208〜211から出力された結合データから取り除かれる。結合データから制御情報を取り除いたデータがデータ並び替え回路200の出力データ(OD#0〜OD#3)となる。   The control information output from the control information table 202 is combined with input data (ID # 0 to ID # 3) in the control information combiners 216 to 219 and input to the first-stage variable delay circuits 203 to 206. Also, the control information is removed from the combined data output from the second-stage variable delay circuits 208 to 211 in the control information deleters 212 to 215. Data obtained by removing control information from the combined data becomes output data (OD # 0 to OD # 3) of the data rearrangement circuit 200.

なお、関連する離散フーリエ変換装置がある(特許文献1を参照)。この特許文献1に記載の離散フーリエ変換装置は、変換演算量を削減し演算回路を簡素化した離散フーリエ変換装置および離散フーリエ逆変換装置を提供することを目的としている。   There is a related discrete Fourier transform device (see Patent Document 1). An object of the discrete Fourier transform apparatus described in Patent Document 1 is to provide a discrete Fourier transform apparatus and a discrete Fourier inverse transform apparatus that reduce the amount of transform computation and simplify the computation circuit.

また、関連する高速フーリエ変換演算回路がある(特許文献2を参照)。この特許文献2に記載の高速フーリエ変換演算回路は、高速フーリエ変換回路に関し、入力データ点数Nに対して、OFDMの搬送波数K(≦N)が変更になっても、同一の回路で適応的に高速フーリエ変換が行える回路を提供することを目的としている。   There is also a related fast Fourier transform arithmetic circuit (see Patent Document 2). The fast Fourier transform arithmetic circuit described in Patent Document 2 relates to a fast Fourier transform circuit, and is adaptive with the same circuit even if the number of OFDM carriers K (≦ N) is changed with respect to the number of input data points N. An object of the present invention is to provide a circuit capable of performing fast Fourier transform.

また、関連する高速フーリエ変換を用いて短い待ち時間でアレイ処理を行う並列システムがある(特許文献3を参照)。この特許文献3に記載の並列システムは、高速フーリエ変換における待ち時間を最小化し、接続及び設計を単純化することを目的としている。
また、関連する可変サイズの高速直交変換を実施する方法および機器がある(特許文献4を参照)。
In addition, there is a parallel system that performs array processing with a short waiting time using a related fast Fourier transform (see Patent Document 3). The parallel system described in Patent Document 3 aims to minimize the waiting time in the fast Fourier transform and simplify the connection and design.
There is also a related method and apparatus for performing variable-size high-speed orthogonal transform (see Patent Document 4).

特開2008-052504号公報JP 2008-052504 A 特開平10−283341号公報Japanese Patent Laid-Open No. 10-283341 特開平11−161637号公報Japanese Patent Laid-Open No. 11-161637 特表2008-506191号公報Special table 2008-506191 gazette 特願2009-218919号Japanese Patent Application No. 2009-218919

図22に示すデータ並び替え回路には、制御情報テーブル202を構成する制御情報を作成することが難しく、その作成には多大な時間がかかるという問題がある。
上記問題点を明らかにするために、まず図23及び図24を参照して、データ並び替え回路200の動作を説明する。図23は、図22に示すデータ並び替え回路200におけるデータ並び替えの様子を示す図である。図24は、このときの制御情報テーブル202の内容を示す図である。図24に示す制御情報テーブルに登録される制御情報として、1段目遅延、シャッフル、2段目遅延のそれぞれについて、ポートID#0,ID#1,ID#2,ID#3に対する値が記載されている。
The data rearrangement circuit shown in FIG. 22 has a problem that it is difficult to create control information constituting the control information table 202, and that creation takes a long time.
In order to clarify the above problem, first, the operation of the data rearrangement circuit 200 will be described with reference to FIGS. FIG. 23 is a diagram showing a state of data rearrangement in the data rearrangement circuit 200 shown in FIG. FIG. 24 is a diagram showing the contents of the control information table 202 at this time. As the control information registered in the control information table shown in FIG. 24, values for port ID # 0, ID # 1, ID # 2, and ID # 3 are described for each of the first-stage delay, shuffle, and second-stage delay. Has been.

図23に示すタイムチャートにおいて、最初のサイクル(サイクル0)では、カウントリセット信号が有効であるためカウンタ201のカウント値がリセットされる。また、最初の4サイクル間(サイクル0〜3)はモード信号が001であるため、最初のサイクルでは、図24に示す制御情報テーブルの最初の行の制御情報が読み出される。読み出された制御情報は、制御情報結合器216〜219において入力データと結合され、1段目の可変遅延回路203〜206に入力される。なお、図23中では、制御情報と結合されたデータを「データ名(1段目遅延量、シャッフル制御信号、2段目遅延量)」という形式で表現する。また、このデータを結合データと呼ぶことにする。   In the time chart shown in FIG. 23, the count value of the counter 201 is reset in the first cycle (cycle 0) because the count reset signal is valid. Since the mode signal is 001 during the first four cycles (cycles 0 to 3), the control information in the first row of the control information table shown in FIG. 24 is read out in the first cycle. The read control information is combined with the input data in the control information combiners 216 to 219 and input to the first-stage variable delay circuits 203 to 206. In FIG. 23, the data combined with the control information is expressed in the form of “data name (first stage delay amount, shuffle control signal, second stage delay amount)”. This data will be referred to as combined data.

例えば、カウント値0000(サイクル0)において、入力ポート#0に入力されるデータAに対する1段目の遅延量は2であるため、最初のサイクルの入力データAには2サイクル遅延の制御情報が結合され、サイクル2において1段目の可変遅延回路203から出力される。
同様に、カウント値0001(サイクル1)において、入力ポート#0に入力されるデータCには、図24中のカウント値0001の入力ポート#0に対する1段目の遅延量が4であるため、4サイクル分の遅延を示す制御情報が結合され、サイクル5において1段目の可変遅延回路203から出力される。なお、結合データ中の制御情報は、結合データ中のデータと共に遅延されたりシャッフルされたりする。
For example, when the count value is 0000 (cycle 0), the delay amount at the first stage with respect to the data A input to the input port # 0 is 2, so that the input data A in the first cycle has control information of 2-cycle delay. Combined and output from the variable delay circuit 203 at the first stage in cycle 2.
Similarly, in the count value 0001 (cycle 1), the data C input to the input port # 0 has a delay amount of 4 in the first stage with respect to the input port # 0 of the count value 0001 in FIG. Control information indicating a delay of 4 cycles is combined and output from the variable delay circuit 203 at the first stage in cycle 5. Note that the control information in the combined data is delayed or shuffled together with the data in the combined data.

サイクル3(カウント値0003)において、シャッフル回路207の入力#0に入力される結合データEは、シャッフル制御情報が1を示す制御情報を含んでいる。このため、サイクル3におけるシャッフル回路207の出力#0には、シャッフル回路207の入力#1にある結合データBが出力される。同様に、シャッフル回路207の出力#1には、シャッフル回路207の入力#0にある結合データEが出力される。
サイクル3に2段目の可変遅延回路208の入力#0に入力される結合データBは、2段目遅延量として1を含んでいる。このため、結合データBは次のサイクルであるサイクル4に2段目の可変遅延回路208から出力される。同様に、サイクル3に2段目の可変遅延回路209の入力#1に入力される結合データEの2段目遅延量は0であるので、結合データEは同じサイクルであるサイクル3に2段目の可変遅延回路209から出力される。
In cycle 3 (count value 0003), the combined data E input to the input # 0 of the shuffle circuit 207 includes control information whose shuffle control information indicates 1. Therefore, the combined data B at the input # 1 of the shuffle circuit 207 is output to the output # 0 of the shuffle circuit 207 in cycle 3. Similarly, the combined data E at the input # 0 of the shuffle circuit 207 is output to the output # 1 of the shuffle circuit 207.
The combined data B input to the input # 0 of the second stage variable delay circuit 208 in cycle 3 includes 1 as the second stage delay amount. For this reason, the combined data B is output from the variable delay circuit 208 at the second stage in cycle 4, which is the next cycle. Similarly, since the second-stage delay amount of the combined data E input to the input # 1 of the second-stage variable delay circuit 209 in cycle 3 is 0, the combined data E has two stages in cycle 3, which is the same cycle. Output from the variable delay circuit 209 of the eye.

ここで、上記動作を制御する制御情報を使用者が作成する場合、使用者は上記動作の様子を全て把握して、プログラムしなければならない。すなわち使用者は、サイクル毎の各可変遅延回路への入力データと制御方法、及びカウンタアップの様子を把握しなければならず、設計、実装、デバッグに多大な時間がかかる。   Here, when the user creates control information for controlling the operation, the user must grasp and program all the operations. That is, the user must grasp the input data to each variable delay circuit for each cycle, the control method, and the state of the counter up, and it takes a lot of time for design, implementation, and debugging.

本発明の主たる課題は、データ並び替え回路において並び替えを制御する制御情報の設計、実装、デバッグに必要な時間を短縮することにある。   The main object of the present invention is to reduce the time required for designing, implementing, and debugging control information for controlling rearrangement in a data rearrangement circuit.

本発明は上記課題を解決するためになされたものであり、本発明の制御情報自動生成方法は、入力データの出力順序及びポート間の並びを並び替えて出力するデータ並び替え回路に対し、前記入力データの出力順序及び並び替え方を制御する制御情報を生成する制御情報自動生成方法であって、各要素に一意な値が割り当てられ、行を時間サイクル、列をポート番号とする並び替え前データ配列と、前記並び替え前データ配列を、前記データ並び替え回路によって並び替えた後のデータの並び替え状態を示す並び替え後データ配列と、を入力とし、前記並び替え前データ配列と前記並び替え後データ配列とを基に、前記制御情報を自動で生成することを特徴とする。   The present invention has been made to solve the above problems, and the control information automatic generation method of the present invention provides a data rearrangement circuit for rearranging and outputting the output order of input data and the arrangement between ports. A control information automatic generation method that generates control information that controls the output order and rearrangement of input data. Each element is assigned a unique value, the row is the time cycle, and the column is the port number. A data array and a rearranged data array indicating a rearrangement state of the data after rearrangement of the data array before rearrangement by the data rearrangement circuit are input, and the data array before rearrangement and the rearrangement are input. The control information is automatically generated based on the post-replacement data array.

本発明の制御情報自動生成方法においては、データ並び替え回路に対する制御情報を、「並び替え前データ配列」と「並び替え後データ配列」とを基に自動的に生成するようにしたので、これにより、データ並び替え回路を制御する制御情報の設計、実装、デバッグに必要な時間を短縮することができる。   In the control information automatic generation method of the present invention, the control information for the data rearrangement circuit is automatically generated based on the “data array before rearrangement” and “data array after rearrangement”. As a result, the time required for designing, implementing, and debugging the control information for controlling the data rearrangement circuit can be shortened.

本発明の実施形態に係わるデータ並び替え回路の構成を示す図である。It is a figure which shows the structure of the data rearrangement circuit concerning embodiment of this invention. 制御情報結合機構の構成例を示す図である。It is a figure which shows the structural example of a control information coupling | bonding mechanism. 第1遅延機構の構成例を示す図である。It is a figure which shows the structural example of a 1st delay mechanism. シャッフル機構の構成例を示す図である。It is a figure which shows the structural example of a shuffle mechanism. 制御情報分離機構の構成例を示す図である。It is a figure which shows the structural example of a control information separation mechanism. 制御情報自動生成の手順を示すフローチャートである。It is a flowchart which shows the procedure of control information automatic generation. シャッフルポートサーチ手順の擬似コードを示す図である。It is a figure which shows the pseudo code of a shuffle port search procedure. 関数search_portの擬似コードを示す図である。It is a figure which shows the pseudo code of the function search_port. 第1遅延機構用制御情報生成手順の擬似コードを示す図である。It is a figure which shows the pseudo code of the control-information production | generation procedure for 1st delay mechanisms. 関数initialize_fd_portの擬似コードを示す図である。It is a figure which shows the pseudo code of function initialize_fd_port. 関数do_fd_searchの擬似コードを示す図である。It is a figure which shows the pseudo code of function do_fd_search. 関数modify_delay_arrayの擬似コードを示す図である。It is a figure which shows the pseudo code of the function modify_delay_array. シャッフル機構用制御情報生成手順の擬似コードを示す図である。It is a figure which shows the pseudo code of the control information generation procedure for shuffle mechanisms. 第2遅延機構用制御情報生成手順の擬似コードを示す図である。It is a figure which shows the pseudo code of the control-information production | generation procedure for 2nd delay mechanisms. 関数get_sdu_valの擬似コードを示す図である。It is a figure which shows the pseudo code of function get_sdu_val. 実施例1における「並び替え前データ配列」と「並び替え後データ配列」を示す図である。FIG. 5 is a diagram illustrating “data array before rearrangement” and “data array after rearrangement” in the first embodiment. シャッフルポートサーチ手順の具体例を示す図である。It is a figure which shows the specific example of a shuffle port search procedure. 第1遅延機構用制御情報生成手順の具体例を示す図である。It is a figure which shows the specific example of the control information generation procedure for 1st delay mechanisms. シャッフル機構用制御情報生成手順の具体例を示す図である。It is a figure which shows the specific example of the control information generation procedure for shuffle mechanisms. 第2遅延機構用制御情報生成手順の具体例を示す図である。It is a figure which shows the specific example of the control information production | generation procedure for 2nd delay mechanisms. ソフトウェアにより本発明を実施する場合の例を示す図である。It is a figure which shows the example in the case of implementing this invention by software. データ並び替え回路の例を示す図である。It is a figure which shows the example of a data rearrangement circuit. 図22の並び替え回路におけるデータ並び替えの様子を示すタイムチャートである。It is a time chart which shows the mode of the data rearrangement in the rearrangement circuit of FIG. 図22に示すデータ並び替え回路における制御情報テーブルの内容を示す図である。It is a figure which shows the content of the control information table in the data rearrangement circuit shown in FIG.

[第1の実施形態]
次に、本発明の実施形態について図面を参照して詳細に説明する。図1は、本発明の実施形態に係わるデータ並び替え回路100の構成を示す図である。図1に示すデータ並び替え回路100は、カウンタ110、制御情報テーブル120、制御情報結合機構130、第1遅延機構140、シャッフル機構150、第2遅延機構160、制御情報分離機構170から構成される。
[First Embodiment]
Next, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a diagram showing a configuration of a data rearrangement circuit 100 according to the embodiment of the present invention. The data rearrangement circuit 100 shown in FIG. 1 includes a counter 110, a control information table 120, a control information combination mechanism 130, a first delay mechanism 140, a shuffle mechanism 150, a second delay mechanism 160, and a control information separation mechanism 170. .

データ並び替え回路100には入力データ(ID#0〜ID#M−1)とモード信号MODEとカウンタリセット信号RSTが入力され、出力データ(OD#0〜OD#M−1)が出力される。ここで、モード信号MODEとカウンタリセット信号RSTについては、前述した図22に示すモード信号MODEとカウンタリセット信号RSTと同様に作用する信号である。また、制御情報テーブル120内に格納される制御情報は、制御情報自動生成部180において、ユーザが作成して入力した「並び替え前データ配列」及び「並び替え後データ配列」を基に自動的に作成される。   Input data (ID # 0 to ID # M-1), mode signal MODE and counter reset signal RST are input to the data rearrangement circuit 100, and output data (OD # 0 to OD # M-1) is output. . Here, the mode signal MODE and the counter reset signal RST are signals that operate in the same manner as the mode signal MODE and the counter reset signal RST shown in FIG. The control information stored in the control information table 120 is automatically generated based on the “data array before rearrangement” and “data array after rearrangement” created and input by the user in the control information automatic generation unit 180. To be created.

ここで、「並び替え前データ配列」及び「並び替え後データ配列」はそれぞれサイズN×Mの行列(N行、M列の行列)で表される。列数Mは、データ並び替え回路100の入力ID#0〜ID#M−1(ポート番号)に対応しており、同時刻にデータ並び替え回路100へ入力されるデータを示している。一方、行数Nは、データ並び替え回路100へ入力されるデータの入力時刻サイクルを表しており、0,1,2,・・・,N−1はそれぞれ、1サイクル目入力、2サイクル目入力、3サイクル目入力、・・・、N−1サイクル目入力を示している。また、「並び替え前データ配列」の配列内要素にはそれぞれ一意のデータが割り振られる。例として、図1に示す「並び替え前データ配列」では0〜(N−1)×(M−1)の自然数が要素内に格納される様子を示している。また、「並び替え後データ配列」の配列内各要素にも、それぞれ一意のデータが割り振られており、さらに、それぞれの要素は、「並び替え前データ配列」の要素と一対一に対応する。   Here, the “data array before rearrangement” and the “data array after rearrangement” are each represented by a matrix of size N × M (a matrix of N rows and M columns). The column number M corresponds to the input ID # 0 to ID # M-1 (port number) of the data rearrangement circuit 100, and indicates data input to the data rearrangement circuit 100 at the same time. On the other hand, the row number N represents the input time cycle of data input to the data rearrangement circuit 100, and 0, 1, 2,..., N−1 are the first cycle input and the second cycle, respectively. Input, third cycle input,..., N-1 cycle input. Also, unique data is allocated to each element in the array of “data array before rearrangement”. As an example, the “data array before rearrangement” shown in FIG. 1 shows a state in which natural numbers of 0 to (N−1) × (M−1) are stored in elements. In addition, unique data is allocated to each element in the “data array after rearrangement”, and each element has a one-to-one correspondence with the element of “data array before rearrangement”.

図2は、制御情報結合機構130の構成例を示す図である。図2に示すように、制御情報結合機構130は制御情報結合器131をM段並列に並べて構成したユニットであり、入力データID#0〜ID#M−1と、入力制御信号(制御情報)IC#0〜IC#M−1をそれぞれ結合して出力する。
図3は、第1遅延機構の構成例を示す図である。図3に示すように、第1遅延機構140は、可変遅延回路141をM段並列に並べて構成したユニットであり、入力データ#0〜#M−1を、それぞれに結合された制御信号(制御情報)に従って遅延させて出力#0〜#M−1に出力する。ここで、可変遅延回路141の構成と動作は、図22に示した可変遅延回路206と同様であり、重複する説明は省略する。なお、第2遅延機構160についても、図3に示す第1遅延機構140と同様な構成のものである。
FIG. 2 is a diagram illustrating a configuration example of the control information combining mechanism 130. As shown in FIG. 2, the control information combining mechanism 130 is a unit configured by arranging control information combiners 131 in parallel in M stages, and includes input data ID # 0 to ID # M-1 and an input control signal (control information). IC # 0 to IC # M-1 are combined and output.
FIG. 3 is a diagram illustrating a configuration example of the first delay mechanism. As shown in FIG. 3, the first delay mechanism 140 is a unit in which variable delay circuits 141 are arranged in parallel in M stages, and input data # 0 to # M−1 are respectively connected to control signals (controls). Information) and output to outputs # 0 to # M-1. Here, the configuration and operation of the variable delay circuit 141 are the same as those of the variable delay circuit 206 shown in FIG. The second delay mechanism 160 has the same configuration as the first delay mechanism 140 shown in FIG.

図4は、シャッフル機構150の構成を示す図である。図4に示すシャッフル機構150は、制御情報取り出し器151と選択器152をM段並列に並べて構成されるものである。シャッフル機構150は、入力データ#0〜#M−1の並びを入れ替え、出力データ#0〜#M−1に出力する。ここで、シャッフル機構150の構成と動作は、図22に示すシャッフル回路207と同様であり、重複する説明は省略する。
また、図5は、制御情報分離機構の構成を示す図である。制御情報分離機構170は、制御情報削除器171をM段並べた構成である。制御情報削除器171は、入力されたデータに結合された上記制御信号(制御情報)を削除して、出力する。
FIG. 4 is a diagram illustrating a configuration of the shuffle mechanism 150. The shuffle mechanism 150 shown in FIG. 4 is configured by arranging a control information extractor 151 and a selector 152 in M stages in parallel. The shuffle mechanism 150 replaces the arrangement of the input data # 0 to # M-1 and outputs it to the output data # 0 to # M-1. Here, the configuration and operation of the shuffle mechanism 150 are the same as those of the shuffle circuit 207 shown in FIG.
FIG. 5 is a diagram showing the configuration of the control information separation mechanism. The control information separation mechanism 170 has a configuration in which the control information deleters 171 are arranged in M stages. The control information deleter 171 deletes the control signal (control information) combined with the input data and outputs it.

次に、制御情報テーブル120に格納される制御情報を自動的に生成する方法について説明する。本発明における制御情報自動生成方法は、図6に示すように、シャッフルポートサーチ手順(ステップS101)、第1遅延機構用制御情報生成手順(ステップS102)、シャッフル機構用制御情報生成手順(ステップS103)、及び第2遅延機構用制御情報生成手順(ステップS104)からなる方法である。   Next, a method for automatically generating control information stored in the control information table 120 will be described. As shown in FIG. 6, the control information automatic generation method according to the present invention includes a shuffle port search procedure (step S101), a first delay mechanism control information generation procedure (step S102), and a shuffle mechanism control information generation procedure (step S103). ) And the second delay mechanism control information generation procedure (step S104).

まず、シャッフルポートサーチ手順(ステップS101)について、図7、図8を参照して説明する。このシャッフルポートサーチ手順では、「並び替え前データ配列」と「並び替え後データ配列」を走査し、「並び替え前データ配列」内の各要素が、データ並び替え回路100を通過後に、どのポートに出力されるかを分析し、それをN行M列の「シャッフル用ポート配列」に記録する。
図7は、シャッフルポートサーチの擬似コードshuffle_port_searchを示すものである。なお、本擬似コードでは、「並び替え前データ配列」をdata_befとし、「並び替え後データ配列」をdata_aftとしている。また、出力である「シャッフル用ポート配列」はshuffle_portで示している。また、図8は、図7内10行目のsearch_port関数の内容を示すものである。ここで、search_port関数は引数に1つのインデクスsrcと配列data_aftをとり、指定されたインデクスが同じく引数で指定された配列のどの列にあるかを調べ、その列番号を返す関数である。
First, the shuffle port search procedure (step S101) will be described with reference to FIGS. In this shuffle port search procedure, the “data array before rearrangement” and the “data array after rearrangement” are scanned, and each element in the “data array before rearrangement” passes through the data rearrangement circuit 100 to determine which port. Is recorded in the “shuffle port array” of N rows and M columns.
FIG. 7 shows the pseudo code shuffle_port_search for the shuffle port search. In this pseudo code, the “data array before rearrangement” is data_bef, and the “data array after rearrangement” is data_aft. The output “shuffle port array” is indicated by shuffle_port. FIG. 8 shows the contents of the search_port function on the 10th line in FIG. Here, the search_port function is a function that takes one index src and array data_aft as arguments, checks which column of the array specified by the argument is the same, and returns the column number.

図7に示すコードにおいては、まず、6行目で示すように、入力データのN行において、7行目〜14行目までの処理を繰り返す。さらに、7行目が示すように、入力データのrow行目M列において、それぞれ8行目〜13行目までの処理を適用する。次に、9行目において、「並び替え前データ配列data_bef」のrow行目col列目の要素に指定されたインデクスを取得する。10行目ではsearch_port関数を呼び出して、9行目で取得したインデクスが「並び替え後データ配列data_aft」のどの列に位置しているかを得る。この結果を、「シャッフル用ポート配列shuffle_port」のrow行目col列目に設定する。   In the code shown in FIG. 7, first, as shown in the sixth line, the process from the seventh line to the 14th line is repeated in the Nth line of the input data. Further, as shown in the seventh row, the processing from the eighth row to the thirteenth row is applied to the row M column of the input data. Next, on the ninth line, the index designated as the element in the row col column of the “data array before reordering data_bef” is acquired. In the 10th row, the search_port function is called to obtain in which column of the “sorted data array data_ft” the index acquired in the 9th row is located. This result is set in the row col column of the “shuffle port array shuffle_port”.

次に、図8に示すsearch_port関数について説明する。search_port関数では、まず、3行目で示すように、引数で与えられた「並び替え後データ配列data_aft」のN行において、4行目〜10行目までの処理を行う。さらに、4行目が示すように、「並び替え後データ配列」のrow行目のM列それぞれに対し、5行目〜9行目までの処理を適用する。次に、5行目では引数で与えられたインデクスsrcと、「並び替え後データ配列data_aft」のrow行目col列目のインデクスを比較する。ここで、これらインデクスが一致していた場合は、一時変数resultに列番号colを格納する。一致しなかった場合は処理を行わない。最後に、一時変数resultを返し、処理を終了する。   Next, the search_port function shown in FIG. 8 will be described. In the search_port function, first, as shown in the third row, the processing from the fourth row to the tenth row is performed in the Nth row of the “sorted data array data_ft” given by the argument. Further, as shown in the fourth row, the processing from the fifth row to the ninth row is applied to each of the M columns of the row in the “data array after rearrangement”. Next, in the fifth line, the index src given by the argument is compared with the index in the row col column of the “rearranged data array data_aft”. Here, if these indexes match, the column number col is stored in the temporary variable result. If they do not match, no processing is performed. Finally, a temporary variable “result” is returned, and the process ends.

上述したシャッフルポートサーチ手順(ステップS101)により、図7の下側の図に示すように、「並び替え前データ配列data_bef」と「並び替え後データ配列data_aft」を走査し、「並び替え前データ配列」の各要素が、データ並び替え回路100を通過後に、どのポートに出力されるかを分析し、それをN行M列の「シャッフル用ポート配列shuffle_port」に記録する。   By the above-described shuffle port search procedure (step S101), as shown in the lower diagram of FIG. 7, the “data array before data rearrangement data_bef” and “data array after rearrangement data_aft” are scanned, and “data before rearrangement” It analyzes which port each element of the “array” is output after passing through the data rearrangement circuit 100 and records it in the “shuffle port array shuffle_port” of N rows and M columns.

次に、第1遅延機構用制御情報生成手順(ステップS102)について、図9から図12を参照して説明する。この第1遅延機構用制御情報生成手順(ステップS102)においては、図9の下側の図に示すように、「並び替え前データ配列data_bef」、「シャッフル用ポート配列shuffle_port」を入力とし、「第1遅延後データ配列fd_data_bef」、「第1遅延後シャッフル用ポート配列fd_shuffle_port」、及び「第1遅延機構用制御情報fd_array」を出力する。ここで、「第1遅延機構用制御情報fd_array」は「並び替え前データ配列data_bef」内の各要素に対する遅延情報を配列形式で表したものである。   Next, the first delay mechanism control information generation procedure (step S102) will be described with reference to FIGS. In the first delay mechanism control information generation procedure (step S102), as shown in the lower diagram of FIG. 9, “pre-sort data array data_bef” and “shuffle port array shuffle_port” are input, and “ The first delayed data array fd_data_bef ”,“ first delayed shuffle port array fd_shuffle_port ”, and“ first delay mechanism control information fd_array ”are output. Here, the “first delay mechanism control information fd_array” represents delay information for each element in the “pre-sort data array data_bef” in an array format.

図9に示す擬似コードは、第1遅延機構用制御情報生成手順(ステップS102)を示す擬似コードmake_fdu_arrayである。この第1遅延機構用制御情報生成手順(ステップS102)では、まず、5行目において、initialize_fd_port関数によって、「第1遅延後データ配列fd_data_bef」と「第1遅延後シャッフル用ポート配列fd_shuffle_port」の初期化を行う。ここで、Initialize_fd_port関数の処理内容を図10に示す。
図10に示すように、Initialize_fd_port関数は「第1遅延後データ配列fd_data_bef」と「第1遅延後シャッフル用ポート配列fd_shuffle_port」の0列目に、それぞれ「並び替え前データ配列data_bef」と「シャッフル用ポート配列shuffle_port」の0列目を代入することによって初期化する。
The pseudo code shown in FIG. 9 is pseudo code make_fdu_array indicating the first delay mechanism control information generation procedure (step S102). In the first delay mechanism control information generation procedure (step S102), first, in the fifth line, the initial post-delay data array fd_data_bef and the first post-delay shuffle port array fd_shuffle_port are initialized by the initialize_fd_port function. To do. Here, FIG. 10 shows the processing contents of the Initialize_fd_port function.
As illustrated in FIG. 10, the Initialize_fd_port function includes the “pre-sort data array data_bef” and “shuffle data array” in the 0th column of the “first post-delay data array fd_data_bef” and the “first post-delay shuffle port array fd_shuffle_port”, respectively. Initialization is performed by substituting the 0th column of the port array shuffle_port.

次に、図9の13行目に示すとおり、「並び替え前データ配列data_bef」及び「シャッフル用ポート配列shuffle_port」のN行と1列目からM−1列目に対し、do_fd_search関数を呼び出し、第1遅延機構によるデータ並び替え方法の探索を行う。ここで、do_fd_search関数は、現在探索を行うシャッフル用ポート配列の要素が、第1遅延後において、同じ行の他のシャッフルポートを示すデータと一致しないような位置を探索する関数である。なお、このdo_fd_search関数の処理内容を図11に示す。   Next, as shown in the 13th line of FIG. 9, the do_fd_search function is called for the Nth row and the first to M−1th columns of the “pre-sort data array data_bef” and “shuffle port array shuffle_port”. Search for a data rearrangement method by the first delay mechanism. Here, the do_fd_search function is a function that searches for a position where the element of the shuffle port array that is currently searched for does not match data indicating another shuffle port in the same row after the first delay. The processing content of this do_fd_search function is shown in FIG.

図11に示すように、do_fd_search関数は、入力として、「並び替え前データ配列」の1要素と、「シャッフル用ポート配列」の1要素、及び、関数を呼び出した時点の列番号、さらに、生成途中の「第1遅延後データ配列fd_data_bef」と「第1遅延後シャッフル用ポート配列fd_shuffle_port」を持つ。本関数では、4行〜11行目までの処理が示すように、入力されたシャッフル用ポート配列の1要素をソースとして、生成途中の「第1遅延後シャッフル用ポート配列」を1行ずつ列方向に一致検索する。次に、12行目〜17行目が示すように、呼び出した時点の列番号まで一致しなかった場合、生成途中の「第1遅延後データ配列」と「第1遅延後シャッフル用ポート配列」の呼び出した時点の列番号及び該当行に、それぞれ入力した「並び替え前データ配列」の1要素と「シャッフル用ポート配列」の1要素を代入する。最後に、該当行を返して関数を終了する。   As shown in FIG. 11, the do_fd_search function has, as inputs, one element of “data array before rearrangement”, one element of “shuffle port array”, a column number at the time of calling the function, and a generation It has a “first delayed data array fd_data_bef” and a “first delayed shuffle port array fd_shuffle_port”. In this function, as shown in the processing from the 4th line to the 11th line, one element of the input shuffle port array is used as a source, and the “first post-delay shuffle port array” in the middle of the generation is column-by-line. Search for matches in the direction. Next, as shown in the 12th to 17th lines, when the column numbers at the time of calling do not match, the “first post-delay data array” and the “first post-delay shuffle port array” are generated. 1 element of the “data array before rearrangement” and 1 element of “shuffle port array” are respectively assigned to the column number and the corresponding row at the time of calling. Finally, return the line and exit the function.

次に、図9において、do_fd_search関数終了後の16行目において、do_fd_search関数より返された行番号から現在の行番号の差分を求め、「第1遅延機構用制御情報fd_array」に登録する。
最後に、19行目において、「第1遅延機構用制御情報fd_array」に設定された遅延を、図12に示すmodify_delay_array関数によって調整する。これは、入力引数の配列fd_arrayに負の値を持つ遅延が設定されていた場合、その値をfd_array全体に加算することによって、全要素を正もしくは0の値に修正する関数である。具体的には、図12の4行〜12行目までで、配列内の最小値を探索する。次に、14行〜19行目までで、見つかった最小値の符号を反転した値を、上記配列内の全要素に加算する処理を行う。
Next, in FIG. 9, on the 16th line after the end of the do_fd_search function, the difference of the current line number is obtained from the line number returned from the do_fd_search function, and is registered in the “first delay mechanism control information fd_array”.
Finally, on the 19th line, the delay set in the “first delay mechanism control information fd_array” is adjusted by the modify_delay_array function shown in FIG. This is a function that, when a delay having a negative value is set in the input argument array fd_array, adds the value to the entire fd_array to correct all elements to a positive or zero value. Specifically, the minimum value in the array is searched from the 4th line to the 12th line in FIG. Next, in the 14th to 19th lines, a process of adding the value obtained by inverting the sign of the found minimum value to all the elements in the array is performed.

このように、第1遅延機構用制御情報生成手順(ステップS102)においては、「シャッフル用ポート配列shuffle_port」と「並び替え前データ配列data_bef」とを基に、同じ時間サイクルの同じポートに複数の要素が重複して出力されないように、遅延量により各要素が出力される時間サイクルを調整するための「第1遅延機構用制御情報fd_array」を生成する。   As described above, in the first delay mechanism control information generation procedure (step S102), based on the “shuffle port array shuffle_port” and the “pre-sort data array data_bef”, a plurality of ports are assigned to the same port in the same time cycle. “First delay mechanism control information fd_array” is generated to adjust the time cycle in which each element is output according to the delay amount so that the element is not output redundantly.

次に、シャッフル機構用制御情報生成手順(ステップS103)について、図13を参照して説明する。なお、図13はシャッフル機構用制御情報生成の擬似コードmake_shuffle_arrayである。このシャッフル機構用制御情報生成手順では、図13の下側の図に示すように、入力として「第1遅延後データ配列fd_data_bef」と「第1遅延後シャッフル用ポート配列fd_shuffle_port」を持ち、「シャッフル後データ配列sh_data_bef」と「シャッフル機構用制御情報sh_array」を出力する。   Next, the shuffle mechanism control information generation procedure (step S103) will be described with reference to FIG. FIG. 13 is a pseudo code make_shuffle_array for generating control information for the shuffle mechanism. In this shuffle mechanism control information generation procedure, as shown in the lower diagram of FIG. 13, it has “first delayed data array fd_data_bef” and “first delayed shuffle port array fd_shuffle_port” as inputs. The rear data array sh_data_bef ”and the“ shuffle mechanism control information sh_array ”are output.

このシャッフル機構用制御情報生成手順では、図13の4行〜14行目が示すように、N行M列の各要素について、次の処理を行う。まず、「第1遅延後データ配列fd_data_bef」の各要素を、それぞれに対応した「第1遅延後シャッフル用ポート配列fd_shuffle_port」の要素destportを読み出す。図13では、これは7、8行目に当る。次に、読み出したデータを、「シャッフル後データ配列」のrow行目の、destportが示す列に代入する。さらに、destportを「シャッフル機構用制御情報sh_array」のrow行目col列目に代入する。   In this shuffle mechanism control information generation procedure, as shown in the 4th to 14th lines in FIG. 13, the following processing is performed for each element in N rows and M columns. First, the element “desport” of the “first delayed shuffle port array fd_shuffle_port” corresponding to each element of the “first delayed data array fd_data_bef” is read out. In FIG. 13, this corresponds to the seventh and eighth lines. Next, the read data is assigned to the column indicated by destination in the row row of the “data array after shuffle”. Further, the destination is substituted into the row col column of the “shuffle mechanism control information sh_array”.

このように、シャッフル機構用制御情報生成手順(ステップS103)においては、「第1遅延後シャッフル用ポート配列fd_shuffle_port」内に記録されたポート番号が、出力ポートに一致するように並び替えを行うと共に、「第1遅延後データ配列fd_data_bef」内の各要素についても並び替えを行い、「第1遅延後データ配列fd_data_bef」内の各要素に対する並び替え方法の情報により、「シャッフル機構用制御情報sh_array」を生成する。   As described above, in the shuffle mechanism control information generation procedure (step S103), rearrangement is performed so that the port numbers recorded in the “first delayed shuffle port array fd_shuffle_port” match the output ports. , Each element in the “first delayed data array fd_data_bef” is also rearranged, and “shuffle mechanism control information sh_array” is determined according to the information on the rearrangement method for each element in the “first delayed data array fd_data_bef”. Is generated.

なお、本手順では上記のように制御情報の配列を生成したが、これは、対象としたアーキテクチャに従った手順に変更しても良い。例えば、未公知の先願発明(特許文献5)に開示されたデータ並び替え回路のシャッフル機構においては、入力ポート毎にどの出力ポートに出力するかを選択するような構成であってもよいし、出力ポートごとにどの入力ポートからのデータを選択するかでもよいとされている。後者の場合、本手順における「シャッフル機構用制御情報sh_array」の生成においては、row行目の、destport列目に、現在の列番号colを代入するようにすればよい。   In this procedure, the control information array is generated as described above. However, this may be changed to a procedure according to the target architecture. For example, in the shuffling mechanism of the data rearrangement circuit disclosed in the previously-disclosed invention (Patent Document 5), it may be configured to select which output port to output for each input port. From which input port data may be selected for each output port. In the latter case, in the generation of the “shuffle mechanism control information sh_array” in this procedure, the current column number col may be substituted for the row row and the destination column.

次に、第2遅延機構用制御情報生成手順(ステップS104)について、図14及び図15を参照して説明する。なお、図14は、第2遅延機構用制御情報生成手順の擬似コードmake_sdu_arrayを示す図である。この第2遅延機構用制御情報生成手順では、図14に下側の図に示すように、入力として「シャッフル後データ配列sh_data_bef」、及び「並び替え後データ配列data_aft」を持ち、「第2遅延機構用制御情報sdu_array」を出力する。
本手順では、図14の4行〜14行が示すように、N行M列配列の各要素に対し、次の処理を行う。まず、row行col列目のsh_data_befのデータをdataに読み出す。次に、dataとdata_aftと、rowを入力としてget_sdu_val関数を実行し、dataに対する第2遅延機構用制御情報を得て、それをsdu_arrayのrow行col列目に登録する。
Next, the second delay mechanism control information generation procedure (step S104) will be described with reference to FIGS. FIG. 14 is a diagram illustrating pseudo code make_sdu_array of the second delay mechanism control information generation procedure. In this second delay mechanism control information generation procedure, as shown in the lower diagram of FIG. 14, it has “shuffled data array sh_data_bef” and “reordered data array data_aft” as inputs. The mechanism control information sdu_array "is output.
In this procedure, as shown in the 4th to 14th rows in FIG. 14, the following processing is performed for each element of the N row and M column array. First, the data of sh_data_bef in the row row col column is read to data. Next, the get_sdu_val function is executed with data, data_aft, and row as inputs, the second delay mechanism control information for data is obtained, and it is registered in the row row col column of sdu_array.

ここで、get_sdu_val関数の詳細を図15に示す。get_sdu_val関数は、入力されたdataをキーとして、同じく入力されたデータ配列data_aftを1要素ずつ探索し、一致した時点の行番号rowと入力されたnow_rowの差分を計算することによって第2遅延機構用制御情報を求める。また、図14の12行目が示すように、生成された第2遅延機構用情報を、上記図12に既に示したmodify_delay_array関数によって調整する。   Details of the get_sdu_val function are shown in FIG. The get_sdu_val function searches the input data array data_aft element by element using the input data as a key, and calculates the difference between the line number row at the time of matching and the input now_row. Obtain control information. Further, as shown in the twelfth line of FIG. 14, the generated second delay mechanism information is adjusted by the modify_delay_array function already shown in FIG.

このように、第2遅延機構用制御情報生成手順(ステップS104)においては、「シャッフル後データ配列sh_data_bef」と「並び替え後データ配列data_aft」とが一致するよう遅延量によって時間サイクルを調整して並び替えを行い、その並び替え方法の情報を「第2遅延機構用制御情報sdu_array」として生成する。   As described above, in the second delay mechanism control information generation procedure (step S104), the time cycle is adjusted according to the delay amount so that the “post-shuffle data array sh_data_bef” and the “rearranged data array data_aft” match. Rearrangement is performed, and information on the rearrangement method is generated as “second delay mechanism control information sdu_array”.

以上説明した手順により、図1に示すデータ並び替え回路100に必要な第1遅延機構用制御情報、シャッフル用制御情報、第2遅延機構用制御情報が得られることとなる。なお、これらデータ配列の各要素は、それぞれが、並び替え前データ配列、第1遅延後データ配列、シャッフル後データ配列の各要素に一意に対応しており、各インデクスをキーとして、これら情報をメモリに配置すれば、制御用のメモリを構成することができる。ここで、制御用メモリの構成方法については、各情報に個別のテーブルを用意しても良いし、全てをまとめて1つのテーブルに配置してもよい。   Through the procedure described above, the first delay mechanism control information, the shuffle control information, and the second delay mechanism control information necessary for the data rearrangement circuit 100 shown in FIG. 1 are obtained. Each element of these data arrays uniquely corresponds to each element of the pre-sort data array, the first delayed data array, and the shuffled data array, and each information is stored using each index as a key. If arranged in the memory, a control memory can be configured. Here, regarding the method of configuring the control memory, individual tables may be prepared for each piece of information, or all of them may be arranged together in one table.

[他の実施形態]
次に、本発明の他の実施形態として、図1における第1遅延機構、シャッフル機構、第2遅延機構は、それぞれ自由な組み合わせとして選ぶ構成に対する本方法による制御情報の自動生成が挙げられる。一つの例としては、第2遅延機構がない構成が考えられる。この場合の本方法による制御情報の自動生成では、第2遅延機構用制御情報生成手順(ステップS104)を行わない構成となる。
[Other Embodiments]
Next, as another embodiment of the present invention, there is an automatic generation of control information by this method for a configuration in which the first delay mechanism, the shuffle mechanism, and the second delay mechanism in FIG. As an example, a configuration without the second delay mechanism is conceivable. In this case, the automatic generation of control information by this method is configured not to perform the second delay mechanism control information generation procedure (step S104).

また、別の例としては、第1遅延機構がない構成が考えられる。この場合の本方法による制御情報の自動生成では、並び替え前データ配列と、シャッフルポートサーチにより求められたシャッフル用ポート配列を、それぞれシャッフル機構用制御情報生成手順(ステップS103)の入力である「第1遅延後データ配列fd_data_bef」と、「第1遅延後シャッフル用ポート配列fd_shuffle_port」とを入力し、処理を行う。
さらに別の例としては、遅延機構のみの構成が考えられる。この場合、シャッフルポートサーチ手順、及び第1遅延機構用制御情報生成手順、シャッフル機構用制御情報生成手順をスキップし、第2遅延機構用制御情報生成手順のみを行う構成とすればよい。また、シャッフル機構のみの構成が考えられる。この場合、シャッフルポートサーチ手順とシャッフル機構用制御情報生成手順のみ行うような構成とすればよい。
As another example, a configuration without the first delay mechanism is conceivable. In the automatic generation of control information by this method in this case, the data array before rearrangement and the shuffle port array obtained by the shuffle port search are input to the shuffle mechanism control information generation procedure (step S103), respectively. The first post-delay data array fd_data_bef ”and the“ first post-delay shuffle port array fd_shuffle_port ”are input and processing is performed.
As yet another example, a configuration having only a delay mechanism is conceivable. In this case, the configuration may be such that the shuffle port search procedure, the first delay mechanism control information generation procedure, and the shuffle mechanism control information generation procedure are skipped and only the second delay mechanism control information generation procedure is performed. Moreover, the structure of only a shuffle mechanism can be considered. In this case, the configuration may be such that only the shuffle port search procedure and the shuffle mechanism control information generation procedure are performed.

最後に、本発明の制御情報自動生成方法は、未公知の先願発明(特許文献5)に開示された様々な実施形態に適用してよい。例えば、上記未公知の先願発明においては、制御情報テーブルの参照の方法として、モード毎にカウンタの最大値を設定するように構成し、モード毎のカウンタの最大値でカウンタの値を割った剰余を用いて制御情報テーブルを参照したり、モード毎のカウンタの最大値以下に収まるように抽出したカウンタのビット列の一部を用いて制御情報テーブルを参照したりするようにしてもよいと述べている。本発明の制御情報自動生成方法は、このうちどの方法においても、適用することができる。   Finally, the control information automatic generation method of the present invention may be applied to various embodiments disclosed in the previously-disclosed prior application invention (Patent Document 5). For example, in the above-mentioned previously-disclosed prior application, as a method for referring to the control information table, the maximum counter value is set for each mode, and the counter value is divided by the maximum counter value for each mode. It is also possible to refer to the control information table using the remainder, or to refer to the control information table using a part of the bit string of the counter extracted so as to be within the maximum value of the counter for each mode. ing. The control information automatic generation method of the present invention can be applied to any of these methods.

次に、具体的な実施例により本発明のデータ並び替え回路における制御情報自動生成方法について説明する。ここでは上記第1の実施形態に基づいて、実施例を説明する。さらに、説明の簡略化のために、N=4,M=4とし、「並び替え前データ配列」、及び「並び替え後データ配列」を図16に示すように、A〜Pのインデクスが割り当てられた配列とする。   Next, a method for automatically generating control information in the data rearrangement circuit of the present invention will be described using a specific embodiment. Here, an example will be described based on the first embodiment. Furthermore, for simplification of explanation, N = 4 and M = 4, and “data array before rearrangement” and “data array after rearrangement” are assigned indexes A to P as shown in FIG. Array.

まず、シャッフルポートサーチの具体的な手順を図17を参照して説明する。図17は、「並び替え前データ配列」と「並び替え後データ配列」から「シャッフル用ポート配列」を生成する様子を示している。なお、「並び替え後データ配列」には、行番号と列番号を付記している。例として、網掛けで示される「並び替え前データ配列」の0行0列目の要素Aにおいては、「並び替え後データ配列」の要素Aがある列番号は0である。そのため、シャッフル用ポート配列の0行0列目に0と記述する。一方、「並び替え前データ配列」の3行0列目の要素Mは、「並び替え後データ配列」では3列目に位置している。そのため、シャッフル用ポート配列の3行0列目に3と記述する。   First, a specific procedure of the shuffle port search will be described with reference to FIG. FIG. 17 shows a state where a “shuffle port array” is generated from the “data array before rearrangement” and the “data array after rearrangement”. Note that the row number and the column number are appended to the “sorted data array”. As an example, in the element A in the 0th row and the 0th column of the “data array before rearrangement” indicated by shading, the column number including the element A of the “data array after rearrangement” is 0. Therefore, 0 is written in the 0th row and the 0th column of the shuffle port array. On the other hand, the element M in the third row and the 0th column of the “data array before rearrangement” is located in the third column in the “data array after rearrangement”. Therefore, 3 is described in the third row and the zeroth column of the shuffle port array.

次に、第1遅延機構用制御情報の生成手順の具体的な例を図18を参照して説明する。図18は、第1遅延機構用制御情報の生成手順における、入力の「並び替え前データ配列」と「シャッフル用ポート配列」の変化の様子、及び第1遅延後データ配列、第1遅延後シャッフル用ポート配列、第1遅延機構用制御情報の出力の様子を示している。
まず、本手順開始時点の様子を示す図18の左上の図(A)の状態においては、太い黒線で囲んで示したシャッフル用ポート配列の1列目のそれぞれの要素において、網掛けで示された0列の要素の番号と比較し、同じ番号が設定されている場合は、行をずらして配置する処理を行う。
Next, a specific example of the procedure for generating the first delay mechanism control information will be described with reference to FIG. FIG. 18 shows how the input “data array before rearrangement” and “shuffle port array” change in the procedure for generating control information for the first delay mechanism, the data array after the first delay, and the shuffle after the first delay. 2 shows the output state of the port arrangement and the control information for the first delay mechanism.
First, in the state shown in the upper left figure (A) of FIG. 18 showing the state at the start of this procedure, each element in the first column of the shuffle port array surrounded by a thick black line is shaded. When the same number is set as compared with the number of the element in the 0 column, the process of shifting the rows is performed.

具体的には、図(A)のシャッフル用ポート配列0行1列目の要素は0であるが、この値を同配列0行0列目の要素と比較すると一致している。そこで、1行0列目の要素と比較すると、要素が異なるため、図(B)のシャッフル用ポート配列に示すように、同配列0行0列目の値を1行1列目に設定する。さらに、本処理では0行1列目の値を1行1列目に移動させたため、その移動に必要な遅延は1と計算される。そこで、第1遅延機構用制御情報の0行1列目の要素に1をセットする。
また、「並び替え前データ配列」の0行1列目の要素を上記移動に従って、1行1列目に移動させる。この処理を1列目の要素全てに対し繰り返す。この処理が終了すると、配列は図(B)に示される状態になる。
Specifically, the element at the 0th row and the 1st column in the shuffle port array in FIG. 9A is 0, but when this value is compared with the element at the 0th row and the 0th column in the same array, they match. Therefore, since the element is different from the element in the first row and the zeroth column, the value in the first row and the first column is set to the first row and the first column as shown in the shuffle port array in FIG. . Further, in this process, since the value of the 0th row and the first column is moved to the first row and the first column, the delay necessary for the movement is calculated as 1. Therefore, 1 is set in the element of the 0th row and the 1st column of the first delay mechanism control information.
Further, the element in the 0th row and the first column of the “data array before rearrangement” is moved to the first row and the first column in accordance with the above movement. This process is repeated for all elements in the first column. When this process ends, the array is in the state shown in FIG.

次に、2列目の処理に移る。図18の左下の図(B)のシャッフル用ポート配列0行2列目を見ると、0がセットされている。この値と、同配列0行0列目を比較すると、同じ番号が設定されている。そこで、同配列1行0列目を見ると、異なる要素が設定されている。しかし、1行1列目を見ると同じ要素が設定されているため、1行目には設定できないことが分かる。そこで、2行目の比較を行うと、同配列2行目0列目、及び2行目1列目には、0行2列目と異なる値が設定されていることが分かる。そこで、同配列0行2列目の要素を2行2列目に設定する。さらに、この移動に必要な遅延は2と計算されるため、第1遅延機構用制御情報の0行2列目に2と設定する。また、これに従って、「並び替え前データ配列」の0行2列目の要素を2行2列目に移動させる(図(C)参照)。同様にして、3列目の処理を行うと、図(D)に示す第1遅延後シャッフル用ポート配列と、図(E)に示す第1遅延機構用制御情報が得られる。   Next, the process moves to the second column. When the shuffle port array in the lower left (B) of FIG. 18 is viewed in the 0th row and the second column, 0 is set. When this value is compared with the 0th row and the 0th column of the same array, the same number is set. Therefore, when the first row and the 0th column in the same array are viewed, different elements are set. However, since the same element is set when looking at the first row and the first column, it can be seen that the first row cannot be set. Therefore, when the comparison of the second row is performed, it can be seen that values different from those of the second row and the second column are set in the second row, the zeroth column, and the second row, the first column. Therefore, the element in the second row and second column of the same array is set in the second row and second column. Furthermore, since the delay required for this movement is calculated as 2, it is set to 2 in the 0th row and the 2nd column of the first delay mechanism control information. Also, in accordance with this, the element at row 0 and column 2 of the “data array before rearrangement” is moved to row 2 and column 2 (see FIG. (C)). Similarly, when the processing in the third column is performed, the first post-delay shuffle port array shown in FIG. 4D and the first delay mechanism control information shown in FIG.

このように、各点線で囲まれた状態において、太い黒線で示された要素のそれぞれにおいて、網掛け部分で示される要素と比較し、同行で同じ要素が既に設定されていない行に移動させる処理を繰り返すことにより、遅延情報を生成することができる。   In this way, in the state surrounded by the dotted lines, each element indicated by the thick black line is compared with the element indicated by the shaded portion, and the same element is moved to the same line in the same line. Delay information can be generated by repeating the process.

最後に、生成された第1遅延機構用制御情報(図(E))を見ると、負の値が設定されている箇所がある。これに対し、同配列内の最小の値を探索して、その値の符号を反転した値を全要素に加算することにより、負の値をなくす処理を行う。具体的には、図(E)に示された第1遅延機構用制御情報の配列を見ると、最小の値は−3である。そこで、符号を反転した3を全要素に足すと、図(F)に示すように、負の値をなくした第1遅延機構用制御情報を生成することができる。   Finally, looking at the generated first delay mechanism control information (FIG. (E)), there is a place where a negative value is set. On the other hand, a process for eliminating the negative value is performed by searching for the minimum value in the array and adding a value obtained by inverting the sign of the value to all elements. Specifically, looking at the arrangement of the first delay mechanism control information shown in FIG. (E), the minimum value is -3. Therefore, if 3 whose sign is inverted is added to all the elements, the first delay mechanism control information in which the negative value is eliminated can be generated as shown in FIG.

このように、第1遅延機構用制御情報生成手順では、「シャッフル用ポート配列」と「並び替え前データ配列」とを基に、同じ時間サイクルの同じポートに複数の要素が重複して出力されないように、各要素が出力される時間サイクルを遅延させて調整する第1遅延機構用制御情報を生成し、さらに、「並び替え前データ配列」を第1遅延機構によって遅延させた後の「第1遅延後データ配列」と、シャッフル用ポート配列の様子を示す「第1遅延後シャッフル用ポート配列」と、を生成して出力する。   As described above, in the first delay mechanism control information generation procedure, a plurality of elements are not output to the same port in the same time cycle based on the “shuffle port array” and the “pre-sort data array”. As described above, the control information for the first delay mechanism that adjusts by delaying the time cycle in which each element is output is generated, and the “first data mechanism” after the “data array before rearrangement” is delayed by the first delay mechanism. A data array after one delay "and a" first delay shuffle port array "indicating the state of the shuffle port array are generated and output.

次に、シャッフル機構用制御情報の生成手順の具体的な例について、図19を参照して説明する。図19は、シャッフル機構用制御情報生成手順における、「第1遅延後データ配列」と「第1遅延後シャッフル用ポート配列」の変化の様子と、「シャッフル後データ配列」と「シャッフル機構用制御情報」の出力の様子を示したものである。
まず、本手順開始時点の様子を示す図19の左上の図(A)の状態においては、網掛けで示された「第1遅延後シャッフル用ポート配列」の0行目を探索し、シャッフル後の配列が0,1,2,3となるように並び替える処理を行う。例として、同配列0行目1列目には、3がセットされているため、それに従い、同配列、及び第1遅延後データ配列の0行1列目の要素を0行3列目に移動する。さらに、シャッフル機構用制御情報の0行1列目に3とセットする。この処理を繰り返していくことにより、最終的に「シャッフル後データ配列」と「シャッフル機構用制御情報」を得られる。
Next, a specific example of the procedure for generating the shuffle mechanism control information will be described with reference to FIG. FIG. 19 shows changes in “data array after first delay” and “port array for shuffle after first delay”, “data array after shuffle” and “control for shuffle mechanism” in the control information generation procedure for shuffle mechanism. The state of the output of “information” is shown.
First, in the state of FIG. 19A showing the state at the start of this procedure, the 0th row of the “first post-delay shuffle port array” indicated by shading is searched for and after shuffling. The rearrangement process is performed so that the array becomes 0, 1, 2, 3. As an example, since 3 is set in the 0th row and the 1st column of the same array, the element in the 0th row and the 1st column of the same array and the first delayed data array is set in the 0th row and the 3rd column accordingly. Moving. Further, 3 is set in the 0th row and the first column of the control information for the shuffle mechanism. By repeating this process, the “data array after shuffle” and “control information for shuffle mechanism” can be finally obtained.

このように、シャッフル機構用制御情報の生成手順では、「第1遅延後データ配列」と「第1遅延後シャッフル用ポート配列」とを基に、「第1遅延後シャッフル用ポート配列」内に記録されたポート番号が、出力ポートに一致するように並び替えを行うと共に、「第1遅延後シャッフル用ポート配列」の各要素に対応する「第1遅延後データ配列」内の各要素についても並び替えを行い「シャッフル後データ配列」を作成し、さらに、「第1遅延後データ配列」内の各要素に対する並び替えの情報をシャッフル機構用制御情報として生成する。   In this way, in the generation procedure of the shuffle mechanism control information, based on the “first post-delay data array” and the “first post-delay shuffle port array”, the “shuffle post-delay shuffle port array” is included. Reordering is performed so that the recorded port numbers match the output ports, and each element in the “first delayed data array” corresponding to each element of the “first delayed shuffle port array” is also used. Rearrangement is performed to create a “after-shuffle data array”, and further, rearrangement information for each element in the “first delayed data array” is generated as control information for the shuffle mechanism.

次に、第2遅延機構用制御情報の生成手順の具体的な例について、図20を参照して説明する。図20は、第2遅延機構用制御情報生成手順による、シャッフル後データ配列の変化の様子と、第2遅延機構用制御情報の生成の様子を示したものである。
まず、本方法開始時点の様子を示す図19の左上の図(A)の状態においては、「シャッフル後データ配列」と「並び替え後データ配列」の網掛けで示された要素を比較し、両者が同一の並び順となるように並び替え、さらに、その並び替えに必要な遅延を図20の右上の図(F)に示した第2遅延機構用制御情報に記述する。
Next, a specific example of the procedure for generating the second delay mechanism control information will be described with reference to FIG. FIG. 20 shows how the data arrangement after shuffling changes and how the second delay mechanism control information is generated according to the second delay mechanism control information generation procedure.
First, in the state of the upper left figure (A) of FIG. 19 showing the state at the time of starting this method, the elements indicated by shading of “data array after shuffle” and “data array after rearrangement” are compared, They are rearranged so that they are in the same order, and the delay required for the rearrangement is described in the second delay mechanism control information shown in FIG.

例として、図20の左上の図(A)の状態では、両配列の並びは0行目〜3行目までで、A,B,C,Dと一致している。このため、並び替えの必要がない。そのため、図(F)の第2遅延機構用制御情報の0列目の全ての要素に0を記述する。次に、図(A)からの矢印で示される図(B)の状態では、両配列の1列目同士を比較する。ここで、例えば、0行目1列目同士を見ると、「シャッフル後データ配列」の要素はHであるのに対し、「並び替え後データ配列」の要素はEであるため、「シャッフル後配データ列」を並び替える必要がある。さらに見ると、「シャッフル後データ配列」の要素Hは、「並び替え後データ配列」では3行目1列目にあることが分かる。そのため、「シャッフル後データ配列」の0行目1列目の要素Hを3行目1列目に配置しなおすために必要な遅延は3と計算され、この情報を第2遅延機構用制御情報の0行目1列目要素に記述する。   As an example, in the state of FIG. 20A at the upper left of FIG. 20, the arrangement of both arrays is from the 0th line to the 3rd line and matches A, B, C, and D. For this reason, there is no need for rearrangement. Therefore, 0 is described in all elements in the 0th column of the control information for the second delay mechanism in FIG. Next, in the state of the figure (B) shown by the arrow from the figure (A), the first columns of both arrays are compared. Here, for example, when looking at the 0th row and the first column, the element of the “data array after shuffle” is H, whereas the element of the “data array after rearrangement” is E. It is necessary to rearrange the “distribution data string”. Further, it is understood that the element H of the “data array after shuffle” is in the third row and the first column in the “data array after rearrangement”. Therefore, the delay required to re-arrange the element H in the 0th row and the first column of the “data array after shuffle” in the third row and the first column is calculated as 3, and this information is used as the second delay mechanism control information. In the 0th row, 1st column element.

このように処理を繰り返すと、最終的には図(F)の第2遅延機構用制御情報に示された配列が生成される。ここで、この配列内には負の値が存在するため、これらを全て正の値、もしくは0に調整する必要がある。そこで、配列内の最小値−3の符号を反転して、配列の全要素に加算する。これにより生成される配列が、図(G)に示す、負の値がなくなるように調整した第2遅延機構用制御情報と示される配列であり、これが第2遅延機構用制御情報生成の出力となる。   When the process is repeated in this manner, the array shown in the second delay mechanism control information in FIG. Here, since there are negative values in this array, it is necessary to adjust them all to positive values or zero. Therefore, the sign of the minimum value −3 in the array is inverted and added to all elements of the array. The array generated thereby is the array shown as the second delay mechanism control information adjusted so as to eliminate the negative value shown in FIG. (G), and this is the output of the second delay mechanism control information generation. Become.

このように、第2遅延機構用制御情報生成手順では、「シャッフル後データ配列」と「並び替え後データ配列」とを比較し、「シャッフル後データ配列」を「並び替え後データ配列」と一致するよう遅延量の調整により並び替えを行うと共に、その並び替え方法の情報を第2遅延機構制御情報として生成する。   As described above, in the second delay mechanism control information generation procedure, the “data array after shuffle” and the “data array after rearrangement” are compared, and the “data array after shuffle” matches the “data array after rearrangement”. Thus, rearrangement is performed by adjusting the delay amount, and information on the rearrangement method is generated as second delay mechanism control information.

以上、本発明の実施の形態と実施例について説明したが、上述のデータ並び替え回路100内のカウンタ110、制御情報テーブル120、制御情報結合機構130、第1遅延機構140、シャッフル機構140、第2遅延機構160、制御情報分離機構170、及び制御情報自動生成部180の各処理部は専用のハードウェアにより実現されるものであってもよく、また、各処理部の一部または全部の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによりその機能を実現させるものであってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。また、コンピュータ読み取り可能な記録媒体とは、磁気ディスク、光磁気ディスク、CD−ROM、DVD−ROM、半導体メモリ等をいう。   Although the embodiments and examples of the present invention have been described above, the counter 110, the control information table 120, the control information combining mechanism 130, the first delay mechanism 140, the shuffle mechanism 140, the first in the data rearrangement circuit 100 described above have been described. The processing units of the 2-delay mechanism 160, the control information separation mechanism 170, and the control information automatic generation unit 180 may be realized by dedicated hardware, and some or all of the functions of each processing unit May be recorded on a computer-readable recording medium, and the program recorded on the recording medium may be read into a computer system and executed to implement the function. Here, the “computer system” includes an OS and hardware such as peripheral devices. The computer-readable recording medium is a magnetic disk, a magneto-optical disk, a CD-ROM, a DVD-ROM, a semiconductor memory, or the like.

例えば、図21に示すように、ユーザが作成した制御情報自動生成プログラム191は、PC(パーソナルコンピュータ)193内のメモリ(磁気ディスク等)や外部の記録媒体192に蓄えられ、この制御情報自動生成プログラム191をPC192内のコンピュータが読み出して実行することによって、その結果、データ並び替え回路に対する制御情報194を得ることができる。   For example, as shown in FIG. 21, a control information automatic generation program 191 created by a user is stored in a memory (magnetic disk or the like) in a PC (personal computer) 193 or an external recording medium 192, and this control information automatic generation When the computer in the PC 192 reads and executes the program 191, as a result, the control information 194 for the data rearrangement circuit can be obtained.

なお、ここで、本発明と上述の実施形態との対応関係について補足して説明しておく。本発明におけるデータ並び替え回路は、データ並び替え回路100が対応し、本発明における遅延機構は、第1遅延機構140及び第2遅延機構160が対応し、本発明におけるシャッフル機構はシャッフル機構150が対応する。また、本発明における制御情報自動生成部は制御情報自動生成部180が対応する。また、本発明における「並び替え前データ配列」は「並び替え前データ配列data_bef」が対応し、本発明における「並び替え後データ配列」は、「並び替え後データ配列data_aft」が対応する。また、本発明における第1遅延機構用制御情報は、「第1遅延機構用制御情報fd_array」が対応し、本発明における第1遅延後データ配列は、「第1遅延後データ配列fd_data_bef」が対応し、本発明における第1遅延後シャッフル用ポート配列は、「第1遅延後シャッフル用ポート配列fd_shuffle_port」が対応し、本発明における第2遅延機構用制御情報は、「第2遅延機構用制御情報sdu_array」が対応する。また、本発明におけるシャッフル機構用制御情報は、シャッフル機構用制御情報sh_array」が対応し、本発明におけるシャッフル後データ配列は、「シャッフル後データ配列sh_data_bef」が対応し、本発明におけるシャッフル用ポート配列は、「シャッフル用ポート配列shuffle_port」が対応する。   Here, the correspondence between the present invention and the above-described embodiment will be supplementarily described. The data rearrangement circuit in the present invention corresponds to the data rearrangement circuit 100, the delay mechanism in the present invention corresponds to the first delay mechanism 140 and the second delay mechanism 160, and the shuffle mechanism in the present invention corresponds to the shuffle mechanism 150. Correspond. The control information automatic generation unit 180 corresponds to the control information automatic generation unit in the present invention. Further, “data array before rearrangement” in the present invention corresponds to “data array before rearrangement data_bef”, and “data array after rearrangement” in the present invention corresponds to “data array after rearrangement data_aft”. Also, the first delay mechanism control information in the present invention corresponds to “first delay mechanism control information fd_array”, and the first delayed data array in the present invention corresponds to “first delayed data array fd_data_bef”. The first post-delay shuffle port array in the present invention corresponds to the “first post-delay shuffle port array fd_shuffle_port”, and the second delay mechanism control information in the present invention is “second delay mechanism control information”. sdu_array "corresponds. Further, the shuffle mechanism control information in the present invention corresponds to the shuffle mechanism control information sh_array, and the post-shuffle data array in the present invention corresponds to the “after-shuffle data array sh_data_bef”, and the shuffle port array in the present invention. Corresponds to the “shuffle port array shuffle_port”.

そして、上記実施形態における制御情報自動生成方法では、入力データの出力順序及びポート間の並びを並び替えて出力するデータ並び替え回路100に対し、入力データの出力順序及び並び替え方を制御する制御情報を生成する制御情報自動生成方法であって、各要素に一意な値が割り当てられ、行を出力時間サイクル、列をポート番号とする「並び替え前データ配列data_bef」と、「並び替え前データ配列data_bef」を、データ並び替え回路100によって並び替えた後のデータの並び替え状態を示す「並び替え後データ配列data_aft」と、を入力とし、「並び替え前データ配列data_bef」と「並び替え後データ配列data_aft」とを基に、制御情報を自動で生成する。
このような制御情報自動生成方法では、データ並び替え回路100に対する制御情報を、「並び替え前データ配列data_bef」と「並び替え後データ配列data_aft」とを基に自動的に生成する。これにより、データ並び替え回路100を制御する制御情報の設計、実装、デバッグに必要な時間を短縮することができる。
In the control information automatic generation method according to the above-described embodiment, control for controlling the output order of input data and how to rearrange the data rearrangement circuit 100 that rearranges and outputs the output order of input data and the order between ports. A control information automatic generation method for generating information, in which a unique value is assigned to each element, a row is an output time cycle, a column is a port number, a “pre-sort data array data_bef”, and “pre-sort data The “array data_bef” is inputted with “reordered data array data_aft” indicating the rearrangement state of the data after being rearranged by the data rearrangement circuit 100, and “pre-reordered data array data_bef” and “after rearrangement”. Based on the data array “data_aft”, the control information is automatically generated.
In such an automatic control information generation method, control information for the data rearrangement circuit 100 is automatically generated based on the “data array before data rearrangement data_bef” and “data array after rearrangement data_aft”. Thereby, the time required for the design, implementation, and debugging of control information for controlling the data rearrangement circuit 100 can be shortened.

また、上記実施形態の制御情報自動生成方法では、データ並び替え回路100は、遅延量を制御可能な第1遅延機構140及び第2遅延機構160と、シャッフル方法を制御可能なシャッフル機構150との組み合わせによって構成され、第1遅延機構140及び第2遅延機構160と、シャッフル機構150のそれぞれに対して制御情報を生成する。
このような制御情報自動生成方法では、遅延量を制御可能な第1遅延機構140及び第2遅延機構160と、シャッフル方法を制御可能なシャッフル機構150との組み合わせによって構成されるデータ並び替え回路100に対し、第1遅延機構140及び第2遅延機構160における遅延量の制御情報と、シャッフル機構150における並び替え方法の制御情報を、それぞれ生成する。
これにより、遅延機構140及び160に対する制御情報と、シャッフル機構150に対する制御情報を、それぞれ生成することができる。このため、データ並び替え回路100を制御する制御情報の設計、実装、デバッグに必要な時間を短縮することができる。
In the control information automatic generation method of the above embodiment, the data rearrangement circuit 100 includes the first delay mechanism 140 and the second delay mechanism 160 that can control the delay amount, and the shuffle mechanism 150 that can control the shuffle method. Control information is generated for each of the first delay mechanism 140, the second delay mechanism 160, and the shuffle mechanism 150.
In such a control information automatic generation method, the data rearrangement circuit 100 configured by a combination of the first delay mechanism 140 and the second delay mechanism 160 capable of controlling the delay amount and the shuffle mechanism 150 capable of controlling the shuffle method. On the other hand, the delay amount control information in the first delay mechanism 140 and the second delay mechanism 160 and the rearrangement method control information in the shuffle mechanism 150 are generated.
Thereby, control information for the delay mechanisms 140 and 160 and control information for the shuffle mechanism 150 can be generated. For this reason, the time required for the design, implementation, and debugging of the control information for controlling the data rearrangement circuit 100 can be shortened.

また、上記実施形態の制御情報自動生成方法では、データ並び替え回路100は、入力データを遅延させる第1遅延機構140と、第1遅延機構140の出力データを入力データとし、該入力データをシャッフルするシャッフル機構150と、シャッフル機構150の出力データを入力データとし、該入力データを遅延させる第2遅延機構160と、を備え、制御情報自動生成部180により、制御情報の生成手順として、「並び替え前データ配列data_bef」内の各要素の並び替え後の出力ポート番号を判定するシャッフルポートサーチ手順と、入力データを遅延量により調整し、出力する時間サイクルを調整する第1遅延機構用制御情報生成手順と、第1遅延機構140の出力データを並び替えるシャッフル機構用制御情報生成手順と、シャッフル機構150の出力データを遅延量により調整し、出力する時間サイクルを調整する第2遅延機構用制御情報生成手順と、が行われる。
このような制御情報自動生成方法では、入力データ(並び替え前データ配列)を、第1遅延機構140と、シャッフル機構150と、第2遅延機構160とを順次に通過させて並び替えを行う際に必要となる制御情報を生成するために、シャッフルポートサーチ手順により、「並び替え前データ配列data_bef」内の各要素の並び替え後の出力ポート番号を判定する。次に、第1遅延機構用制御情報生成手順により、同じ時間サイクルの同じポートに複数の要素が重複して出力されないように、遅延量により各要素が出力される時間サイクルを調整し、これと同時に第1遅延機構用制御情報を生成する。続いて、シャッフル機構用制御情報生成手順により、第1遅延機構制御情報生成手順により時間サイクルが調整された「第1遅延機構後データ配列」内の各要素を、最終的に出力されるべきポート位置に合致するように並び替え、これと同時にシャッフル機構用制御情報を生成する。続いて、第2遅延機構用制御情報生成手順により、シャッフル機構用制御情報生成手順によりシャッフルされた「シャッフル後データ配列」内の各要素と「並び替え後データ配列」内の各要素とが一致するよう遅延量によって時間サイクルを調整し、これと同時に第2遅延機構用制御情報を生成する。
これにより、第1遅延機構140、シャッフル機構150、及び第2遅延機構160のそれぞれに対する制御情報を、順次に自動で生成することができる。
In the control information automatic generation method of the above embodiment, the data rearrangement circuit 100 uses the first delay mechanism 140 that delays input data and the output data of the first delay mechanism 140 as input data, and shuffles the input data. And a second delay mechanism 160 that delays the input data using the output data of the shuffle mechanism 150 as input data. Shuffle port search procedure for determining the output port number after rearrangement of each element in the pre-replacement data array data_bef, and control information for the first delay mechanism for adjusting the input data according to the delay amount and adjusting the output time cycle Control information generator for shuffle mechanism that rearranges the generation procedure and the output data of the first delay mechanism 140 When, by adjusting the delay amount output data of the shuffling mechanism 150, a second delay mechanism for control information generation step of adjusting the time cycle to be output, is performed.
In such a control information automatic generation method, input data (data array before rearrangement) is rearranged by sequentially passing through the first delay mechanism 140, the shuffle mechanism 150, and the second delay mechanism 160. In order to generate the control information necessary for this, the output port number after the rearrangement of each element in the “pre-rearrangement data array data_bef” is determined by the shuffle port search procedure. Next, the first delay mechanism control information generation procedure adjusts the time cycle in which each element is output according to the delay amount so that a plurality of elements are not output to the same port in the same time cycle. At the same time, control information for the first delay mechanism is generated. Subsequently, each element in the “data array after the first delay mechanism” whose time cycle is adjusted by the first delay mechanism control information generation procedure by the shuffle mechanism control information generation procedure is the port to be finally output. Rearrangement is made so as to match the position, and at the same time, control information for the shuffle mechanism is generated. Subsequently, each element in the “data array after shuffle” shuffled by the control information generation procedure for shuffle mechanism matches the elements in the “data array after rearrangement” by the second delay mechanism control information generation procedure. The time cycle is adjusted according to the delay amount, and at the same time, the second delay mechanism control information is generated.
Thereby, the control information for each of the first delay mechanism 140, the shuffle mechanism 150, and the second delay mechanism 160 can be automatically and sequentially generated.

また、上記実施形態の制御情報自動生成方法では、シャッフルポートサーチ手順は、「並び替え前データ配列data_bef」と「並び替え後データ配列data_aft」とを基に、並び替え前データ配列の各要素がどのポートに出力されるかを判定し、該判定結果を示す「シャッフル用ポート配列shuffle_port」を作成する。
このような制御情報自動生成方法では、シャッフルポートサーチ手順により、「並び替え前データ配列data_bef」と「並び替え後データ配列data_aft」を走査し、「並び替え前データ配列」の各要素が、データ並び替え回路100を通過後に、どのポートに出力されるかを分析し、それをN行M列の「シャッフル用ポート配列shuffle_port」に記録する。
これにより、「並び替え前データ配列data_bef」内の各要素が、データ並び替え回路100を通過後に、どのポートに出力されるかを分析し、シャッフル用ポート配列shuffle_port」を生成することができる。
Further, in the control information automatic generation method of the above embodiment, the shuffle port search procedure is based on the “data array before data rearrangement data_bef” and “data array after data rearrangement data_aft”. It is determined which port is output, and a “shuffle port array shuffle_port” indicating the determination result is created.
In such a control information automatic generation method, the “pre-sort data array data_bef” and the “pre-sort data array data_ft” are scanned by a shuffle port search procedure, and each element of the “pre-sort data array data_ft” After passing through the rearrangement circuit 100, which port is output is analyzed, and it is recorded in the “shuffle port array shuffle_port” of N rows and M columns.
Thereby, it is possible to analyze which port each element in the “data array before data rearrangement data_bef” is output after passing through the data rearrangement circuit 100 and generate a shuffle port array shuffle_port ”.

また、上記実施形態の制御情報自動生成方法では、第1遅延機構用制御情報生成手順は、「シャッフル用ポート配列shuffle_port」と「並び替え前データ配列data_bef」とを基に、同じ時間サイクルの同じポートに複数の要素が重複して出力されないように、遅延量により各要素が出力される時間サイクルを調整する「第1遅延機構用制御情報fd_array」を生成し、さらに、「並び替え前データ配列data_bef」を第1遅延機構140によって遅延させた後の「第1遅延後データ配列fd_data_bef」と、「シャッフル用ポート配列shuffle_port」における並び替え後の様子を示す「第1遅延後シャッフル用ポート配列fd_shuffle_port」と、を生成する。
このような制御情報自動生成方法では、第1遅延機構用制御情報生成手順において、「シャッフル用ポート配列shuffle_port」と「並び替え前データ配列data_bef」とを基に、同じ時間サイクルの同じポートに複数の要素(並び替え前データ配列内の各要素)が重複して出力されないように、遅延量により各要素が出力される時間サイクルを調整し、これと同時に「第1遅延機構用制御情報fd_array」を生成する。
これにより、第2遅延機構140に対する「第1遅延機構用制御情報fd_array」を生成することができる。そして、この「第1遅延機構用制御情報fd_array」により第1遅延機構140を制御することで、同じ時間サイクルの同じポートに複数の要素が重複して出力されないように制御することができる。
Further, in the control information automatic generation method of the above embodiment, the first delay mechanism control information generation procedure is the same in the same time cycle based on the “shuffle port array shuffle_port” and the “pre-sort data array data_bef”. Generate “first delay mechanism control information fd_array” that adjusts the time cycle in which each element is output according to the delay amount so that a plurality of elements are not output to the port in duplicate. “first post-delay data array fd_data_bef” after delaying “data_bef” by the first delay mechanism 140 and “first post-delay shuffle port array fd_shuffle_port” showing the state after rearrangement in the “shuffle port array shuffle_port” Is generated.
In such a control information automatic generation method, in the first delay mechanism control information generation procedure, a plurality of ports are allocated to the same port in the same time cycle based on the “shuffle port array shuffle_port” and the “pre-sort data array data_bef”. The time cycle in which each element is output is adjusted according to the delay amount so that the elements of (the elements in the pre-sorted data array) are not output, and at the same time, “first delay mechanism control information fd_array” Is generated.
Thereby, the “first delay mechanism control information fd_array” for the second delay mechanism 140 can be generated. Then, by controlling the first delay mechanism 140 using this “first delay mechanism control information fd_array”, it is possible to control so that a plurality of elements are not output to the same port in the same time cycle.

また、上記実施形態の制御情報自動生成方法では、シャッフル機構用制御情報生成手順は、「第1遅延後データ配列fd_data_bef」と「第1遅延後シャッフル用ポート配列fd_shuffle_port」とを基に、「第1遅延後シャッフル用ポート配列fd_shuffle_port」内に記録されたポート番号が、出力ポートに一致するように並び替えを行うと共に、「第1遅延後シャッフル用ポート配列fd_shuffle_port」の各要素に対応する「第1遅延後データ配列fd_data_bef」内の各要素についても並び替えを行い「シャッフル後データ配列sh_data_bef」を作成し、さらに、「第1遅延後データ配列fd_data_bef」内の各要素に対する並び替え方法の情報を「シャッフル機構用制御情報sh_array」として生成する。
このような制御情報自動生成方法では、「第1遅延後シャッフル用ポート配列fd_shuffle_port」内に記録されたポート番号が、出力ポートに一致するように並び替えを行うと共に、これに合わせて「第1遅延後データ配列fd_data_bef」内の各要素についても並び替えを行う。そして、「第1遅延後データ配列fd_data_bef」内の各要素に対する並び替え方法の情報を「シャッフル機構用制御情報sh_array」として生成する。
これにより、シャッフル機構150に対する「シャッフル機構用制御情報sh_array」を生成することができる。そして、この「シャッフル機構用制御情報sh_array」によりシャッフル機構150を制御するで、「第1遅延後データ配列fd_data_bef」内の各要素が出力されるべきポート位置に合致するように、並び替えを行うことができる。
Further, in the control information automatic generation method of the above embodiment, the shuffle mechanism control information generation procedure is based on the “first delayed data array fd_data_bef” and the “first delayed shuffle port array fd_shuffle_port”. The port numbers recorded in the post-delay shuffle port array fd_shuffle_port are rearranged so as to match the output ports, and the “first delay shuffle port array fd_shuffle_port” corresponding to each element of the “first post-delay shuffle port array fd_shuffle_port” The elements in the 1-delayed data array fd_data_bef are also rearranged to create a “shuffled data array sh_data_bef”, and information on the rearrangement method for each element in the “first delayed data array fd_data_bef”. `` Sh To generate as Waffles mechanism for control information sh_array ".
In such an automatic control information generation method, the port numbers recorded in the “first post-delay shuffle port array fd_shuffle_port” are rearranged so as to match the output ports, and the “first Rearrangement is also performed for each element in the post-delay data array fd_data_bef. Then, the rearrangement method information for each element in the “first delayed data array fd_data_bef” is generated as “shuffle mechanism control information sh_array”.
Thereby, the “shuffle mechanism control information sh_array” for the shuffle mechanism 150 can be generated. Then, the shuffle mechanism 150 is controlled by the “shuffle mechanism control information sh_array”, and rearrangement is performed so that each element in the “first delayed data array fd_data_bef” matches the port position to be output. be able to.

また、上記実施形態の制御情報自動生成方法では、第2遅延機構用制御情報生成手順は、「シャッフル後データ配列sh_data_bef」と「並び替え後データ配列data_aft」とを比較し、「シャッフル後データ配列sh_data_bef」内の各要素を「並び替え後データ配列data_aft」内の各要素と一致するよう遅延量を調整して並び替えを行うと共に、その並び替え方法の情報を「第2遅延機構用制御情報sdu_array」として生成する。
このような制御情報自動生成方法では、第2遅延機構用制御情報生成手順は、「シャッフル後データ配列sh_data_bef」内の各要素が、「並び替え後データ配列data_aft」内の各要素と一致するように、遅延量によって時間サイクルを調整して並び替えを行い、その並び替え方法の情報を「第2遅延機構用制御情報sdu_array」として生成する。
これにより、第2遅延機構160に対する「シャッフル機構用制御情報sh_array」を生成することができる。そして、この「シャッフル機構用制御情報sh_array」により第2遅延機構160を制御することで、「シャッフル後データ配列sh_data_bef」内の各要素を、出力されるべき時間サイクルに合致するように、並び替えることができる。
In the control information automatic generation method of the above embodiment, the second delay mechanism control information generation procedure compares “post-shuffle data array sh_data_bef” and “post-reorder data array data_aft”, and determines “post-shuffle data array”. Each element in the “sh_data_bef” is rearranged by adjusting the delay amount so as to coincide with each element in the “sorted data array data_aft”, and information on the rearrangement method is displayed as “second delay mechanism control information”. sdu_array ".
In such a control information automatic generation method, the second delay mechanism control information generation procedure is such that each element in the “post-shuffle data array sh_data_bef” matches each element in the “post-sort data array data_aft”. Further, rearrangement is performed by adjusting the time cycle according to the delay amount, and information on the rearrangement method is generated as “second delay mechanism control information sdu_array”.
Thereby, the “shuffle mechanism control information sh_array” for the second delay mechanism 160 can be generated. Then, by controlling the second delay mechanism 160 with this “shuffle mechanism control information sh_array”, the elements in the “shuffled data array sh_data_bef” are rearranged so as to match the time cycle to be output. be able to.

以上、本発明の実施の形態について説明したが、本発明のデータ並び替え回路100及び制御情報自動生成部180は、上述の図示例にのみ限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々変更を加え得ることは勿論である。   Although the embodiment of the present invention has been described above, the data rearrangement circuit 100 and the control information automatic generation unit 180 according to the present invention are not limited to the illustrated examples described above, and do not depart from the gist of the present invention. Of course, various changes can be made within the range.

100・・・データ並び替え回路、110・・・カウンタ、
120・・・制御情報テーブル、130・・・制御情報結合機構、
131・・・制御情報結合器、140・・・第1遅延機構、141・・・可変遅延回路、150・・・シャッフル機構、151・・・制御情報取り出し器、152・・・選択器、160・・・第2遅延機構、170・・・制御情報分離機構、
171・・・制御情報削除器、180・・・制御情報自動生成部、
ID#0〜ID#M−1・・・入力データ、
IC#0〜IC#M−1・・・入力制御信号(制御情報)、
OD#0〜OD#M−1・・・出力データ、
data_aft・・・並び替え後データ配列、
data_bef・・・並び替え前データ配列、
fd_array・・・第1遅延機構用制御情報、
fd_data_bef・・・第1遅延後データ配列、
fd_shuffle_port・・・第1遅延後シャッフル用ポート配列、
sdu_array・・・第2遅延機構用制御情報、
sh_array・・・シャッフル機構用制御情報、
sh_data_bef・・・シャッフル後データ配列、
shuffle_port・・・シャッフル用ポート配列
100 ... Data rearrangement circuit, 110 ... Counter,
120 ... control information table, 130 ... control information combining mechanism,
131 ... Control information combiner, 140 ... First delay mechanism, 141 ... Variable delay circuit, 150 ... Shuffle mechanism, 151 ... Control information extractor, 152 ... Selector, 160 ... Second delay mechanism, 170 ... Control information separation mechanism,
171 ... Control information deleter, 180 ... Control information automatic generation unit,
ID # 0 to ID # M-1 ... input data,
IC # 0 to IC # M-1... Input control signal (control information),
OD # 0 to OD # M-1 ... output data,
data_aft ... rearranged data array,
data_bef ... data array before rearrangement,
fd_array ... control information for the first delay mechanism,
fd_data_bef ... first delayed data array,
fd_shuffle_port ... Port array for shuffle after the first delay,
sdu_array ... control information for the second delay mechanism,
sh_array ... Control information for shuffle mechanism,
sh_data_bef: data array after shuffling,
shuffle_port ... Port array for shuffle

Claims (9)

入力データの出力順序及びポート間の並びを並び替えて出力するデータ並び替え回路に対し、前記入力データの出力順序及び並び替え方を制御する制御情報を生成する制御情報自動生成方法であって、
各要素に一意な値が割り当てられ、行を出力時間サイクル、列をポート番号とする並び替え前データ配列と、
前記並び替え前データ配列を、前記データ並び替え回路によって並び替えた後のデータの並び替え状態を示す並び替え後データ配列と、
を入力とし、
前記並び替え前データ配列と前記並び替え後データ配列とを基に、前記制御情報を自動で生成することを特徴とする制御情報自動生成方法。
A control information automatic generation method for generating control information for controlling an output order and rearrangement of the input data for a data rearrangement circuit that rearranges and outputs an output order of input data and an arrangement between ports,
A unique value is assigned to each element, the pre-sort data array with rows as output time cycles and columns as port numbers,
The pre-sorting data array, a post-sorting data array indicating a sorting state of the data after sorting by the data sorting circuit;
As input,
A control information automatic generation method, wherein the control information is automatically generated based on the pre-sort data array and the post-sort data array.
前記データ並び替え回路は、
遅延量を制御可能な遅延機構と、シャッフル方法を制御可能なシャッフル機構との組み合わせによって構成され、
前記遅延機構と前記シャッフル機構のそれぞれに対して制御情報を生成する
ことを特徴とする請求項1に記載の制御情報自動生成方法。
The data rearrangement circuit includes:
It consists of a combination of a delay mechanism that can control the amount of delay and a shuffle mechanism that can control the shuffle method,
The control information automatic generation method according to claim 1, wherein control information is generated for each of the delay mechanism and the shuffle mechanism.
前記データ並び替え回路は、
入力データを遅延させる第1遅延機構と、
前記第1遅延機構の出力データを入力データとし、該入力データをシャッフルするシャッフル機構と、
前記シャッフル機構の出力データを入力データとし、該入力データを遅延させる第2遅延機構と、
を備え、
制御情報自動生成部により、
前記制御情報の生成手順として、
前記並び替え前データ配列内の各要素の並び替え後の出力ポート番号を判定するシャッフルポートサーチ手順と、
入力データを遅延量により調整し、出力する時間サイクルを調整する第1遅延機構用制御情報生成手順と、
前記第1遅延機構の出力データを並び替えるシャッフル機構用制御情報生成手順と、
前記シャッフル機構の出力データを遅延量により調整し、出力する時間サイクルを調整する第2遅延機構用制御情報生成手順と、
が行われることを特徴とする請求項2に記載の制御情報自動生成方法。
The data rearrangement circuit includes:
A first delay mechanism for delaying input data;
A shuffle mechanism that uses the output data of the first delay mechanism as input data and shuffles the input data;
A second delay mechanism that uses the output data of the shuffle mechanism as input data and delays the input data;
With
By the control information automatic generation unit,
As a procedure for generating the control information,
A shuffle port search procedure for determining an output port number after rearrangement of each element in the pre-sort data array;
A first delay mechanism control information generation procedure for adjusting input data according to a delay amount and adjusting a time cycle of output;
A shuffle mechanism control information generation procedure for rearranging output data of the first delay mechanism;
Adjusting the output data of the shuffle mechanism according to the delay amount, and adjusting the time cycle to output, the second delay mechanism control information generation procedure;
The method for automatically generating control information according to claim 2, wherein:
前記シャッフルポートサーチ手順は、
前記並び替え前データ配列と前記並び替え後データ配列とを基に、
並び替え前データ配列の各要素がどのポートに出力されるかを判定し、該判定結果を示すシャッフル用ポート配列を作成する
ことを特徴とする請求項3に記載の制御情報自動生成方法。
The shuffle port search procedure includes:
Based on the data array before sorting and the data array after sorting,
4. The control information automatic generation method according to claim 3, further comprising: determining to which port each element of the pre-sort data array is output, and creating a shuffle port array indicating the determination result.
前記第1遅延機構用制御情報生成手順は、
前記シャッフル用ポート配列と前記並び替え前データ配列とを基に、同じ時間サイクルの同じポートに複数の要素が重複して出力されないように、遅延量により各要素が出力される時間サイクルを調整する第1遅延機構用制御情報を生成し、
さらに、前記並び替え前データ配列を第1遅延機構によって遅延させた後の第1遅延後データ配列と、
前記シャッフル用ポート配列における並び替え後の様子を示す第1遅延後シャッフル用ポート配列と、
を生成することを特徴とする請求項4に記載の制御情報自動生成方法。
The first delay mechanism control information generation procedure includes:
Based on the shuffle port array and the pre-sort data array, the time cycle in which each element is output is adjusted by the delay amount so that a plurality of elements are not output to the same port in the same time cycle. Generating control information for the first delay mechanism;
And a first post-delay data array after the pre-sort data array is delayed by a first delay mechanism;
A first post-delay shuffle port array showing a state after rearrangement in the shuffle port array;
The control information automatic generation method according to claim 4, wherein the control information is generated.
前記シャッフル機構用制御情報生成手順は、
前記第1遅延後データ配列と前記第1遅延後シャッフル用ポート配列とを基に、
前記第1遅延後シャッフル用ポート配列内に記録されたポート番号が、出力ポートに一致するように並び替えを行うと共に、前記第1遅延後シャッフル用ポート配列の各要素に対応する第1遅延後データ配列内の各要素についても並び替えを行いシャッフル後データ配列を作成し、
さらに、前記第1遅延後データ配列内の各要素に対する並び替え方法の情報をシャッフル機構用制御情報として生成する
ことを特徴とすることを特徴とする請求項5に記載の制御情報自動生成方法。
The shuffle mechanism control information generation procedure is as follows:
Based on the first delayed data array and the first delayed shuffle port array,
The port numbers recorded in the first post-delay shuffle port array are rearranged so as to match the output ports, and after the first delay corresponding to each element of the first post-delay shuffle port array Reorder each element in the data array to create a data array after shuffling,
Furthermore, the information of the rearrangement method with respect to each element in the data array after said 1st delay is produced | generated as control information for shuffle mechanisms, The control information automatic generation method of Claim 5 characterized by the above-mentioned.
前記第2遅延機構用制御情報生成手順は、
前記シャッフル後データ配列と前記並び替え後データ配列とを比較し、
前記シャッフル後データ配列内の各要素が、前記並び替え後データ配列内の各要素と一致するよう遅延量を調整して並び替えを行う共に、その並び替え方法の情報を第2遅延機構制御情報として生成する
ことを特徴とする請求項6に記載の制御情報自動生成方法。
The second delay mechanism control information generation procedure includes:
Comparing the shuffled data array and the rearranged data array;
Rearrangement is performed by adjusting the delay amount so that each element in the post-shuffle data array matches each element in the rearranged data array, and information on the rearrangement method is provided as second delay mechanism control information. The method according to claim 6, wherein the control information is automatically generated.
請求項1から7のいずれか一項に記載の制御情報自動生成方法において生成された制御情報により、データ並び替えが制御されることを特徴とするデータ並び替え回路。   A data rearrangement circuit, wherein data rearrangement is controlled by the control information generated in the control information automatic generation method according to any one of claims 1 to 7. 請求項1から7のいずれか一項に記載の制御情報自動生成方法を実行させるためのコンピュータにより読み取り可能な制御情報自動生成プログラム。   A computer-readable control information automatic generation program for executing the control information automatic generation method according to any one of claims 1 to 7.
JP2010093990A 2010-04-15 2010-04-15 Control information automatic generation method for data rearrangement circuit, data rearrangement circuit, computer, and control information automatic generation program Expired - Fee Related JP5556323B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010093990A JP5556323B2 (en) 2010-04-15 2010-04-15 Control information automatic generation method for data rearrangement circuit, data rearrangement circuit, computer, and control information automatic generation program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010093990A JP5556323B2 (en) 2010-04-15 2010-04-15 Control information automatic generation method for data rearrangement circuit, data rearrangement circuit, computer, and control information automatic generation program

Publications (2)

Publication Number Publication Date
JP2011227559A true JP2011227559A (en) 2011-11-10
JP5556323B2 JP5556323B2 (en) 2014-07-23

Family

ID=45042858

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010093990A Expired - Fee Related JP5556323B2 (en) 2010-04-15 2010-04-15 Control information automatic generation method for data rearrangement circuit, data rearrangement circuit, computer, and control information automatic generation program

Country Status (1)

Country Link
JP (1) JP5556323B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015503785A (en) * 2011-12-27 2015-02-02 ゼットティーイー コーポレイション FFT / DFT reverse sorting system, method, and operation system thereof
JPWO2014103235A1 (en) * 2012-12-25 2017-01-12 日本電気株式会社 Arithmetic apparatus and arithmetic method
WO2021210069A1 (en) * 2020-04-14 2021-10-21 三菱電機株式会社 Frequency analysis device, frequency analysis method, control circuit, and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06342449A (en) * 1993-06-01 1994-12-13 Fujitsu Ltd Data rearranging circuit and high-speed fourier transform circuit
JPH08147269A (en) * 1994-11-17 1996-06-07 Matsushita Electric Ind Co Ltd Orthogonal transformer
JPH08320857A (en) * 1995-05-25 1996-12-03 Sony Corp Unit and method for fourier transformation arithmetic operation
JPH10283341A (en) * 1997-04-07 1998-10-23 Sharp Corp Fast fourier transformation arithmetic circuit
WO2011036918A1 (en) * 2009-09-24 2011-03-31 日本電気株式会社 Data rearranging circuit, variable delay circuit, high-speed fourier transform circuit, and data rearranging method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06342449A (en) * 1993-06-01 1994-12-13 Fujitsu Ltd Data rearranging circuit and high-speed fourier transform circuit
JPH08147269A (en) * 1994-11-17 1996-06-07 Matsushita Electric Ind Co Ltd Orthogonal transformer
JPH08320857A (en) * 1995-05-25 1996-12-03 Sony Corp Unit and method for fourier transformation arithmetic operation
JPH10283341A (en) * 1997-04-07 1998-10-23 Sharp Corp Fast fourier transformation arithmetic circuit
WO2011036918A1 (en) * 2009-09-24 2011-03-31 日本電気株式会社 Data rearranging circuit, variable delay circuit, high-speed fourier transform circuit, and data rearranging method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015503785A (en) * 2011-12-27 2015-02-02 ゼットティーイー コーポレイション FFT / DFT reverse sorting system, method, and operation system thereof
JPWO2014103235A1 (en) * 2012-12-25 2017-01-12 日本電気株式会社 Arithmetic apparatus and arithmetic method
WO2021210069A1 (en) * 2020-04-14 2021-10-21 三菱電機株式会社 Frequency analysis device, frequency analysis method, control circuit, and storage medium
JPWO2021210069A1 (en) * 2020-04-14 2021-10-21
JP7086321B2 (en) 2020-04-14 2022-06-17 三菱電機株式会社 Frequency analyzer, frequency analysis method, control circuit and storage medium

Also Published As

Publication number Publication date
JP5556323B2 (en) 2014-07-23

Similar Documents

Publication Publication Date Title
US8423752B2 (en) Apparatus and method for performing permutation operations in which the ordering of one of a first group and a second group of data elements is preserved and the ordering of the other group of data elements is changed
WO2003091872A1 (en) Parallel merge/sort processing device, method, and program
JP2022502762A (en) Neural network search methods, devices, processors, electronic devices, storage media and computer programs
JP5556323B2 (en) Control information automatic generation method for data rearrangement circuit, data rearrangement circuit, computer, and control information automatic generation program
CN103440246A (en) Intermediate result data sequencing method and system for MapReduce
US10884736B1 (en) Method and apparatus for a low energy programmable vector processing unit for neural networks backend processing
JP5601327B2 (en) Data rearrangement circuit, variable delay circuit, fast Fourier transform circuit, and data rearrangement method
US10101965B1 (en) Method and apparatus for high speed streaming sorter
JP4310500B2 (en) Important component priority calculation method and equipment
CN106802787A (en) MapReduce optimization methods based on GPU sequences
KR102122406B1 (en) Method and apparatus for processing shuffle instruction
US9417841B2 (en) Reconfigurable sorter and method of sorting
US11200056B2 (en) Parallel union control device, parallel union control method, and storage medium
CN107506394A (en) Optimization method for eliminating big data standard relation connection redundancy
JPH10283341A (en) Fast fourier transformation arithmetic circuit
JP4347087B2 (en) Pattern matching apparatus and method, and program
US10303624B2 (en) Arbitrating and multiplexing circuitry
JP6451647B2 (en) Fast Fourier transform apparatus, fast Fourier transform method, and fast Fourier transform program
JP5429164B2 (en) Finite automaton generation system
JP2007279967A (en) Image processor
JP3803283B2 (en) Compression test plan generation, test sequence generation and testing for integrated circuit testing
JP6943283B2 (en) Fast Fourier Transform Equipment, Data Sorting Equipment, Fast Fourier Transform Processing Methods and Programs
WO2015045310A1 (en) Digital filter apparatus, digital filter processing method, and recording medium having program stored therein
US20210182061A1 (en) Information processing device, information processing method, and program
CN111949241A (en) Sorting device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130308

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140116

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140128

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140331

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: 20140507

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140520

R150 Certificate of patent or registration of utility model

Ref document number: 5556323

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees