JP2011086158A - Parallel signal processing apparatus - Google Patents

Parallel signal processing apparatus Download PDF

Info

Publication number
JP2011086158A
JP2011086158A JP2009239287A JP2009239287A JP2011086158A JP 2011086158 A JP2011086158 A JP 2011086158A JP 2009239287 A JP2009239287 A JP 2009239287A JP 2009239287 A JP2009239287 A JP 2009239287A JP 2011086158 A JP2011086158 A JP 2011086158A
Authority
JP
Japan
Prior art keywords
unit
control unit
data
data transfer
parallel
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
JP2009239287A
Other languages
Japanese (ja)
Other versions
JP5495707B2 (en
Inventor
Daisuke Ogawa
大佑 小川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2009239287A priority Critical patent/JP5495707B2/en
Publication of JP2011086158A publication Critical patent/JP2011086158A/en
Application granted granted Critical
Publication of JP5495707B2 publication Critical patent/JP5495707B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Advance Control (AREA)
  • Executing Machine-Instructions (AREA)
  • Multi Processors (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a parallel signal processing apparatus that increases the speed of processing. <P>SOLUTION: A plurality of parallel parts each including a partial control part 10, a data path part 20 and a data transfer part 30 are connected in parallel to an overall control part 1. At the partial control part 10, a main control part that performs single operations, a data path control part that generates operation instructions to the data path part 20, and a data transfer control part that generates a data transfer instruction to the data transfer part 30 are operated in parallel at a time to increase the speed of processing. Also, the partial control part 10 causes its own main instruction transmission part to transfer a data path control instruction and a data transfer control instruction issued by its own main control part to a different data path control part and a different data transfer control part, to share a different data path part 20 and a different data transfer part 30. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

この発明は、データ処理装置を複数個並列に接続し、同一命令に基づいて並列に処理を実行する並列信号処理装置に関するものである。   The present invention relates to a parallel signal processing device in which a plurality of data processing devices are connected in parallel and processing is executed in parallel based on the same instruction.

近年、画像データ等の信号処理を行う信号処理装置として、プロセッサによる並列処理と、専用ハードウェアによる処理とを組み合わせた構成が用いられてきた。例えば特許文献1に開示された画像処理装置は、従来のSIMD(Single Instruction Multiple Data)型並列データ処理装置と専用ハードウェアとを組み合わせた構成であり、プロセッサにより、SIMD型並列データ処理装置に動き予測、DCT(Discrete Cosine Transform)、及びIDCT(Inverse DCT)処理を実行させ、かつ、VLC(Variable Length Decode)処理を行う専用ハードウェアにVLC処理を実行させ、さらに、これらSIMD型並列データ処理装置と専用ハードウェアを並列で動作させる。   In recent years, a configuration in which parallel processing by a processor and processing by dedicated hardware are combined has been used as a signal processing apparatus that performs signal processing of image data and the like. For example, the image processing apparatus disclosed in Patent Document 1 is a combination of a conventional SIMD (Single Instruction Multiple Data) type parallel data processing apparatus and dedicated hardware, and the processor moves to a SIMD type parallel data processing apparatus. Dedicated hardware for executing prediction, DCT (Discrete Cosine Transform), IDCT (Inverse DCT) processing, and VLC (Variable Length Decode) processing is executed, and these SIMD type parallel data processing devices And dedicated hardware in parallel.

このような構成にすれば、高い処理性能を必要とするVLC処理を専用ハードウェアで実行することにより、高い処理能力を達成することができる。また、SIMD型並列データ処理装置を備えることにより、多様な処理に対応することができる。さらに、プロセッサがこれらを並列に動作させることにより、処理速度を向上させることができる。   With this configuration, high processing capability can be achieved by executing VLC processing that requires high processing performance with dedicated hardware. Further, by providing a SIMD type parallel data processing device, it is possible to cope with various processes. Furthermore, the processing speed can be improved by the processor operating them in parallel.

特開2001−309386号公報JP 2001-309386 A

従来の画像処理装置は以上のように構成されているので、単一のプロセッサが、SIMD型並列データ処理装置及び専用ハードウェアの処理制御、演算器による単一演算(加算、減算、乗算等)の制御、並びにデータ転送の制御を行うこととなる。従って、画像処理装置全体の処理時間がプロセッサの処理速度に律速されるという課題があった。
また、製造ばらつき等の影響により、プロセッサ、SIMD型並列データ処理装置、専用ハードウェア間に性能差が生じた場合、画像処理装置全体の性能が劣化する、又は画像処理装置全体が動作せず歩留まりが劣化するという課題もあった。
さらに、画像処理装置全体が一斉に動作するため、消費電力が大きいという課題もあった。
Since the conventional image processing apparatus is configured as described above, a single processor controls the processing of the SIMD type parallel data processing apparatus and dedicated hardware, and performs a single operation (addition, subtraction, multiplication, etc.) by an arithmetic unit. And data transfer control. Accordingly, there is a problem that the processing time of the entire image processing apparatus is limited by the processing speed of the processor.
Also, if there is a performance difference between the processor, SIMD type parallel data processing device, and dedicated hardware due to the influence of manufacturing variations, the performance of the entire image processing device deteriorates, or the entire image processing device does not operate and the yield increases. There was also a problem of deterioration.
Furthermore, since the entire image processing apparatus operates all at once, there is a problem that power consumption is large.

この発明は、上記のような課題を解決するためになされたもので、データパス部への演算命令、データ転送部へのデータ転送命令、比較演算等の単一演算を一斉並列動作で実行することにより、処理を高速化した並列信号処理装置を提供することを目的とする。   The present invention has been made to solve the above-described problems, and executes a single operation such as an operation instruction to the data path unit, a data transfer instruction to the data transfer unit, and a comparison operation in a simultaneous parallel operation. Accordingly, an object of the present invention is to provide a parallel signal processing device that speeds up processing.

この発明に係る並列信号処理装置は、処理対象データ及び処理結果データを格納するデータメモリと、処理命令に従って単一演算を実行して、処理対象データに対する演算制御命令及びデータ転送制御命令を生成するメイン制御部と、単一演算に用いるデータ及び演算結果データを格納する演算メモリと、演算制御命令に基づいて処理対象データに対する演算命令を生成するデータパス制御部と、データ転送制御命令に基づいてデータ転送命令を生成するデータ転送制御部とを有する部分制御部と、演算命令に基づき、処理対象データに対する演算を実行するデータパス部と、データ転送制御命令に基づき、データメモリ、部分制御部及びデータパス部間のデータ転送を行うデータ転送部と、データメモリ、部分制御部、データパス部及びデータ転送部を互いに接続するバスと、部分制御部、データパス部及びデータ転送部からなる並列ユニットを複数並列に接続して、各並列ユニットに互いに異なる処理命令を発行するか、又は複数ユニット単位に同一の処理命令を発行するかして、各並列ユニットに並列に処理を実行させる全体制御部とを備えるものである。   The parallel signal processing apparatus according to the present invention generates a calculation control instruction and a data transfer control instruction for the processing target data by executing a single operation according to the processing instruction and a data memory for storing the processing target data and the processing result data. A main control unit, a calculation memory for storing data used for a single calculation and calculation result data, a data path control unit for generating a calculation command for processing target data based on the calculation control command, and a data transfer control command A partial control unit having a data transfer control unit for generating a data transfer command, a data path unit for performing a calculation on the processing target data based on the calculation command, a data memory, a partial control unit, and A data transfer unit for transferring data between data path units, a data memory, a partial control unit, a data path unit, and a data path unit; A plurality of parallel units consisting of a partial control unit, a data path unit, and a data transfer unit and issuing different processing instructions to each parallel unit, or a plurality of unit units Or a general control unit that causes each parallel unit to execute processing in parallel by issuing the same processing instruction.

この発明に係る並列信号処理装置は、処理対象データ及び処理結果データを格納するデータメモリと、処理命令に従って単一演算を実行して、処理対象データに対する演算制御命令及びデータ転送制御命令を生成するメイン制御部と、単一演算に用いるデータ及び演算結果データを格納する演算メモリと、演算制御命令に基づいて処理対象データに対する演算命令を生成するデータパス制御部と、データ転送制御命令に基づいてデータ転送命令を生成するデータ転送制御部とを有する部分制御部と、演算命令に基づき、処理対象データに対する演算を実行するデータパス部と、データ転送制御命令に基づき、データメモリ、部分制御部及びデータパス部間のデータ転送を行うデータ転送部と、データメモリ、部分制御部、データパス部及びデータ転送部を互いに接続するバスと、部分制御部、データパス部及びデータ転送部からなる並列ユニットそれぞれについて、各並列ユニットに対して互いに異なる処理命令を格納しておくか、又は複数ユニット単位に同一の処理命令を格納しておくかして、各並列ユニットに並列に処理を実行させる命令メモリとを備えるものである。   The parallel signal processing apparatus according to the present invention generates a calculation control instruction and a data transfer control instruction for the processing target data by executing a single operation according to the processing instruction and a data memory for storing the processing target data and the processing result data. A main control unit, a calculation memory for storing data used for a single calculation and calculation result data, a data path control unit for generating a calculation command for processing target data based on the calculation control command, and a data transfer control command A partial control unit having a data transfer control unit for generating a data transfer command, a data path unit for performing a calculation on the processing target data based on the calculation command, a data memory, a partial control unit, and A data transfer unit for transferring data between data path units, a data memory, a partial control unit, a data path unit, and a data path unit; For each parallel unit consisting of a bus that connects data transfer units to each other and a partial control unit, a data path unit, and a data transfer unit, store different processing instructions for each parallel unit, or in units of multiple units It is provided with an instruction memory that stores the same processing instruction and causes each parallel unit to execute processing in parallel.

この発明によれば、処理命令に従って単一演算を実行して、処理対象データに対する演算制御命令及びデータ転送制御命令を生成するメイン制御部と、単一演算に用いるデータ及び演算結果データを格納する演算メモリと、演算制御命令に基づいて処理対象データに対する演算命令を生成するデータパス制御部と、データ転送制御命令に基づいてデータ転送命令を生成するデータ転送制御部とを有する部分制御部と、データパス部と、データ転送部とからなる並列ユニットを備えるようにしたので、データパス部への演算命令、データ転送部へのデータ転送命令、比較演算等の単一演算を一斉並列動作で実行することにより、処理を高速化した並列信号処理装置を提供することができる。   According to the present invention, a single control is executed in accordance with a processing instruction to generate an arithmetic control instruction and a data transfer control instruction for the processing target data, and data used for the single arithmetic and arithmetic result data are stored. A partial control unit having a calculation memory, a data path control unit that generates a calculation command for processing target data based on the calculation control command, and a data transfer control unit that generates a data transfer command based on the data transfer control command; Since a parallel unit consisting of a data path unit and a data transfer unit is provided, a single operation such as an operation instruction to the data path unit, a data transfer instruction to the data transfer unit, or a comparison operation is executed in a simultaneous parallel operation. By doing so, it is possible to provide a parallel signal processing device that speeds up the processing.

この発明の実施の形態1に係る並列信号処理装置の構成を示すブロック図である。It is a block diagram which shows the structure of the parallel signal processing apparatus which concerns on Embodiment 1 of this invention. 図1に示す全体制御部1の内部構成を示すブロック図である。It is a block diagram which shows the internal structure of the whole control part 1 shown in FIG. 図1に示す並列信号処理装置の部分制御部10の内部構成を説明するブロック図である。It is a block diagram explaining the internal structure of the partial control part 10 of the parallel signal processing apparatus shown in FIG. 図3に示すメイン命令伝達部15bの内部構成を示すブロック図である。It is a block diagram which shows the internal structure of the main command transmission part 15b shown in FIG. この発明の実施の形態2に係る並列信号処理装置の全体制御部1の内部構成を示すブロック図である。It is a block diagram which shows the internal structure of the whole control part 1 of the parallel signal processing apparatus concerning Embodiment 2 of this invention. この発明の実施の形態3に係る並列信号処理装置の構成を示すブロック図である。It is a block diagram which shows the structure of the parallel signal processing apparatus which concerns on Embodiment 3 of this invention. 図6に示す転送命令調停部18aの内部構成を示すブロック図である。It is a block diagram which shows the internal structure of the transfer command arbitration part 18a shown in FIG. 実施の形態3に係る並列信号処理装置において、転送命令調停部18a〜18dの接続例を図8(a)に示し、転送例を図8(b)に示す。In the parallel signal processing device according to the third embodiment, a connection example of the transfer command arbitration units 18a to 18d is shown in FIG. 8A, and a transfer example is shown in FIG. 8B.

実施の形態1.
図1は、この発明の実施の形態1に係る並列信号処理装置の構成を示すブロック図である。図1に示す並列信号処理装置は、1つの全体制御部1と、複数個(#1〜#n)の部分制御部10、データパス部20、データ転送部30及びデータメモリ40と、1つのバス50とから構成されている。なお、部分制御部10、データパス部20及びデータ転送部30が並列ユニットを構成し、図1では#1〜#nの並列ユニットが並列に全体制御部1に接続されている。
Embodiment 1 FIG.
1 is a block diagram showing a configuration of a parallel signal processing apparatus according to Embodiment 1 of the present invention. The parallel signal processing apparatus shown in FIG. 1 includes one overall control unit 1, a plurality of (# 1 to #n) partial control units 10, a data path unit 20, a data transfer unit 30, a data memory 40, and one And a bus 50. The partial control unit 10, the data path unit 20, and the data transfer unit 30 constitute a parallel unit. In FIG. 1, the parallel units # 1 to #n are connected to the overall control unit 1 in parallel.

全体制御部1は、例えば画像符号化・復号処理の制御を行い、各部分制御部10に対して例えば画像符号化処理の動きベクトル算出のような単位処理を実行させる命令を発行する。部分制御部10は、全体制御部1が発行する単位処理の命令に従って、パラメータ算出及び比較演算の単一演算(加算、減算、乗算、除算等)を実行し、データパス部20に単位処理を実行させるための演算命令を発行すると共に、データ転送部30に単位処理に必要なデータを転送させるためのデータ転送命令を発行する。データパス部20は、部分制御部10が発行した演算命令に従って、転送されたデータを用いた演算を実行する。データ転送部30は、部分制御部10が発行したデータ転送命令に従って、部分制御部10、データパス部20、データ転送部30及びデータメモリ40間でデータを転送する。データメモリ40は、単位処理の対象となるデータと単位処理の結果データとを格納する。バス50は、部分制御部10、データパス部20、データ転送部30及びデータメモリ40の間を相互に接続して、データ転送部30がデータを転送させるために用いる。例えばデータメモリ40が画像データを格納し、部分制御部10がその画像データに対して単位処理を実行して動きベクトルを算出し、動きベクトルを結果データとして再びデータメモリ40に格納する。   The overall control unit 1 controls, for example, image encoding / decoding processing, and issues a command for causing each partial control unit 10 to execute unit processing such as motion vector calculation of image encoding processing. The partial control unit 10 executes single operations (addition, subtraction, multiplication, division, etc.) of parameter calculation and comparison operation according to the unit processing instruction issued by the overall control unit 1, and performs unit processing on the data path unit 20. An arithmetic instruction for execution is issued, and a data transfer instruction for causing the data transfer unit 30 to transfer data necessary for unit processing is issued. The data path unit 20 executes a calculation using the transferred data in accordance with a calculation command issued by the partial control unit 10. The data transfer unit 30 transfers data among the partial control unit 10, the data path unit 20, the data transfer unit 30, and the data memory 40 in accordance with the data transfer command issued by the partial control unit 10. The data memory 40 stores unit processing target data and unit processing result data. The bus 50 connects the partial control unit 10, the data path unit 20, the data transfer unit 30, and the data memory 40 so that the data transfer unit 30 transfers data. For example, the data memory 40 stores image data, the partial control unit 10 executes unit processing on the image data to calculate a motion vector, and stores the motion vector in the data memory 40 again as result data.

図2は、図1に示す全体制御部1の構成を示すブロック図である。全体制御部1は、接続されている部分制御部10へ単位処理命令(信号)S1を発行すると共に各部分制御部10の並列処理を制御するための伝達制御命令(信号)S2を発行する命令発行部101と、全体処理の処理順序、処理内容及び単位処理を行う部分制御部10を指定した全体制御プログラムを格納しているプログラムメモリ102とから構成される。
なお、全体制御プログラムは、外部から設定してもよいし、全体制御部1自らがロードしてもよい。また、全体制御プログラムは、全体制御部1に接続された部分制御部10それぞれに異なる単位処理を実行させるようにしてもよいし、全ての又は複数の部分制御部10に同じ単位処理を実行させるようにしてもよい。
FIG. 2 is a block diagram showing the configuration of the overall control unit 1 shown in FIG. The overall control unit 1 issues a unit processing command (signal) S1 to the connected partial control unit 10, and issues a transmission control command (signal) S2 for controlling parallel processing of each partial control unit 10. The issuing unit 101 includes a program memory 102 that stores an overall control program that designates the partial control unit 10 that performs the processing order, processing contents, and unit processing of the overall processing.
The overall control program may be set from the outside, or may be loaded by the overall control unit 1 itself. The overall control program may cause each of the partial control units 10 connected to the overall control unit 1 to execute different unit processes, or cause all or a plurality of partial control units 10 to execute the same unit process. You may do it.

命令発行部101は、プログラムメモリ102から全体制御プログラムを読み出し、その処理順序に従って、単位処理実行対象に指定されている部分制御部10のうちから任意の1つの部分制御部10を選択して単位処理命令S1を発行する。また、命令発行部101は、単位処理命令S1が発行された部分制御部10が生成する演算命令とデータ転送命令とを他の単位処理実行対象の部分制御部10に伝達指示するための伝達制御命令S2を、単位処理実行対象の全ての部分制御部10に対して発行する。   The instruction issuing unit 101 reads out the entire control program from the program memory 102, selects one arbitrary partial control unit 10 from the partial control units 10 specified as the unit processing execution target according to the processing order, and selects the unit. A processing instruction S1 is issued. Further, the instruction issuing unit 101 transmits a calculation instruction and a data transfer instruction generated by the partial control unit 10 from which the unit processing instruction S1 is issued to other partial processing execution target partial control units 10. The instruction S2 is issued to all the partial control units 10 subject to unit processing execution.

図3は、図1に示す部分制御部10の構成を示すブロック図である。部分制御部10aは、データパス制御命令S20aとデータ転送制御命令S30aを発行するメイン制御部11a、データパス部20aを制御するデータパス制御部12a、データ転送部30aを制御するデータ転送制御部13a、メイン制御部11aの演算に必要なデータを格納する演算メモリ14a、及び自他のメイン制御部11a〜11cが発行したデータパス制御命令S20a〜S20cとデータ転送制御命令S30a〜S30cから所定の命令を選択するメイン命令伝達部15aから構成される。部分制御部10b,10cの各構成も部分制御部10aと同一である。   FIG. 3 is a block diagram showing the configuration of the partial control unit 10 shown in FIG. The partial control unit 10a includes a main control unit 11a that issues a data path control command S20a and a data transfer control command S30a, a data path control unit 12a that controls the data path unit 20a, and a data transfer control unit 13a that controls the data transfer unit 30a. , A calculation memory 14a for storing data necessary for the calculation of the main control unit 11a, and predetermined instructions from the data path control commands S20a to S20c and the data transfer control commands S30a to S30c issued by the other main control units 11a to 11c The main command transmission unit 15a for selecting Each configuration of the partial control units 10b and 10c is the same as that of the partial control unit 10a.

図3では、3つの部分制御部10a〜10cが並列に接続されている構成を例に説明する。例えば、部分制御部10a〜10cに同一の単位処理を実行させる場合、そのうちの1つの部分制御部10bに対して単位処理命令S1が発行される。また、この部分制御部10bが発行する命令に従って他の部分制御部10a,10cに接続されたデータパス部20a,20c及びデータ転送部30a,30cが同一の単位処理を実行できるように、部分制御部10bの発行する命令を部分制御部10a,10cへ伝達するための伝達制御命令S2が、部分制御部10a〜10cにそれぞれ発行される。   In FIG. 3, a configuration in which three partial control units 10 a to 10 c are connected in parallel will be described as an example. For example, when causing the partial control units 10a to 10c to execute the same unit processing, the unit processing instruction S1 is issued to one of the partial control units 10b. Further, the partial control is performed so that the data path units 20a and 20c and the data transfer units 30a and 30c connected to the other partial control units 10a and 10c can execute the same unit processing in accordance with an instruction issued by the partial control unit 10b. A transmission control command S2 for transmitting a command issued by the unit 10b to the partial control units 10a and 10c is issued to the partial control units 10a to 10c.

単位処理命令S1が発行されたメイン制御部11bは、その単位処理命令S1に従って、演算メモリ14bのデータを用いて単位処理に必要な比較演算及びパラメータ算出等の単一演算を実行し、単位処理で実行する演算とその実行順序をデータパス制御部12bに指示するデータパス制御命令(信号)S20bを発行すると共に、単位処理で必要なデータと演算結果の転送順序、データサイズ、及び転送先/転送元をデータ転送制御部13bに指示するデータ転送制御命令S30bを発行する。   The main control unit 11b to which the unit processing instruction S1 has been issued executes a single operation such as a comparison operation and parameter calculation necessary for the unit processing using the data in the operation memory 14b in accordance with the unit processing instruction S1, A data path control instruction (signal) S20b that instructs the data path control unit 12b to execute the operation and the execution order in step S20b, and transfer order, data size, and transfer destination / data required for unit processing A data transfer control instruction S30b is issued to instruct the transfer source to the data transfer control unit 13b.

メイン命令伝達部15bは、自メイン制御部11bが発行したデータパス制御命令S20b及びデータ転送制御命令S30bか、他メイン制御部11a又は11cが発行したデータパス制御命令S20a及びデータ転送制御命令S30aか、又はデータパス制御命令S20c及びデータ転送制御命令S30cかを選択して、共通データパス制御命令S21及び共通データ転送制御命令S31として出力する。メイン命令伝達部15bにおいて自他どちらのメイン制御部が発行した命令を選択するかは、全体制御部1から入力される伝達制御命令S2に従う。よって、図3に示す各メイン命令伝達部15a〜15cは、部分制御部10bが発行したデータパス制御命令S20b及びデータ転送制御命令S30bを選択する。   The main command transfer unit 15b is a data path control command S20b and a data transfer control command S30b issued by its own main control unit 11b, or a data path control command S20a and a data transfer control command S30a issued by another main control unit 11a or 11c. Alternatively, the data path control command S20c and the data transfer control command S30c are selected and output as the common data path control command S21 and the common data transfer control command S31. Which of the main control units issued by the main command transmission unit 15b is selected depends on the transmission control command S2 input from the overall control unit 1. Accordingly, each of the main command transfer units 15a to 15c illustrated in FIG. 3 selects the data path control command S20b and the data transfer control command S30b issued by the partial control unit 10b.

図4は、図3に示すメイン命令伝達部15a〜15cに共通の構成を示すブロック図であり、部分制御部10b内部のメイン命令伝達部15bを例にして説明する。メイン命令伝達部15bは、4つの伝達セレクタ151〜154と、2つの発行命令セレクタ155,156とから構成される。各伝達セレクタ151〜154は2to1セレクタであり、各発行命令セレクタ155,156は3to1セレクタである。また、各セレクタ151〜156には、部分制御部10bのメイン制御部11bから発行されたデータパス制御命令S20bとデータ転送制御命令S30bを選択して伝達するよう指示した伝達制御命令S2が入力される。従って、メイン命令伝達部15bは、自メイン制御部11bから入力されるデータパス制御命令S20bとデータ転送制御命令S30bを他メイン制御部11a,11cに伝達すると共に、これらデータパス制御命令S20bとデータ転送制御命令S30bを共通データパス制御命令S21と共通データ転送制御命令S31として自データパス制御部12bと自データ転送制御部13bへ発行する。   FIG. 4 is a block diagram showing a configuration common to the main command transmission units 15a to 15c shown in FIG. 3, and the main command transmission unit 15b in the partial control unit 10b will be described as an example. The main command transfer unit 15b includes four transfer selectors 151 to 154 and two issue command selectors 155 and 156. Each of the transmission selectors 151 to 154 is a 2to1 selector, and each of the issue instruction selectors 155 and 156 is a 3to1 selector. Each selector 151-156 receives a transmission control command S2 instructed to select and transmit the data path control command S20b and the data transfer control command S30b issued from the main control unit 11b of the partial control unit 10b. The Therefore, the main command transmission unit 15b transmits the data path control command S20b and the data transfer control command S30b input from the main control unit 11b to the other main control units 11a and 11c, and the data path control command S20b and the data The transfer control command S30b is issued to the own data path control unit 12b and the own data transfer control unit 13b as the common data path control command S21 and the common data transfer control command S31.

単位処理命令S1が発行された部分制御部10b内部のデータパス制御部12bは、メイン命令伝達部15bによって選択された共通データパス制御命令(信号)S21(即ちデータパス制御命令S20b)に含まれる単位処理で実行する演算とその実行順序の情報に従って、演算命令(信号)S22bを生成してデータパス部20bへ発行する。
また、データ転送制御部13bも、メイン命令伝達部15bによって選択された共通データ転送制御命令(信号)S31(即ちデータ転送制御命令S30b)に含まれる単位処理で必要なデータと演算結果の転送順序、データサイズ、及び転送先/転送元の情報に従って、データ転送命令(信号)S32bを生成してデータ転送部30bへ発行する。
The data path control unit 12b in the partial control unit 10b from which the unit processing instruction S1 is issued is included in the common data path control command (signal) S21 (that is, the data path control command S20b) selected by the main command transmission unit 15b. An operation instruction (signal) S22b is generated and issued to the data path unit 20b according to the information executed in the unit processing and the execution order information.
The data transfer control unit 13b also transfers the data required for the unit processing included in the common data transfer control command (signal) S31 selected by the main command transfer unit 15b (that is, the data transfer control command S30b) and the transfer order of the operation results. The data transfer command (signal) S32b is generated and issued to the data transfer unit 30b in accordance with the data size and the transfer destination / transfer source information.

単位処理実行対象であって単位処理命令S1が発行されていない部分制御部10aにおいて、自メイン命令伝達部15aは、他メイン命令伝達部15bから伝達されたデータパス制御命令S20bとデータ転送制御命令S30bを選択して、共通データパス制御命令S21と共通データ転送制御命令S31としてデータパス制御部12aとデータ転送制御部13aへ発行する。同様に、単位処理実行対象であって単位処理命令S1が発行されていない部分制御部10cのメイン命令伝達部15cも、他メイン命令伝達部15bから伝達されたデータパス制御命令S20bとデータ転送制御命令S30bを選択して、共通データパス制御命令S21と共通データ転送制御命令S31としてデータパス制御部12cとデータ転送制御部13cへ発行する。   In the partial control unit 10a that is a unit process execution target and for which the unit processing instruction S1 has not been issued, the local main command transfer unit 15a receives the data path control command S20b and the data transfer control command transmitted from the other main command transfer unit 15b. S30b is selected and issued as a common data path control command S21 and a common data transfer control command S31 to the data path control unit 12a and the data transfer control unit 13a. Similarly, the main command transfer unit 15c of the partial control unit 10c that is a unit process execution target and has not been issued the unit process command S1 is also controlled by the data path control command S20b and the data transfer control transmitted from the other main command transfer unit 15b. The instruction S30b is selected and issued to the data path control unit 12c and the data transfer control unit 13c as the common data path control instruction S21 and the common data transfer control instruction S31.

単位処理実行対象であって単位処理命令S1が発行された部分制御部10bに接続されているデータパス部20b及びデータ転送部30bと、単位処理実行対象であって単位処理命令S1が発行されていない部分制御部10a,10cに接続されているデータパス部20a,20c及びデータ転送部30a,30cとが、共通データパス制御命令S21に基づく演算命令S22a〜22cと共通データ転送制御命令S31に基づくデータ転送命令S32a〜S32cに従って、同一の単位処理をそれぞれ実行する。
そのため、単位処理実行対象の全ての部分制御部10a〜10cが、単位処理命令S1が発行された部分制御部10b内部のメイン制御部11bを共有することができる。また、単位処理命令S1が発行されなかった部分制御部10a,10cのメイン制御部11a,11cは不要となるのでクロック供給を停止するように構成してもよく、その分の消費電力を削減することができる。
The data path unit 20b and the data transfer unit 30b connected to the partial control unit 10b that is the unit processing execution target and has issued the unit processing instruction S1, and the unit processing execution target that has been issued the unit processing instruction S1 The data path units 20a and 20c and the data transfer units 30a and 30c connected to the non-partial control units 10a and 10c are based on the operation commands S22a to 22c based on the common data path control command S21 and the common data transfer control command S31. The same unit process is executed in accordance with data transfer instructions S32a to S32c.
Therefore, all the partial control units 10a to 10c that are the unit process execution target can share the main control unit 11b in the partial control unit 10b from which the unit processing instruction S1 is issued. Further, since the main control units 11a and 11c of the partial control units 10a and 10c to which the unit processing instruction S1 has not been issued are unnecessary, the clock supply may be stopped, and power consumption is reduced accordingly. be able to.

なお、クロック供給部は、並列信号処理装置全体で1つ備える構成であってもよいし、あるいは並列ユニットで1つ備える構成であってもよい。
並列信号処理装置全体で1つのクロック供給部を備える構成の場合、例えば、並列信号処理装置内部にクロック供給部を設置して、全体制御部1がこのクロック供給部を制御してクロック供給部から各並列ユニットへクロック供給/停止を行うか、あるいは全体制御部1の内部にクロック供給部を設置して、全体制御部1から各並列ユニットへクロック供給/停止を行う。
並列ユニットで1つのクロック供給部を備え、並列信号処理装置全体では複数のクロック供給部を備える構成の場合、例えば、全体制御部1が各クロック供給部を制御して各クロック供給部から各並列ユニットへクロック供給/停止を行う。
In addition, the structure provided with one clock supply part in the whole parallel signal processing apparatus may be sufficient, or the structure provided with one in a parallel unit may be sufficient.
In the case of a configuration including one clock supply unit in the entire parallel signal processing device, for example, a clock supply unit is installed inside the parallel signal processing device, and the overall control unit 1 controls the clock supply unit from the clock supply unit. Clock supply / stop is performed for each parallel unit, or a clock supply unit is installed in the overall control unit 1 to supply / stop clocks from the overall control unit 1 to each parallel unit.
In the case where the parallel unit includes one clock supply unit and the entire parallel signal processing apparatus includes a plurality of clock supply units, for example, the overall control unit 1 controls each clock supply unit to control each clock supply unit from each parallel supply unit. Supply / stop the clock to the unit.

以上より、実施の形態1によれば、処理対象データ及び処理結果データを格納するデータメモリ40と、単位処理命令S1に従って単一演算を実行して、処理対象データに対するデータパス制御命令S20及びデータ転送制御命令S30を生成するメイン制御部11と、単一演算に用いるデータ及び演算結果データを格納する演算メモリ14と、データパス制御命令S20に基づいて処理対象データに対する演算命令S22を生成するデータパス制御部12と、データ転送制御命令S30に基づいてデータ転送命令S32を生成するデータ転送制御部13とを有する部分制御部10と、演算命令S22に基づき処理対象データに対する演算を実行するデータパス部20と、データ転送命令S32に基づきデータメモリ40、部分制御部10及びデータパス部20間のデータ転送を行うデータ転送部30と、データメモリ40、部分制御部10、データパス部20及びデータ転送部30を互いに接続するバス50と、部分制御部10、データパス部20及びデータ転送部30からなる並列ユニットを複数並列に接続して、各並列ユニットに互いに異なる単位処理命令S1を発行するか、又は複数ユニット単位に同一の単位処理命令S1を発行するかして、各並列ユニットに並列に処理を実行させる全体制御部1とを備えるように構成した。このため、データパス部20への演算命令、データ転送部30へのデータ転送命令及び比較演算等の単一演算をデータパス制御部12、データ転送制御部13及びメイン制御部11において一斉並列動作で実行することにより、処理を高速化した並列信号処理装置を提供することができる。   As described above, according to the first embodiment, the data memory 40 for storing the processing target data and the processing result data, and the data path control instruction S20 and the data for the processing target data by executing a single operation according to the unit processing instruction S1. The main control unit 11 that generates the transfer control command S30, the calculation memory 14 that stores the data used for the single calculation and the calculation result data, and the data that generates the calculation command S22 for the processing target data based on the data path control command S20 A partial control unit 10 having a path control unit 12 and a data transfer control unit 13 for generating a data transfer command S32 based on the data transfer control command S30; and a data path for executing a calculation on the processing target data based on the calculation command S22 Unit 20 and data memory 40, partial control unit 10 and the like based on data transfer instruction S32. A data transfer unit 30 that performs data transfer between the data path units 20, a data memory 40, a partial control unit 10, a bus 50 that connects the data path unit 20 and the data transfer unit 30, a partial control unit 10, and a data path unit A plurality of parallel units composed of 20 and the data transfer unit 30 are connected in parallel, and different unit processing instructions S1 are issued to the respective parallel units, or the same unit processing instruction S1 is issued in units of a plurality of units. The parallel control unit 1 is configured to cause each parallel unit to execute processing in parallel. For this reason, a single operation such as an operation instruction to the data path unit 20, a data transfer instruction to the data transfer unit 30, and a comparison operation is simultaneously performed in the data path control unit 12, the data transfer control unit 13 and the main control unit 11. By executing the above, it is possible to provide a parallel signal processing device that speeds up the processing.

また、部分制御部10は、自メイン制御部11が生成したデータパス制御命令S20及びデータ転送制御命令S30を、他の部分制御部10内のデータパス制御部12及びデータ転送制御部13へ転送するメイン命令伝達部15を有し、全体制御部1の命令発行部101が伝達制御命令S2によって各並列ユニット内のメイン命令伝達部15を制御して、同一の単位処理命令S1を実行させる複数の並列ユニットのうちの任意の並列ユニット内の部分制御部10のメイン制御部11が生成したデータパス制御命令S20及びデータ転送制御命令S30を、他の各並列ユニット内の各部分制御部10内のデータパス制御部12及びデータ転送制御部13へ転送させるように構成した。このため、メイン制御部11を、自他含めた複数のデータパス制御部12及びデータ転送制御部13で共有できる。さらに、共有している間、使用していないメイン制御部11へのクロック供給を停止すれば、消費電力を削減できる。   Further, the partial control unit 10 transfers the data path control command S20 and the data transfer control command S30 generated by the main control unit 11 to the data path control unit 12 and the data transfer control unit 13 in the other partial control unit 10. The command issuing unit 101 of the overall control unit 1 controls the main command transmitting unit 15 in each parallel unit by the transfer control command S2 to execute the same unit processing command S1. The data path control command S20 and the data transfer control command S30 generated by the main control unit 11 of the partial control unit 10 in any of the parallel units are transferred to the partial control units 10 in the other parallel units. The data path control unit 12 and the data transfer control unit 13 are configured to transfer data. For this reason, the main control unit 11 can be shared by a plurality of data path control units 12 and data transfer control units 13 including others. Furthermore, power consumption can be reduced by stopping the clock supply to the main control unit 11 that is not used while sharing.

実施の形態2.
図5は、この発明の実施の形態2に係る全体制御部1の構成を示すブロック図である。全体制御部1は、図5に示すように命令発行部101、選択部103及び処理性能メモリ104から構成される。全体制御部1に接続されている#1〜#nの部分制御部10の処理性能は、互いに全く同一とは限らず、製造ばらつき又は低電圧ばらつきに起因して処理時間がばらついたり、動作しないものがあったりする。そこで、全体制御部1に接続された全ての部分制御部10について、動作有無を含めた、単位命令当たりの処理時間を示す処理性能情報を、処理性能メモリ104に格納する。この処理性能情報は、全体制御部1が並列信号処理装置の初期動作時に命令を一度実行して、各部分制御部10の処理性能を計測することで作成される。
Embodiment 2. FIG.
FIG. 5 is a block diagram showing a configuration of overall control unit 1 according to Embodiment 2 of the present invention. The overall control unit 1 includes an instruction issue unit 101, a selection unit 103, and a processing performance memory 104 as shown in FIG. The processing performances of the # 1 to #n partial control units 10 connected to the overall control unit 1 are not necessarily the same as each other, and the processing time varies due to manufacturing variations or low voltage variations, or does not operate. There are things. Therefore, the processing performance information indicating the processing time per unit instruction including the presence / absence of operation is stored in the processing performance memory 104 for all the partial control units 10 connected to the overall control unit 1. The processing performance information is created when the overall control unit 1 executes an instruction once during the initial operation of the parallel signal processing apparatus and measures the processing performance of each partial control unit 10.

選択部103は、処理性能メモリ104から各部分制御部10の処理性能情報を読み出し、処理性能と単位処理の処理負荷とを比較して、単位処理命令S1を発行する1つの部分制御部10を決定して単位処理命令S1を発行すると共に、単位処理実行対象の部分制御部10を選択して命令発行部101に通知する。このとき、選択部103は、動作しないメイン制御部11を有する部分制御部10を、単位処理実行対象には選択しても、単位処理命令S1発行対象からは除外する。これによって、メイン制御部11が動作しない部分制御部10も、単位処理命令S1が発行された部分制御部10のメイン制御部11を共有して単位処理を実行できることになる。   The selection unit 103 reads out the processing performance information of each partial control unit 10 from the processing performance memory 104, compares the processing performance with the processing load of the unit processing, and selects one partial control unit 10 that issues the unit processing instruction S1. The unit processing instruction S1 is determined and issued, and the partial control execution target 10 is selected and notified to the instruction issuing unit 101. At this time, even though the selection unit 103 selects the partial control unit 10 having the main control unit 11 that does not operate as the unit process execution target, the selection unit 103 excludes it from the unit process instruction S1 issue target. As a result, the partial control unit 10 in which the main control unit 11 does not operate can also execute unit processing by sharing the main control unit 11 of the partial control unit 10 to which the unit processing instruction S1 has been issued.

命令発行部101は、選択部103が選択した単位処理実行対象の全ての部分制御部10に対して伝達制御命令S2を発行する。   The command issuing unit 101 issues a transmission control command S2 to all the partial control units 10 that are selected by the selection unit 103 and are subject to unit processing execution.

本実施の形態2に係る並列信号処理装置の構成は、図5に示す全体制御部1以外、上記実施の形態1で説明した並列信号処理装置の構成と同一であるので説明を省略する。   The configuration of the parallel signal processing apparatus according to the second embodiment is the same as the configuration of the parallel signal processing apparatus described in the first embodiment except for the overall control unit 1 shown in FIG.

以上より、実施の形態2によれば、各並列ユニット内の各部分制御部10の処理性能情報を格納する処理性能メモリ104と、処理性能メモリ104が格納する処理性能情報に基づいて、同一の単位処理命令S1を実行させる複数の並列ユニットのうちから1つの並列ユニット内の部分制御部10を選択し、当該部分制御部10のメイン制御部11が生成したデータパス制御命令S20及びデータ転送制御命令S30を、他の各並列ユニット内の各部分制御部10内のデータパス制御部12及びデータ転送制御部13へ転送させる選択部103とを有するように構成した。このため、上記実施の形態1の効果に加えて、部分制御部10の製造ばらつき又は低電圧ばらつきで処理性能に差が生じる場合であっても、部分制御部10の処理性能に見合った単位処理命令S1を発行できるため、ばらつきの影響を低減できる。また、動作しないメイン制御部11が存在する場合でも、他の部分制御部10のメイン制御部11を共有することで、動作しないメイン制御部11のデータパス制御部12及びデータ転送制御部13も処理を実行できるため、チップの歩留まりが向上する。   As described above, according to the second embodiment, the processing performance memory 104 storing the processing performance information of each partial control unit 10 in each parallel unit and the processing performance information stored in the processing performance memory 104 are the same. The data path control instruction S20 and the data transfer control generated by the main control unit 11 of the partial control unit 10 are selected from a plurality of parallel units that execute the unit processing command S1. The instruction S30 is configured to include a selection unit 103 that transfers the instruction S30 to the data path control unit 12 and the data transfer control unit 13 in each partial control unit 10 in each other parallel unit. For this reason, in addition to the effects of the first embodiment, even if the processing performance varies due to the manufacturing variation or the low voltage variation of the partial control unit 10, the unit processing corresponding to the processing performance of the partial control unit 10 is performed. Since the instruction S1 can be issued, the influence of variation can be reduced. Even when there is a main control unit 11 that does not operate, the data path control unit 12 and the data transfer control unit 13 of the main control unit 11 that do not operate can be shared by sharing the main control unit 11 of the other partial control unit 10. Since the process can be executed, the yield of the chip is improved.

実施の形態3.
図6は、この発明の実施の形態3に係る並列信号処理装置の構成を示すブロック図であり、図1又は図3と同一又は相当の部分については同一の符号を付し説明を省略する。
本実施の形態3の並列信号処理装置は、部分制御部10、データパス部20及びデータ転送部30を1組とする並列ユニット60が、複数、バス50に並列に接続される構成である。図6の例では、並列ユニット60aの内部に部分制御部10a、データパス部20a及びデータ転送部30aが配置され、並列ユニット60bの内部に部分制御部10b、データパス部20b及びデータ転送部30bが配置されている。データメモリ40は、各並列ユニット60a,60bに1つずつ配置してもよいし、全並列ユニット60a,60bに1つ配置して共有してもよい。なお、全体制御部1は用いない。
Embodiment 3 FIG.
FIG. 6 is a block diagram showing the configuration of the parallel signal processing apparatus according to Embodiment 3 of the present invention. The same or equivalent parts as those in FIG. 1 or FIG.
The parallel signal processing apparatus according to the third embodiment has a configuration in which a plurality of parallel units 60 each including the partial control unit 10, the data path unit 20, and the data transfer unit 30 are connected in parallel to the bus 50. In the example of FIG. 6, the partial control unit 10a, the data path unit 20a, and the data transfer unit 30a are arranged inside the parallel unit 60a, and the partial control unit 10b, the data path unit 20b, and the data transfer unit 30b are arranged inside the parallel unit 60b. Is arranged. One data memory 40 may be arranged in each parallel unit 60a, 60b, or one data memory 40 may be arranged and shared in all parallel units 60a, 60b. The overall control unit 1 is not used.

以下では、並列ユニット60aの構成を例に説明する。
部分制御部10aは、図3に示したメイン制御部11a、データパス制御部12a、データ転送制御部13a及び演算メモリ14aに加え、新たに、図6に示す命令メモリ16a、状態管理部17a及び転送命令調停部18aを備える。命令メモリ16aには、同一並列ユニット60a内の部分制御部10a、データパス部20a及びデータ転送部30aで実行する処理命令が格納されている。そして、メイン制御部11aは、この命令メモリ16aに格納されている処理命令に従って、単一演算を実行して、データパス制御命令S20a及びデータ転送制御命令S30aを発行する。
また、メイン制御部11aは、データ転送制御命令S30aと共に発行先指定命令(信号)S40aも発行する。この詳細は後述する。
Hereinafter, the configuration of the parallel unit 60a will be described as an example.
In addition to the main control unit 11a, the data path control unit 12a, the data transfer control unit 13a, and the arithmetic memory 14a shown in FIG. 3, the partial control unit 10a newly adds an instruction memory 16a, a state management unit 17a, and A transfer command arbitration unit 18a is provided. The instruction memory 16a stores processing instructions executed by the partial control unit 10a, the data path unit 20a, and the data transfer unit 30a in the same parallel unit 60a. The main control unit 11a executes a single operation in accordance with the processing instruction stored in the instruction memory 16a, and issues a data path control instruction S20a and a data transfer control instruction S30a.
The main control unit 11a also issues an issue destination designation command (signal) S40a together with the data transfer control command S30a. Details of this will be described later.

データパス制御部12aは、メイン制御部11aから発行されたデータパス制御命令S20aに従って、データパス部20aへ演算命令S22aを発行する。
データ転送制御部13aは、転送命令調停部18aから入力される調停済データ転送制御命令(信号)S42aに従って、データ転送部30aへデータ転送命令S32aを発行する。
The data path control unit 12a issues an operation command S22a to the data path unit 20a in accordance with the data path control command S20a issued from the main control unit 11a.
The data transfer control unit 13a issues a data transfer command S32a to the data transfer unit 30a in accordance with the arbitrated data transfer control command (signal) S42a input from the transfer command arbitration unit 18a.

状態管理部17aは、各並列ユニット60a,60bの各データ転送制御部13a,13bが動作中か待機中かを示す状態情報と、各データ転送制御部13a,13bのアドレス情報とを格納し、さらに、自他の状態情報とアドレス情報を自他の並列ユニット60a,60bのメイン制御部11a,11bへそれぞれ通知する。
自並列ユニット60aの状態管理部17aが格納している、データ転送制御部13aについての状態情報の更新は、自データ転送制御部13aがデータ転送制御命令S30aから動作状態となるか待機状態となるかを判定して行えばよい。他方、状態管理部17aが格納している、他の並列ユニット60bの他データ転送制御部13bについての状態情報の更新は、他状態管理部17bから通知を受けた自メイン制御部11aが行う。
なお、図6の例では、部分制御部10aが内部に状態管理部17aを備える構成としたが、部分制御部10aの外に設置する構成にしてもよい。
The state management unit 17a stores state information indicating whether each data transfer control unit 13a, 13b of each parallel unit 60a, 60b is operating or waiting, and address information of each data transfer control unit 13a, 13b, Further, the status information and the address information of the other party are notified to the main control units 11a and 11b of the other parallel units 60a and 60b.
The update of the state information about the data transfer control unit 13a stored in the state management unit 17a of the own parallel unit 60a is changed from the data transfer control command S30a to the operation state or the standby state. It is sufficient to determine whether or not. On the other hand, the state information about the other data transfer control unit 13b of the other parallel unit 60b stored in the state management unit 17a is updated by the own main control unit 11a that receives the notification from the other state management unit 17b.
In the example of FIG. 6, the partial control unit 10a includes the state management unit 17a inside, but may be configured to be installed outside the partial control unit 10a.

ここで、発行先指定命令S40aを説明する。メイン制御部11aは、先ず、命令メモリ16aの処理命令より部分制御部10aの実行する処理がデータ転送を必要とするか否かを判定して、データ転送制御部13aの状態が「動作中」か「待機中」か判断する。また、他状態管理部17bから通知される他データ転送制御部13bの状態情報及びアドレス情報を取得する。メイン制御部11aは続いて、自他の状態管理部17a,17bに基づいて「待機中」のデータ転送制御部13a又は13bを選択して、そのアドレス情報を発行先指定命令S40aとして発行する。
なお、自状態管理部17aが格納している、自データ転送制御部13aについての状態情報の更新をデータ転送制御部13a自身が行わず、自メイン制御部11aが処理命令から判定して更新してもよい。
Here, the issue destination designation command S40a will be described. First, the main control unit 11a determines whether or not the processing executed by the partial control unit 10a requires data transfer based on the processing instruction in the instruction memory 16a, and the state of the data transfer control unit 13a is “in operation”. Or “Waiting”. Further, the status information and address information of the other data transfer control unit 13b notified from the other status management unit 17b are acquired. Subsequently, the main control unit 11a selects the “waiting” data transfer control unit 13a or 13b based on the other status management units 17a and 17b, and issues the address information as the issue destination designation command S40a.
Note that the state information about the own data transfer control unit 13a stored in the own state management unit 17a is not updated by the data transfer control unit 13a itself, and the own main control unit 11a determines and updates it from the processing instruction. May be.

転送命令調停部18aは、メイン制御部11aが発行するデータ転送制御命令S30aを、発行先指定命令S40aに従って自転送命令調停部18a又は他転送命令調停部18bへ転送すると共に、他転送命令調停部18bから自転送命令調停部18a宛に転送されてきた調停用データ転送制御命令(信号)S41を取得する。   The transfer command arbitration unit 18a transfers the data transfer control command S30a issued by the main control unit 11a to the own transfer command arbitration unit 18a or the other transfer command arbitration unit 18b in accordance with the issue destination designation command S40a. An arbitration data transfer control command (signal) S41 transferred from 18b to the own transfer command arbitration unit 18a is acquired.

図7は、図6に示す転送命令調停部18aの構成を示すブロック図である。転送命令調停部18aは、振り分け部181と調停部182とから構成される。振り分け部181は、メイン制御部11aから発行されたデータ転送制御命令S30aを調停用データ転送制御命令S41として、同時に発行された発行先指定命令S40aが指定する転送命令調停部18a又は18bへ転送する。ただし、転送先が同一並列ユニット60内の場合には、メイン制御部11aは発行先指定命令S40aを発行しなくてもよい。
調停部182は、自他の振り分け部181から転送されてきた調停用データ転送制御命令S41を調停済データ転送制御命令S42aとしてデータ転送制御部13aへ発行する。
FIG. 7 is a block diagram showing a configuration of the transfer instruction arbitration unit 18a shown in FIG. The transfer command arbitration unit 18 a includes a distribution unit 181 and an arbitration unit 182. The distribution unit 181 transfers the data transfer control command S30a issued from the main control unit 11a as the arbitration data transfer control command S41 to the transfer command arbitration unit 18a or 18b designated by the issued destination designation command S40a. . However, when the transfer destination is in the same parallel unit 60, the main control unit 11a does not have to issue the issue destination designation command S40a.
The arbitration unit 182 issues the arbitration data transfer control command S41 transferred from the other distribution unit 181 to the data transfer control unit 13a as the arbitrated data transfer control command S42a.

図8に、実施の形態3に係る並列信号処理装置について、転送命令調停部18a〜18dの接続例を図8(a)に示し、転送例を図8(b)に示す。図8に示す並列信号処理装置は並列ユニット数4とし、不図示の並列ユニット60a〜60dから転送命令調停部18a〜18dを抜粋して図示する。なお、転送命令調停部18a〜18dを除き、各並列ユニット60a〜60dの各部の図示は省略する。また、図8(b)では、並列ユニット60aのデータ転送制御部13a,13b,13dが動作中で、並列ユニット60cのデータ転送制御部13cが待機中の場合の転送例を示し、不使用の信号線を点線で表す。   FIG. 8 shows a connection example of the transfer command arbitration units 18a to 18d in FIG. 8A and FIG. 8B shows a transfer example of the parallel signal processing device according to the third embodiment. The parallel signal processing apparatus shown in FIG. 8 has four parallel units, and the transfer instruction arbitration units 18a to 18d are extracted from the parallel units 60a to 60d (not shown). In addition, illustration of each part of each parallel unit 60a-60d is abbreviate | omitted except the transfer command arbitration part 18a-18d. FIG. 8B shows a transfer example in which the data transfer control units 13a, 13b, 13d of the parallel unit 60a are operating and the data transfer control unit 13c of the parallel unit 60c is on standby. The signal line is represented by a dotted line.

図8(b)において、メイン制御部11aから転送命令調停部18aへ、データ転送制御命令S30aと、発行先として「転送命令調停部18c」を指定した発行先指定命令S40aとが発行される。発行先の指定方法は、ここでは説明のために「転送命令調停部18c」としたが、実際は状態管理部17a〜17dから取得したアドレス情報により指定する。また、発行先には、状態情報が「待機中」となっているデータ転送制御部を指定する。   In FIG. 8B, the data transfer control command S30a and the issue destination designation command S40a designating the “transfer command arbitration unit 18c” as the issue destination are issued from the main control unit 11a to the transfer command arbitration unit 18a. The issue destination designation method is “transfer command arbitration unit 18c” here for the sake of explanation, but in actuality, it is designated by address information acquired from status management units 17a to 17d. In addition, a data transfer control unit whose status information is “standby” is designated as the issue destination.

転送命令調停部18aの振り分け部181は、発行先指定命令S40aに従って、転送命令調停部18cの調停部182へ発行先指定命令S40aを転送する。転送命令調停部18cの調停部182は、転送されてきた発行先指定命令S40aを調停済データ転送制御命令S42cとしてデータ転送制御部13cへ発行する。これにより、メイン制御部11aが他の部分制御部10cのデータ転送制御部13cへデータ転送制御命令S30aを発行できるため、データ転送制御部13cをメイン制御部11a,11cで共有することができ、この結果、データ転送部30cをメイン制御部11a,11cで共有することができる。   The distribution unit 181 of the transfer command arbitration unit 18a transfers the issue destination designation command S40a to the arbitration unit 182 of the transfer command arbitration unit 18c according to the issue destination designation command S40a. The arbitration unit 182 of the transfer command arbitration unit 18c issues the transferred destination designation command S40a to the data transfer control unit 13c as the arbitrated data transfer control command S42c. As a result, the main control unit 11a can issue the data transfer control command S30a to the data transfer control unit 13c of the other partial control unit 10c, so that the data transfer control unit 13c can be shared by the main control units 11a and 11c. As a result, the data transfer unit 30c can be shared by the main control units 11a and 11c.

他方、転送命令調停部18b,18dは、発行先指定命令S40b,S40dの指示に従って、データ転送制御命令S30b,S30dを調停済データ転送制御命令S42b,S42dとしてそのまま自データ転送制御部13b,13d(不図示)へ発行する。   On the other hand, the transfer command arbitration units 18b and 18d follow the instructions of the issue destination designation commands S40b and S40d, and the data transfer control commands S30b and S30d are used as arbitrated data transfer control commands S42b and S42d as they are. (Not shown).

このように、単位処理実行中の部分制御部10aにおいて、データ転送部30aがデータ転送の動作中に部分制御部10a又はデータパス部20aに待機状態が発生する場合に、他の部分制御部10c内部の待機中のデータ転送制御部13cへデータ転送制御命令S30aを発行することにより、その部分制御部10cに接続されている待機中のデータ転送部30cを使用できるため、処理の高速化を図ることができる。
また、製造ばらつき、低電圧ばらつき等が原因で、部分制御部10aとデータパス部20aは動作するがデータ転送部30aが動作しない場合、部分制御部10aは動作しないデータ転送部30aを使用せず、他の並列ユニット60b〜60dのデータ転送部30b〜30dを利用できるため、歩留まり向上につながる。
さらに、各部分制御部10a〜10dの実行する単位処理がデータ転送を頻繁に必要としない場合には、データ転送部30a〜30dは待機状態にあることが多くなる。このため、任意の1つのデータ転送部30aを各部分制御部10a〜10dが共有して利用すれば、他のデータ転送部30b〜30dへのクロック供給を停止して未動作状態にすることができ、その分の消費電力を削減することができる。
As described above, in the partial control unit 10a that is executing the unit process, when a standby state occurs in the partial control unit 10a or the data path unit 20a during the data transfer operation of the data transfer unit 30a, another partial control unit 10c. By issuing the data transfer control command S30a to the internal standby data transfer control unit 13c, the standby data transfer unit 30c connected to the partial control unit 10c can be used, so that the processing speed is increased. be able to.
Further, when the partial control unit 10a and the data path unit 20a operate but the data transfer unit 30a does not operate due to manufacturing variation, low voltage variation, etc., the partial control unit 10a does not use the non-operational data transfer unit 30a. Since the data transfer units 30b to 30d of the other parallel units 60b to 60d can be used, the yield is improved.
Further, when the unit processing executed by each of the partial control units 10a to 10d does not frequently require data transfer, the data transfer units 30a to 30d are often in a standby state. For this reason, if any one data transfer unit 30a is shared and used by each of the partial control units 10a to 10d, the clock supply to the other data transfer units 30b to 30d may be stopped to be in an inoperative state. The power consumption can be reduced accordingly.

なお、クロック供給部は、上記実施の形態1と同様に、並列信号処理装置全体で1つ備える構成であってもよいし、あるいは並列ユニット60で1つ備える構成であってもよい。
ただし、本実施の形態3では、各並列ユニット60において、部分制御部10にクロック供給がされると、部分制御部10内のメイン制御部11が自データ転送部30へクロック供給/停止を行う。メイン制御部11によるクロック供給/停止の決定は、データ転送部30の状態情報に応じて、動作状態のときに供給する、待機状態のときに停止することとする。
Note that, as in the first embodiment, the clock supply unit may be configured to be provided for the entire parallel signal processing apparatus, or may be configured to be provided for the parallel unit 60.
However, in the third embodiment, when the clock is supplied to the partial control unit 10 in each parallel unit 60, the main control unit 11 in the partial control unit 10 supplies / stops the clock to the own data transfer unit 30. . The determination of clock supply / stop by the main control unit 11 is stopped in the standby state, which is supplied in the operation state, according to the state information of the data transfer unit 30.

以上より、実施の形態3によれば、処理対象データ及び処理結果データを格納するデータメモリ40と、単位処理命令S1に従って単一演算を実行して、処理対象データに対するデータパス制御命令S20及びデータ転送制御命令S30を生成するメイン制御部11と、単一演算に用いるデータ及び演算結果データを格納する演算メモリ14と、データパス制御命令S20に基づいて処理対象データに対する演算命令S22を生成するデータパス制御部12と、データ転送制御命令S30に基づいてデータ転送命令S32を生成するデータ転送制御部13とを有する部分制御部10と、演算命令S22に基づき処理対象データに対する演算を実行するデータパス部20と、データ転送命令S32に基づきデータメモリ40、部分制御部10及びデータパス部20間のデータ転送を行うデータ転送部30と、データメモリ40、部分制御部10、データパス部20及びデータ転送部30を互いに接続するバス50と、部分制御部10、データパス部20及びデータ転送部30からなる並列ユニット60それぞれについて、各並列ユニット60に対して互いに異なる処理命令を格納しておくか、又は複数ユニット単位に同一の処理命令を格納しておくかして、各並列ユニット60に並列に処理を実行させる命令メモリ16とを備えるように構成した。このため、このため、データパス部20への演算命令、データ転送部30へのデータ転送命令及び比較演算等の単一演算をデータパス制御部12、データ転送制御部13及びメイン制御部11において一斉並列動作で実行することにより、処理を高速化した並列信号処理装置を提供することができる。   As described above, according to the third embodiment, the data memory 40 for storing the processing target data and the processing result data, and the data path control instruction S20 and the data for the processing target data by executing a single operation according to the unit processing instruction S1. The main control unit 11 that generates the transfer control command S30, the calculation memory 14 that stores the data used for the single calculation and the calculation result data, and the data that generates the calculation command S22 for the processing target data based on the data path control command S20 A partial control unit 10 having a path control unit 12 and a data transfer control unit 13 for generating a data transfer command S32 based on the data transfer control command S30; and a data path for executing a calculation on the processing target data based on the calculation command S22 Unit 20 and data memory 40, partial control unit 10 and the like based on data transfer instruction S32. A data transfer unit 30 that performs data transfer between the data path units 20, a data memory 40, a partial control unit 10, a bus 50 that connects the data path unit 20 and the data transfer unit 30, a partial control unit 10, and a data path unit For each parallel unit 60 composed of 20 and the data transfer unit 30, different processing instructions are stored in each parallel unit 60, or the same processing instruction is stored in a plurality of units. An instruction memory 16 that causes each parallel unit 60 to execute processing in parallel is provided. For this reason, the data path control unit 12, the data transfer control unit 13, and the main control unit 11 perform single operations such as an operation command to the data path unit 20, a data transfer command to the data transfer unit 30, and a comparison operation. By executing the simultaneous parallel operation, it is possible to provide a parallel signal processing device that speeds up the processing.

また、部分制御部10は、データ転送制御部13の状態情報を他の部分制御部10へ通知する状態管理部17を有し、さらに、当該他の部分制御部10内の状態管理部17から通知される状態情報を取得するように構成した。さらに、部分制御部10は、自データ転送制御部13の状態情報と他の部分制御部10内の状態管理部17から通知される状態情報とに基づいて、自メイン制御部11が生成したデータ転送制御命令S30を他の部分制御部10内のデータ転送制御部13へ転送する転送命令調停部18を有するように構成した。このため、データ転送部30を、自他含めた複数のメイン制御部11で共有できるようになり、部分制御部10が他の部分制御部10に接続した待機中のデータ転送部30を使用して処理の高速化を図ることができる。さらに、共有している間、使用していないデータ転送部30へのクロック供給を停止すれば、消費電力を削減できる。   Further, the partial control unit 10 includes a state management unit 17 that notifies the state information of the data transfer control unit 13 to the other partial control unit 10, and further from the state management unit 17 in the other partial control unit 10. Configured to obtain status information to be notified. Further, the partial control unit 10 generates data generated by the own main control unit 11 based on the state information of the own data transfer control unit 13 and the state information notified from the state management unit 17 in the other partial control unit 10. A transfer command arbitration unit 18 is configured to transfer the transfer control command S30 to the data transfer control unit 13 in the other partial control unit 10. For this reason, the data transfer unit 30 can be shared by a plurality of main control units 11 including itself and others, and the partial control unit 10 uses the standby data transfer unit 30 connected to the other partial control unit 10. The processing speed can be increased. Furthermore, power consumption can be reduced by stopping clock supply to the unused data transfer units 30 while sharing.

なお、上記実施の形態3の命令メモリ16、状態管理部17及び転送命令調停部18を、上記実施の形態1又は実施の形態2に組み込んだ構成にして、プログラムメモリ102の全体制御プログラムに従って各並列ユニット60を動作させる方式と、命令メモリ16の処理命令に従って各並列ユニット60が動作する方式の両方式で動作させることも可能である。   The instruction memory 16, the state management unit 17 and the transfer instruction arbitration unit 18 of the third embodiment are configured to be incorporated in the first or second embodiment, and each control program in the program memory 102 is controlled. It is possible to operate both the system in which the parallel unit 60 is operated and the system in which each parallel unit 60 is operated according to the processing instruction of the instruction memory 16.

1 全体制御部、10 部分制御部、11 メイン制御部、12 データパス制御部、13 データ転送制御部、14 演算メモリ、15 メイン命令伝達部、16 命令メモリ、17 状態管理部、18 転送命令調停部、20 データパス部、30 データ転送部、40 データメモリ、50 バス、60 並列ユニット、101 命令発行部、102 プログラムメモリ、103 選択部、104 処理性能メモリ、151〜154 伝達セレクタ、155,156 発行命令セレクタ、181 振り分け部、182 調停部、S1 単位処理命令、S2 伝達制御命令、S20a〜S20c データパス制御命令(演算制御命令)、S21 共通データパス制御命令、S22a〜S22c 演算命令、S30a〜S30c データ転送制御命令、S31 共通データ転送制御命令、S32a〜S32c データ転送命令、S40a〜S40d 発行先指定命令、S41 調停用データ転送制御命令、S42a〜S42d 調停済データ転送制御命令。   DESCRIPTION OF SYMBOLS 1 General control part, 10 Partial control part, 11 Main control part, 12 Data path control part, 13 Data transfer control part, 14 Arithmetic memory, 15 Main instruction transmission part, 16 Instruction memory, 17 State management part, 18 Transfer instruction arbitration Unit, 20 data path unit, 30 data transfer unit, 40 data memory, 50 bus, 60 parallel unit, 101 instruction issue unit, 102 program memory, 103 selection unit, 104 processing performance memory, 151-154 transmission selector, 155, 156 Issue command selector, 181 distribution unit, 182 arbitration unit, S1 unit processing command, S2 transmission control command, S20a to S20c data path control command (calculation control command), S21 common data path control command, S22a to S22c calculation command, S30a to S30c Data transfer control command, S31 Through the data transfer control instructions, S32a~S32c data transfer instruction, S40a~S40d issue destination specified instruction, S41 arbitration for data transfer control instructions, S42a~S42d arbitration-data-transfer control instructions.

Claims (7)

処理対象データ及び処理結果データを格納するデータメモリと、
処理命令に従って単一演算を実行して、前記処理対象データに対する演算制御命令及びデータ転送制御命令を生成するメイン制御部と、前記単一演算に用いるデータ及び演算結果データを格納する演算メモリと、前記演算制御命令に基づいて前記処理対象データに対する演算命令を生成するデータパス制御部と、前記データ転送制御命令に基づいてデータ転送命令を生成するデータ転送制御部とを有する部分制御部と、
前記演算命令に基づき、前記処理対象データに対する演算を実行するデータパス部と、
前記データ転送制御命令に基づき、前記データメモリ、前記部分制御部及び前記データパス部間のデータ転送を行うデータ転送部と、
前記データメモリ、前記部分制御部、前記データパス部及び前記データ転送部を互いに接続するバスと、
前記部分制御部、前記データパス部及び前記データ転送部からなる並列ユニットを複数並列に接続して、各並列ユニットに互いに異なる処理命令を発行するか、又は複数ユニット単位に同一の処理命令を発行するかして、各並列ユニットに並列に処理を実行させる全体制御部とを備える並列信号処理装置。
A data memory for storing processing target data and processing result data;
A main control unit that executes a single operation according to a processing instruction and generates an operation control instruction and a data transfer control instruction for the processing target data; an operation memory that stores data used for the single operation and operation result data; A partial control unit including a data path control unit that generates an operation command for the processing target data based on the operation control command, and a data transfer control unit that generates a data transfer command based on the data transfer control command;
A data path unit for performing an operation on the processing target data based on the operation instruction;
A data transfer unit for transferring data between the data memory, the partial control unit and the data path unit based on the data transfer control command;
A bus connecting the data memory, the partial control unit, the data path unit and the data transfer unit to each other;
Connect multiple parallel units consisting of the partial control unit, the data path unit, and the data transfer unit in parallel, and issue different processing instructions to each parallel unit, or issue the same processing instruction to multiple units. Thus, a parallel signal processing apparatus including an overall control unit that causes each parallel unit to execute processing in parallel.
部分制御部は、自メイン制御部が生成した演算制御命令及びデータ転送制御命令を、他の部分制御部内のデータパス制御部及びデータ転送制御部へ転送するメイン命令伝達部を有し、
全体制御部は、各並列ユニット内のメイン命令伝達部を制御して、同一の処理命令を実行させる複数の並列ユニットのうちの任意の並列ユニット内の部分制御部のメイン制御部が生成した演算制御命令及びデータ転送制御命令を、他の各並列ユニット内の各部分制御部内のデータパス制御部及びデータ転送制御部へ転送させることを特徴とする請求項1記載の並列信号処理装置。
The partial control unit has a main command transmission unit that transfers the arithmetic control command and the data transfer control command generated by the main control unit to the data path control unit and the data transfer control unit in the other partial control unit,
The overall control unit controls the main command transmission unit in each parallel unit, and the calculation generated by the main control unit of the partial control unit in an arbitrary parallel unit among a plurality of parallel units that execute the same processing instruction 2. The parallel signal processing apparatus according to claim 1, wherein the control command and the data transfer control command are transferred to a data path control unit and a data transfer control unit in each partial control unit in each other parallel unit.
全体制御部は、各並列ユニット内の各部分制御部の処理性能情報に基づいて、同一の処理命令を実行させる複数の並列ユニットのうちから1つの並列ユニット内の部分制御部を選択し、当該部分制御部のメイン制御部が生成した演算制御命令及びデータ転送制御命令を、他の各並列ユニット内の各部分制御部内のデータパス制御部及びデータ転送制御部へ転送させる選択部を有することを特徴とする請求項2記載の並列信号処理装置。   The overall control unit selects a partial control unit in one parallel unit from a plurality of parallel units that execute the same processing instruction based on the processing performance information of each partial control unit in each parallel unit, and It has a selection unit that transfers the calculation control command and the data transfer control command generated by the main control unit of the partial control unit to the data path control unit and the data transfer control unit in each partial control unit in each other parallel unit. The parallel signal processing apparatus according to claim 2, wherein: 部分制御部、データパス部及びデータ転送部からなる並列ユニットそれぞれについて、各並列ユニットに対して互いに異なる処理命令を格納しておくか、又は複数ユニット単位に同一の処理命令を格納しておくかして、各並列ユニットに並列に処理を実行させる命令メモリを備えることを特徴とする請求項1から請求項3のうちのいずれか1項記載の並列信号処理装置。   For each parallel unit consisting of a partial control unit, data path unit, and data transfer unit, whether different processing instructions are stored in each parallel unit, or whether the same processing instruction is stored in units of multiple units The parallel signal processing apparatus according to claim 1, further comprising an instruction memory that causes each parallel unit to execute processing in parallel. 処理対象データ及び処理結果データを格納するデータメモリと、
処理命令に従って単一演算を実行して、前記処理対象データに対する演算制御命令及びデータ転送制御命令を生成するメイン制御部と、前記単一演算に用いるデータ及び演算結果データを格納する演算メモリと、前記演算制御命令に基づいて前記処理対象データに対する演算命令を生成するデータパス制御部と、前記データ転送制御命令に基づいてデータ転送命令を生成するデータ転送制御部とを有する部分制御部と、
前記演算命令に基づき、前記処理対象データに対する演算を実行するデータパス部と、
前記データ転送制御命令に基づき、前記データメモリ、前記部分制御部及び前記データパス部間のデータ転送を行うデータ転送部と、
前記データメモリ、前記部分制御部、前記データパス部及び前記データ転送部を互いに接続するバスと、
前記部分制御部、前記データパス部及び前記データ転送部からなる並列ユニットそれぞれについて、各並列ユニットに対して互いに異なる処理命令を格納しておくか、又は複数ユニット単位に同一の処理命令を格納しておくかして、各並列ユニットに並列に処理を実行させる命令メモリとを備える並列信号処理装置。
A data memory for storing processing target data and processing result data;
A main control unit that executes a single operation according to a processing instruction and generates an operation control instruction and a data transfer control instruction for the processing target data; an operation memory that stores data used for the single operation and operation result data; A partial control unit including a data path control unit that generates an operation command for the processing target data based on the operation control command, and a data transfer control unit that generates a data transfer command based on the data transfer control command;
A data path unit for performing an operation on the processing target data based on the operation instruction;
A data transfer unit for transferring data between the data memory, the partial control unit and the data path unit based on the data transfer control command;
A bus connecting the data memory, the partial control unit, the data path unit and the data transfer unit to each other;
For each parallel unit comprising the partial control unit, the data path unit, and the data transfer unit, store different processing instructions for each parallel unit, or store the same processing instruction in units of multiple units. A parallel signal processing apparatus comprising: an instruction memory that causes each parallel unit to execute processing in parallel.
部分制御部は、データ転送制御部の状態情報を他の部分制御部へ通知する状態管理部を有し、さらに、当該他の部分制御部内の状態管理部から通知される状態情報を取得することを特徴とする請求項4又は請求項5記載の並列信号処理装置。   The partial control unit has a state management unit that notifies the state information of the data transfer control unit to another partial control unit, and further acquires the state information notified from the state management unit in the other partial control unit 6. The parallel signal processing apparatus according to claim 4 or 5, wherein: 部分制御部は、自データ転送制御部の状態情報と他の部分制御部内の状態管理部から通知される状態情報とに基づいて、自メイン制御部が生成したデータ転送制御命令を他の部分制御部内のデータ転送制御部へ転送する転送命令調停部を有することを特徴とする請求項6記載の並列信号処理装置。   The partial control unit controls the data transfer control command generated by the own main control unit based on the state information of the own data transfer control unit and the state information notified from the state management unit in the other partial control unit. 7. The parallel signal processing apparatus according to claim 6, further comprising a transfer command arbitration unit that transfers data to a data transfer control unit in the unit.
JP2009239287A 2009-10-16 2009-10-16 Parallel signal processor Expired - Fee Related JP5495707B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009239287A JP5495707B2 (en) 2009-10-16 2009-10-16 Parallel signal processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009239287A JP5495707B2 (en) 2009-10-16 2009-10-16 Parallel signal processor

Publications (2)

Publication Number Publication Date
JP2011086158A true JP2011086158A (en) 2011-04-28
JP5495707B2 JP5495707B2 (en) 2014-05-21

Family

ID=44079049

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009239287A Expired - Fee Related JP5495707B2 (en) 2009-10-16 2009-10-16 Parallel signal processor

Country Status (1)

Country Link
JP (1) JP5495707B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024203252A1 (en) * 2023-03-28 2024-10-03 株式会社日立製作所 Data processing system and data processing method

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61110256A (en) * 1984-11-02 1986-05-28 Hitachi Ltd Processor having plural arithmetic
JPH0520283A (en) * 1991-07-11 1993-01-29 Mitsubishi Electric Corp Parallel data processor
JPH05233569A (en) * 1991-11-27 1993-09-10 Internatl Business Mach Corp <Ibm> Computer system dynamiccaly operated in plurality of modes
JPH0668053A (en) * 1992-08-20 1994-03-11 Toshiba Corp Parallel computer
WO1996029646A1 (en) * 1995-03-17 1996-09-26 Hitachi, Ltd. Processor
JP2003520360A (en) * 1999-01-28 2003-07-02 ボプス インコーポレイテッド Method and apparatus for supporting conditional execution in a VLIW based array processor using subword execution
JP2004171530A (en) * 2002-10-16 2004-06-17 Matsushita Electric Ind Co Ltd Parallel execution processor and instruction assignment method
WO2006049331A1 (en) * 2004-11-05 2006-05-11 Nec Corporation Simd parallel computing device, processing element, and simd parallel computing device control method
WO2008023576A1 (en) * 2006-08-23 2008-02-28 Nec Corporation Processing element, mixed mode parallel processor system, processing element method, mixed mode parallel processor method, processing element program, and mixed mode parallel processor program

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS61110256A (en) * 1984-11-02 1986-05-28 Hitachi Ltd Processor having plural arithmetic
JPH0520283A (en) * 1991-07-11 1993-01-29 Mitsubishi Electric Corp Parallel data processor
JPH05233569A (en) * 1991-11-27 1993-09-10 Internatl Business Mach Corp <Ibm> Computer system dynamiccaly operated in plurality of modes
JPH0668053A (en) * 1992-08-20 1994-03-11 Toshiba Corp Parallel computer
WO1996029646A1 (en) * 1995-03-17 1996-09-26 Hitachi, Ltd. Processor
JP2003520360A (en) * 1999-01-28 2003-07-02 ボプス インコーポレイテッド Method and apparatus for supporting conditional execution in a VLIW based array processor using subword execution
JP2004171530A (en) * 2002-10-16 2004-06-17 Matsushita Electric Ind Co Ltd Parallel execution processor and instruction assignment method
WO2006049331A1 (en) * 2004-11-05 2006-05-11 Nec Corporation Simd parallel computing device, processing element, and simd parallel computing device control method
WO2008023576A1 (en) * 2006-08-23 2008-02-28 Nec Corporation Processing element, mixed mode parallel processor system, processing element method, mixed mode parallel processor method, processing element program, and mixed mode parallel processor program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024203252A1 (en) * 2023-03-28 2024-10-03 株式会社日立製作所 Data processing system and data processing method

Also Published As

Publication number Publication date
JP5495707B2 (en) 2014-05-21

Similar Documents

Publication Publication Date Title
KR102277439B1 (en) Reconfigurable Processor and method for operating the same
US9652427B2 (en) Processor module, micro-server, and method of using processor module
JPS61110256A (en) Processor having plural arithmetic
JP2006018514A (en) Arithmetic device, control method of arithmetic device, program, and computer-readable recording medium
JP6673202B2 (en) Arithmetic device, method of controlling arithmetic device, and control program for arithmetic device
WO2007074905A1 (en) Network equipment system
JP2010198131A (en) Processor system and operation mode switching method for processor system
US20090276613A1 (en) Method of sharing basic input output system, and blade server and computer using the same
US9774671B2 (en) Parallel processing system and operation method of parallel processing system
US20060212613A1 (en) Data processor apparatus
JP5495707B2 (en) Parallel signal processor
US9330057B2 (en) Reconfigurable processor and mini-core of reconfigurable processor
JP2008152409A (en) Semiconductor integrated circuit
JP2008090455A (en) Multiprocessor signal processor
JP6228318B2 (en) Computer and computer system
US9323475B2 (en) Control method and information processing system
CN106030561B (en) Computing system control
JP2016031658A (en) Plant control device and plant control method
JP5783348B2 (en) Control device, control program, and image forming apparatus
JP2009049649A (en) Integrated circuit device
US9141579B2 (en) Apparatus and method for routing data among multiple cores
JP2008186426A (en) Unit extension system
JP2006236371A (en) Control system
JP2018041340A (en) Information processing system
JP2019016107A (en) Microcomputer

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120824

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131126

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140114

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140304

R150 Certificate of patent or registration of utility model

Ref document number: 5495707

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees