JP2011081695A - Control circuit of data operation unit and data operation unit - Google Patents

Control circuit of data operation unit and data operation unit Download PDF

Info

Publication number
JP2011081695A
JP2011081695A JP2009235009A JP2009235009A JP2011081695A JP 2011081695 A JP2011081695 A JP 2011081695A JP 2009235009 A JP2009235009 A JP 2009235009A JP 2009235009 A JP2009235009 A JP 2009235009A JP 2011081695 A JP2011081695 A JP 2011081695A
Authority
JP
Japan
Prior art keywords
data
data path
calculation
control unit
transfer
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
JP2009235009A
Other languages
Japanese (ja)
Other versions
JP5404294B2 (en
Inventor
Tomomi Takeuchi
友美 竹内
Yoshihiro 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 JP2009235009A priority Critical patent/JP5404294B2/en
Publication of JP2011081695A publication Critical patent/JP2011081695A/en
Application granted granted Critical
Publication of JP5404294B2 publication Critical patent/JP5404294B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Bus Control (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To accelerate processing by achieving the parallel execution of a single operation and a data path operation. <P>SOLUTION: The control circuit includes a main control part 12 for outputting a data transfer command, also executing the single operation and outputting the operation result and a data path operation indication, and a data transfer control part 13 for making data stored in an external storage device 2 be transferred to a data path circuit 4 by controlling a DMA controller 3 according to the data transfer command. When data transfer by the DMA controller 3 is completed, a data path control part 15 supplies the operation result of the single operation and a data path operation instruction which is the execution command of operation contents indicated by the data path operation indication to the data path circuit 4, and the data path operation is executed by the data path circuit 4. <P>COPYRIGHT: (C)2011,JPO&amp;INPIT

Description

この発明は、高速なデータ演算を行うデータ演算装置と、そのデータ演算装置におけるデータパス演算等を制御する制御回路とに関するものである。   The present invention relates to a data arithmetic device that performs high-speed data arithmetic and a control circuit that controls data path arithmetic and the like in the data arithmetic device.

例えば、映像信号処理のように、複数のデータを高速に処理するデータ演算装置では、データパス演算を行うデータパス回路を実装しているものがある。
このとき、データの高速処理を実現するために、例えば、SIMD(Single Instruction Multiple Data)演算装置のような汎用アクセラレータを用いて、データパス回路を構成しているものがある。
このような汎用アクセラレータは、プロセッサによって制御されるが、従来の制御手段としてのプロセッサは、内蔵されている命令メモリ内のプログラムを実行することで、外部メモリに対する入出力制御や、演算器に対する演算内容の指示を行っている(例えば、特許文献1を参照)。
For example, some data arithmetic devices that process a plurality of data at high speed, such as video signal processing, have a data path circuit that performs data path arithmetic.
At this time, in order to realize high-speed data processing, for example, a data path circuit is configured using a general-purpose accelerator such as a SIMD (Single Instruction Multiple Data) arithmetic unit.
Such a general-purpose accelerator is controlled by a processor. However, a processor as a conventional control means executes a program in a built-in instruction memory, thereby performing input / output control for an external memory and arithmetic for an arithmetic unit. The contents are instructed (see, for example, Patent Document 1).

図4は従来のデータ演算装置に実装されているプロセッサによるデータパスの制御タイミング例を示す説明図である。
ただし、データ演算装置は、プロセッサのほかに、データパス演算を行うデータパス回路と、プロセッサの指示の下で、データパス回路内の記憶装置に対してデータを転送するDMA(Direct Memory Access)コントローラとを実装しているものとする。
なお、プロセッサは、データパス回路の演算制御や、データの転送制御を実施するほかに、データ転送のアドレス演算や条件分岐などの制御用の単一演算も実行するものとする。
FIG. 4 is an explanatory diagram showing an example of data path control timing by a processor mounted on a conventional data arithmetic apparatus.
However, in addition to the processor, the data arithmetic unit includes a data path circuit that performs data path arithmetic and a DMA (Direct Memory Access) controller that transfers data to a storage device in the data path circuit under the instruction of the processor. And are implemented.
Note that the processor executes not only data path circuit arithmetic control and data transfer control but also single control operations such as data transfer address arithmetic and conditional branching.

まず、プロセッサは、データパス回路内の記憶装置に対してデータを転送するための前処理(図4では、「DMA転送0前処理」と表記)として、DMA転送に必要なアドレス演算等を実施する(例えば、転送元アドレス、転送先アドレス、転送データサイズなどを演算する)。
プロセッサは、DMA転送に必要なアドレス演算等を実施すると、そのアドレス演算等の結果をDMAコントローラに設定して(図4では、「DMA転送0設定」と表記)、DMA転送をDMAコントローラに指示する。
First, the processor performs an address calculation or the like necessary for DMA transfer as preprocessing for transferring data to the storage device in the data path circuit (indicated as “DMA transfer 0 preprocessing” in FIG. 4). (For example, a transfer source address, a transfer destination address, a transfer data size, etc. are calculated).
When the processor performs an address calculation or the like necessary for the DMA transfer, it sets the result of the address calculation or the like in the DMA controller (indicated as “DMA transfer 0 setting” in FIG. 4), and instructs the DMA controller to perform the DMA transfer. To do.

DMAコントローラは、プロセッサからDMA転送指示を受けると、プロセッサの処理と並行して、「DMA転送0設定」に見合うデータ転送(図4では、「DMA転送0」と表記)を実行する。
DMAコントローラは、データ転送が完了すると、DMA転送の完了通知をプロセッサに出力する。
When receiving a DMA transfer instruction from the processor, the DMA controller executes data transfer corresponding to “DMA transfer 0 setting” (indicated as “DMA transfer 0” in FIG. 4) in parallel with the processing of the processor.
When the data transfer is completed, the DMA controller outputs a DMA transfer completion notification to the processor.

プロセッサは、DMAコントローラが「DMA転送0」を実行している間、次のデータ転送に必要な前処理(図4では、「DMA転送1前処理」と表記)と、次のデータパス演算(図4では、「データパス演算0」と表記)で必要となるパラメータ等を算出するための単一演算(図4では、「単一演算0」と表記)を実行する。
その後、プロセッサは、DMAコントローラからDMA転送完了通知が出力されるまで待機し、DMAコントローラからDMA転送完了通知を受けると、「DMA転送1前処理」におけるアドレス演算等の結果をDMAコントローラに設定して(図4では、「DMA転送1設定」と表記)、DMA転送をDMAコントローラに指示する。
また、プロセッサは、「単一演算0」におけるパラメータ等の算出結果をデータパス回路に出力して、「データパス演算0」の実行をデータパス回路に指示する。
While the DMA controller is executing “DMA transfer 0”, the processor performs preprocessing necessary for the next data transfer (indicated as “DMA transfer 1 preprocessing” in FIG. 4) and the next data path operation ( In FIG. 4, a single operation (denoted as “single operation 0” in FIG. 4) for calculating parameters and the like necessary for “data path operation 0” is executed.
After that, the processor waits until a DMA transfer completion notification is output from the DMA controller. When the DMA transfer completion notification is received from the DMA controller, the processor sets the result of address calculation or the like in “DMA transfer 1 preprocessing” to the DMA controller. (Indicated as “DMA transfer 1 setting” in FIG. 4), the DMA controller is instructed to perform DMA transfer.
Further, the processor outputs the calculation result of the parameter or the like in “single operation 0” to the data path circuit, and instructs the data path circuit to execute “data path operation 0”.

データパス回路は、プロセッサから「データパス演算0」の実行指示を受けると、DMAコントローラによって記憶装置にDMA転送されているデータ(「DMA転送0」により転送されたデータ)を読み込み、プロセッサから出力された「単一演算0」におけるパラメータ等の算出結果と、「DMA転送0」により転送されたデータとを用いて、「データパス演算0」を実行する。
DMAコントローラは、プロセッサからDMA転送指示を受けると、データパス回路のデータパス演算と並行して、「DMA転送1設定」に見合うデータ転送(図4では、「DMA転送1」と表記)を実行する。
DMAコントローラは、データ転送が完了すると、DMA転送の完了通知をプロセッサに出力する。
When the data path circuit receives an instruction to execute “data path operation 0” from the processor, the data path circuit reads the data DMA-transferred to the storage device by the DMA controller (data transferred by “DMA transfer 0”) and outputs it from the processor The “data path calculation 0” is executed using the calculated result of the parameter or the like in the “single calculation 0” and the data transferred by the “DMA transfer 0”.
When receiving a DMA transfer instruction from the processor, the DMA controller executes data transfer corresponding to “DMA transfer 1 setting” (indicated as “DMA transfer 1” in FIG. 4) in parallel with the data path calculation of the data path circuit. To do.
When the data transfer is completed, the DMA controller outputs a DMA transfer completion notification to the processor.

プロセッサは、データパス回路による「データパス演算0」が完了すると、「データパス演算0」の演算結果を用いた後処理(図4では、「データパス演算0後処理」)を実行し、「データパス演算0後処理」が完了すると、次のデータ転送に必要な前処理(図4では、「DMA転送2前処理」と表記)と、次のデータパス演算(図4では、「データパス演算1」と表記)で必要となるパラメータ等を算出するための単一演算(図4では、「単一演算1」と表記)を実行する。
プロセッサは、「DMA転送2前処理」と「単一演算1」を実行すると、「DMA転送2前処理」におけるアドレス演算等の結果をDMAコントローラに設定して(図4では、「DMA転送2設定」と表記)、DMA転送をDMAコントローラに指示する。
また、プロセッサは、「単一演算1」におけるパラメータ等の算出結果をデータパス回路に出力して、「データパス演算1」の実行をデータパス回路に指示する。
When the “data path calculation 0” by the data path circuit is completed, the processor executes post-processing (“data path calculation 0 post-processing” in FIG. 4) using the calculation result of “data path calculation 0”. When the “data path calculation 0 post-processing” is completed, the pre-processing necessary for the next data transfer (indicated as “DMA transfer 2 pre-processing” in FIG. 4) and the next data path calculation (in FIG. A single operation (denoted as “single operation 1” in FIG. 4) for calculating a parameter or the like necessary for the operation 1 ”is executed.
When the processor executes “DMA transfer 2 preprocessing” and “single operation 1”, the processor sets the result of the address operation or the like in “DMA transfer 2 preprocessing” in the DMA controller (“DMA transfer 2 in FIG. 4). Instructs DMA transfer to the DMA controller.
Further, the processor outputs the calculation result of the parameter or the like in “single operation 1” to the data path circuit, and instructs the data path circuit to execute “data path operation 1”.

データパス回路は、プロセッサから「データパス演算1」の実行指示を受けると、DMAコントローラによって記憶装置にDMA転送されているデータ(「DMA転送1」により転送されたデータ)を読み込み、プロセッサから出力された「単一演算1」におけるパラメータ等の算出結果と、「DMA転送1」により転送されたデータとを用いて、「データパス演算1」を実行する。
DMAコントローラは、プロセッサからDMA転送指示を受けると、データパス回路のデータパス演算と並行して、「DMA転送2設定」に見合うデータ転送(図4では、「DMA転送2」と表記)を実行する。
DMAコントローラは、データ転送が完了すると、DMA転送の完了通知をプロセッサに出力する。
When the data path circuit receives an instruction to execute “data path calculation 1” from the processor, the data path circuit reads the data DMA-transferred to the storage device by the DMA controller (data transferred by “DMA transfer 1”) and outputs it from the processor The “data path calculation 1” is executed using the calculated result of the parameter or the like in the “single calculation 1” and the data transferred by the “DMA transfer 1”.
When receiving a DMA transfer instruction from the processor, the DMA controller executes data transfer corresponding to “DMA transfer 2 setting” (indicated as “DMA transfer 2” in FIG. 4) in parallel with the data path calculation of the data path circuit. To do.
When the data transfer is completed, the DMA controller outputs a DMA transfer completion notification to the processor.

プロセッサは、データパス回路による「データパス演算1」が完了すると、「データパス演算1」の演算結果を用いた後処理(図4では、「データパス演算1後処理」)を実行し、「データパス演算1後処理」が完了すると、次のデータ転送に必要な前処理(図4では、「DMA転送3前処理」と表記)と、次のデータパス演算で必要となるパラメータ等を算出するための単一演算(図4では、「単一演算2」と表記)を実行する。
以降、同様の処理の繰り返しであるため、説明を省略する。
When the “data path calculation 1” by the data path circuit is completed, the processor performs post-processing (“data path calculation 1 post-processing” in FIG. 4) using the calculation result of “data path calculation 1”. Completion of “data path calculation 1 post-processing” calculates pre-processing necessary for the next data transfer (indicated as “DMA transfer 3 pre-processing” in FIG. 4) and parameters required for the next data path calculation. A single operation (indicated as “single operation 2” in FIG. 4) is executed.
Thereafter, since the same processing is repeated, description thereof is omitted.

特開2009−15556号公報JP 2009-15556 A

従来のデータ演算回路は以上のように構成されているので、プロセッサのほかにデータパス回路が実装されていても、プロセッサによる単一演算とデータパス回路によるデータパス演算を並列に実行することができず、処理の高速化を図ることができない課題があった。   Since the conventional data operation circuit is configured as described above, a single operation by the processor and a data path operation by the data path circuit can be executed in parallel even if a data path circuit is mounted in addition to the processor. There is a problem that it is impossible to increase the processing speed.

この発明は上記のような課題を解決するためになされたもので、単一演算とデータパス演算の並列実行を実現して、処理の高速化を図ることができるデータ演算装置の制御回路及びデータ演算装置を得ることを目的とする。   The present invention has been made to solve the above-described problems, and realizes a control circuit and data for a data arithmetic apparatus capable of realizing a parallel execution of a single arithmetic operation and a data path arithmetic operation to increase the processing speed. An object is to obtain an arithmetic unit.

この発明に係るデータ演算装置の制御回路は、データパス演算に用いるデータの転送指令を出力するとともに、所定の単一演算を実行して、その単一演算の演算結果及びデータパス演算の演算内容を示すデータパス演算指示を出力するメイン制御部と、メイン制御部から出力されたデータの転送指令にしたがってDMAコントローラを制御することで、記憶装置に記憶されているデータパス演算に用いるデータをデータパス回路に転送させるデータ転送制御部とを設け、DMAコントローラによるデータ転送が完了すると、データパス制御部が、メイン制御部から出力された単一演算の演算結果及びデータパス演算指示が示す演算内容の実行指令であるデータパス演算命令をデータパス回路に与えて、その単一演算の演算結果とDMAコントローラにより転送されたデータを用いるデータパス演算命令に係るデータパス演算をデータパス回路に実行させるようにしたものである。   The control circuit of the data operation device according to the present invention outputs a data transfer command used for data path operation, executes a predetermined single operation, and the operation result of the single operation and the operation content of the data path operation The data used for the data path calculation stored in the storage device is controlled by controlling the DMA controller in accordance with the data transfer instruction output from the main control section that outputs a data path calculation instruction indicating A data transfer control unit to be transferred to the path circuit, and when the data transfer by the DMA controller is completed, the data path control unit displays the calculation result of the single calculation output from the main control unit and the data path calculation instruction A data path operation instruction, which is an execution command of the single operation, is given to the data path circuit, and the operation result of the single operation and the DMA controller are Chromatography is obtained so as to perform data path calculation to the data path circuit according to the data path operation instruction using the transferred data by la.

この発明によれば、データパス演算に用いるデータの転送指令を出力するとともに、所定の単一演算を実行して、その単一演算の演算結果及びデータパス演算の演算内容を示すデータパス演算指示を出力するメイン制御部と、メイン制御部から出力されたデータの転送指令にしたがってDMAコントローラを制御することで、記憶装置に記憶されているデータパス演算に用いるデータをデータパス回路に転送させるデータ転送制御部とを設け、DMAコントローラによるデータ転送が完了すると、データパス制御部が、メイン制御部から出力された単一演算の演算結果及びデータパス演算指示が示す演算内容の実行指令であるデータパス演算命令をデータパス回路に与えて、その単一演算の演算結果とDMAコントローラにより転送されたデータを用いるデータパス演算命令に係るデータパス演算をデータパス回路に実行させるように構成したので、データパス回路がデータパス演算を実行しているとき、メイン制御部が次の単一演算を並行して実行することができるようになり、その結果、処理の高速化を図ることができる効果がある。   According to the present invention, a data path calculation instruction for outputting a data transfer command used for data path calculation, executing a predetermined single calculation, and indicating the calculation result of the single calculation and the calculation contents of the data path calculation The main control unit for outputting the data and the data for transferring the data used for the data path calculation stored in the storage device to the data path circuit by controlling the DMA controller according to the data transfer command output from the main control unit When the data transfer by the DMA controller is completed, the data path control unit is a data that is an instruction to execute the calculation contents indicated by the calculation result of the single calculation and the data path calculation instruction output from the main control unit. A path operation instruction is given to the data path circuit, and the operation result of the single operation is transferred to the data transferred by the DMA controller. Since the data path operation related to the data path operation instruction using the data is executed by the data path circuit, the main control unit performs the next single operation in parallel when the data path circuit is executing the data path operation. As a result, the processing speed can be increased.

この発明の実施の形態1によるデータ演算装置を示す構成図である。It is a block diagram which shows the data arithmetic device by Embodiment 1 of this invention. この発明の実施の形態1によるデータ演算装置の制御タイミング例を示す説明図である。It is explanatory drawing which shows the example of control timing of the data arithmetic unit by Embodiment 1 of this invention. この発明の実施の形態2によるデータ演算装置を示す構成図である。It is a block diagram which shows the data arithmetic device by Embodiment 2 of this invention. 従来のデータ演算装置に実装されているプロセッサによるデータパスの制御タイミング例を示す説明図である。It is explanatory drawing which shows the example of a control timing of the data path by the processor mounted in the conventional data arithmetic unit.

実施の形態1.
図1はこの発明の実施の形態1によるデータ演算装置を示す構成図である。
図1において、制御回路1はデータパス演算で必要となる所定の単一演算(例えば、加算、減算、論理和などを行ってパラメータ等を演算)を実行するほか、DMAコントローラ3におけるデータ転送の制御や、データパス回路4におけるデータパス演算の制御などを行う回路である。
外部記憶装置2は例えばデータパス回路4がデータパス演算を実施する際に用いるデータ等を記憶しているメモリやハードディスクなどの記憶媒体である。
Embodiment 1 FIG.
FIG. 1 is a block diagram showing a data operation apparatus according to Embodiment 1 of the present invention.
In FIG. 1, the control circuit 1 executes a predetermined single operation (for example, calculation of parameters and the like by performing addition, subtraction, logical sum, etc.) necessary for data path calculation, and also performs data transfer in the DMA controller 3. This is a circuit for performing control and control of data path calculation in the data path circuit 4.
The external storage device 2 is, for example, a storage medium such as a memory or a hard disk that stores data used when the data path circuit 4 performs a data path calculation.

DMAコントローラ3は制御回路1から出力されるデータ転送指令(DMA転送設定+DMA転送開始指示)にしたがって、外部記憶装置2(または、制御回路1の内部記憶装置16)に記憶されているデータをデータパス回路4内の記憶装置4aにDMA転送する一方、データパス回路4内の記憶装置4aに記憶されているデータパス演算の演算結果を制御回路1の内部記憶装置16又は外部記憶装置2にDMA転送し、DMA転送が完了すると、DMA転送の完了通知を制御回路1に出力する処理を実施する。   The DMA controller 3 converts the data stored in the external storage device 2 (or the internal storage device 16 of the control circuit 1) into data according to the data transfer command (DMA transfer setting + DMA transfer start instruction) output from the control circuit 1. While performing DMA transfer to the storage device 4 a in the path circuit 4, the operation result of the data path calculation stored in the storage device 4 a in the data path circuit 4 is transferred to the internal storage device 16 or the external storage device 2 of the control circuit 1. When the DMA transfer is completed, a process of outputting a DMA transfer completion notification to the control circuit 1 is performed.

データパス回路4は制御回路1から出力されるデータパス演算命令にしたがって、制御回路1から出力される単一演算の演算結果と記憶装置4aに記憶されているデータ(DMAコントローラ3によりDMA転送されたデータ)を用いて、データパス演算を実行する回路である。
なお、制御回路1、外部記憶装置2、DMAコントローラ3及びデータパス回路4はバス5に接続されている。
In accordance with the data path operation instruction output from the control circuit 1, the data path circuit 4 outputs the operation result of the single operation output from the control circuit 1 and the data stored in the storage device 4a (DMA transferred by the DMA controller 3). The data path calculation using the data).
The control circuit 1, the external storage device 2, the DMA controller 3, and the data path circuit 4 are connected to the bus 5.

制御回路1のメイン命令メモリ11はメイン制御部12が実行するプログラムを格納している記憶媒体である。
メイン命令メモリ11により格納されているプログラムは、メイン制御部12からデータ転送制御部13に出力されるデータ転送指示に関する命令、メイン制御部12からデータパス制御部15に出力されるデータパス演算指示に関する命令、メイン制御部12により実行される単一演算に関する命令、内部記憶装置16に対する読み書き命令、メイン制御部12におけるシーケンス制御に関する命令(例えば、ジャンプ、比較ジャンプなど)などから構成されている。
The main instruction memory 11 of the control circuit 1 is a storage medium that stores a program executed by the main control unit 12.
The program stored in the main command memory 11 is a command related to a data transfer instruction output from the main control unit 12 to the data transfer control unit 13, and a data path calculation instruction output from the main control unit 12 to the data path control unit 15. , A command related to a single operation executed by the main control unit 12, a read / write command to the internal storage device 16, a command related to sequence control in the main control unit 12 (for example, jump, comparison jump, etc.), and the like.

制御回路1のメイン制御部12はメイン命令メモリ11により格納されているプログラムを実行することで、データパス演算に用いるデータの転送指令であるデータ転送指示(例えば、転送元アドレス、転送先アドレス、転送データサイズのほか、データ転送の開始指示を含む)をデータ転送制御部13に出力するとともに、データパス演算で必要となる所定の単一演算(例えば、加算、減算、論理和などを行ってパラメータ等を演算)を実行して、単一演算の演算結果及びデータパス演算の演算内容を示すデータパス演算指示をデータパス制御部15に出力する処理を実施する。   The main control unit 12 of the control circuit 1 executes a program stored in the main instruction memory 11 to execute a data transfer instruction (for example, a transfer source address, a transfer destination address, In addition to the transfer data size, a data transfer start instruction is output to the data transfer control unit 13 and a predetermined single operation (for example, addition, subtraction, logical sum, etc.) required for the data path operation is performed. A process of outputting a data path calculation instruction indicating the calculation result of the single calculation and the calculation contents of the data path calculation to the data path control unit 15 is executed.

制御回路1のデータ転送制御部13はメイン制御部12から出力されたデータ転送指示にしたがってDMA転送設定(例えば、転送元アドレス、転送先アドレス、転送データサイズなどを設定)をDMAコントローラ3に行って、DMA転送の開始指示をDMAコントローラ3に出力することで、外部記憶装置2(または、制御回路1の内部記憶装置16)に記憶されているデータをデータパス回路4内の記憶装置4aにDMA転送させる処理を実施する。
また、データ転送制御部13はDMAコントローラ3からDMA転送の完了通知を受けると、そのDMA転送の完了通知をメイン制御部12及びデータパス制御部15に出力する処理を実施する。
さらに、データ転送制御部13は、DMAコントローラ3を制御することで、データパス回路4によるデータパス演算の演算結果(記憶装置4aにより記憶されている演算結果)を内部記憶装置16又は外部記憶装置2に転送させる処理も実施する。
The data transfer control unit 13 of the control circuit 1 performs DMA transfer setting (for example, setting a transfer source address, a transfer destination address, a transfer data size, etc.) in the DMA controller 3 in accordance with the data transfer instruction output from the main control unit 12. By outputting a DMA transfer start instruction to the DMA controller 3, the data stored in the external storage device 2 (or the internal storage device 16 of the control circuit 1) is transferred to the storage device 4a in the data path circuit 4. Performs the DMA transfer process.
When the data transfer control unit 13 receives a DMA transfer completion notification from the DMA controller 3, the data transfer control unit 13 performs processing to output the DMA transfer completion notification to the main control unit 12 and the data path control unit 15.
Further, the data transfer control unit 13 controls the DMA controller 3 so that the calculation result of the data path calculation by the data path circuit 4 (the calculation result stored in the storage device 4a) is the internal storage device 16 or the external storage device. 2 is also executed.

制御回路1のデータパス命令メモリ14はデータパス制御部15が実行するプログラムを格納している記憶媒体である。
制御回路1のデータパス制御部15はデータパス命令メモリ14により格納されているプログラムを実行することで、データ転送制御部13からDMA転送の完了通知を受けると、メイン制御部15から出力されたデータパス演算指示にしたがって単一演算の演算結果及びデータパス演算命令をデータパス回路4に与えて、そのデータパス演算命令に係るデータパス演算をデータパス回路4に実行させる処理を実施する。
制御回路1の内部記憶装置16はメイン制御部12がアクセス可能な記録媒体であり、データパス回路4の演算結果やデータパス演算に用いるデータ等を記憶している。
The data path instruction memory 14 of the control circuit 1 is a storage medium that stores a program executed by the data path control unit 15.
When the data path control unit 15 of the control circuit 1 receives a DMA transfer completion notification from the data transfer control unit 13 by executing a program stored in the data path instruction memory 14, the data path control unit 15 outputs it from the main control unit 15. In accordance with the data path calculation instruction, a calculation result of a single calculation and a data path calculation instruction are given to the data path circuit 4, and the data path calculation related to the data path calculation instruction is executed by the data path circuit 4.
The internal storage device 16 of the control circuit 1 is a recording medium accessible by the main control unit 12 and stores the calculation results of the data path circuit 4, data used for data path calculation, and the like.

次に動作について説明する。
制御回路1のメイン制御部12は、メイン命令メモリ11により格納されているプログラムを読み込み、そのプログラムを実行する。
メイン命令メモリ11により格納されているプログラムが、例えば、データ転送制御部13に対するデータ転送指示に関する命令であれば、DMA転送設定(例えば、転送元アドレス、転送先アドレス、転送データサイズなどを設定)をDMAコントローラ3に行って、DMA転送の開始指示を発行させる制御内容が記述されている。
Next, the operation will be described.
The main control unit 12 of the control circuit 1 reads a program stored in the main instruction memory 11 and executes the program.
If the program stored in the main instruction memory 11 is, for example, an instruction related to a data transfer instruction to the data transfer control unit 13, DMA transfer setting (for example, setting a transfer source address, a transfer destination address, a transfer data size, etc.) The contents of the control for issuing the DMA transfer start instruction to the DMA controller 3 are described.

メイン命令メモリ11により格納されているプログラムが、例えば、データパス制御部15に対するデータパス演算指示に関する命令であれば、データパス演算設定(例えば、データパス命令メモリ14に格納されているプログラムにおいて、実行を開始する開始アドレス、終了アドレス、次データの転送可能アドレスなどを設定)とメイン制御部12における単一演算結果の設定をデータパス回路4に行って、データパス演算の開始指示を発行させる制御内容が記述されている。   For example, if the program stored in the main instruction memory 11 is an instruction related to a data path calculation instruction to the data path control unit 15, the data path calculation setting (for example, in the program stored in the data path instruction memory 14, The start address, the end address, the next data transferable address, etc. for starting execution are set) and the single operation result in the main control unit 12 is set to the data path circuit 4 to issue a data path operation start instruction. Control details are described.

また、メイン命令メモリ11により格納されているプログラムが、例えば、単一演算に関する命令であれば、単一演算の演算内容(パラメータ等を得るための演算内容)が記述されている。
メイン命令メモリ11により格納されているプログラムが、例えば、内部記憶装置16や図示せぬ内部レジスタに対する読み書き命令であれば、データ等の読み出し元や書き込み先を示すアドレスとデータサイズなどが記述されている。
メイン命令メモリ11により格納されているプログラムが、例えば、シーケンス制御に関する命令であれば、ジャンプ、比較ジャンプなどの制御内容が記述されている。
For example, if the program stored in the main instruction memory 11 is an instruction related to a single operation, the operation content of a single operation (operation content for obtaining parameters or the like) is described.
If the program stored in the main instruction memory 11 is, for example, a read / write command for the internal storage device 16 or an internal register (not shown), the address and data size indicating the read source and write destination of data etc. are described. Yes.
For example, if the program stored in the main instruction memory 11 is an instruction related to sequence control, control contents such as jump and comparison jump are described.

図2はこの発明の実施の形態1によるデータ演算装置の制御タイミング例を示す説明図である。
この実施の形態1では、メイン制御部12が図2の制御タイミング例に沿って処理を実行するプログラムがメイン命令メモリ11に格納されているものとして説明する。
図2では、データパス演算0〜データパス演算3を実行する例を示している。
FIG. 2 is an explanatory diagram showing an example of control timing of the data arithmetic device according to the first embodiment of the present invention.
In the first embodiment, a description will be given assuming that the main instruction memory 11 stores a program for the main control unit 12 to execute processing according to the control timing example of FIG.
FIG. 2 shows an example in which data path calculation 0 to data path calculation 3 are executed.

制御回路1のメイン制御部12は、データパス回路4内の記憶装置4aに対してデータを転送するための前処理(図2では、「DMA転送0前処理」と表記)として、DMA転送に必要なアドレス演算等を実施する(例えば、転送元アドレス、転送先アドレス、転送データサイズなどを演算する)。
メイン制御部12は、DMA転送に必要なアドレス演算等を実施すると、そのアドレス演算等の結果を含むデータ転送指示(図2では、「DMA転送0指示」と表記)をデータ転送制御部13に出力する。
The main control unit 12 of the control circuit 1 performs DMA transfer as pre-processing for transferring data to the storage device 4a in the data path circuit 4 (indicated as “DMA transfer 0 pre-processing” in FIG. 2). Necessary address calculation or the like is performed (for example, transfer source address, transfer destination address, transfer data size, etc. are calculated).
When the main control unit 12 performs an address calculation or the like necessary for DMA transfer, the main control unit 12 sends a data transfer instruction (indicated as “DMA transfer 0 instruction” in FIG. 2) including the result of the address calculation to the data transfer control unit 13. Output.

データ転送制御部13は、メイン制御部12から「DMA転送0指示」を受けると、データパス制御部15からデータ転送可能通知が出力されていれば(データ転送可能通知については後述する)、「DMA転送0指示」に含まれているアドレス演算等の結果を参照して、DMA転送設定(例えば、転送元アドレス、転送先アドレス、転送データサイズなどを設定)をDMAコントローラ3に行って、DMA転送の開始指示をDMAコントローラ3に発行する。   When the data transfer control unit 13 receives the “DMA transfer 0 instruction” from the main control unit 12, if the data transfer enable notification is output from the data path control unit 15 (the data transfer enable notification will be described later), With reference to the result of the address calculation or the like included in the “DMA transfer 0 instruction”, the DMA transfer setting (for example, setting the transfer source address, the transfer destination address, the transfer data size, etc.) is performed on the DMA controller 3, and the DMA A transfer start instruction is issued to the DMA controller 3.

DMAコントローラ3は、データ転送制御部13からDMA転送の開始指示を受けると、制御回路1のメイン制御部12の処理と並行して、データ転送制御部13によるDMA転送設定に見合うデータ転送(図2では、「DMA転送0」と表記)を実行する。
例えば、DMA転送設定における転送元アドレスが外部記憶装置2内のアドレスであり、転送先アドレスがデータパス回路4における記憶装置4a内のアドレスであれば、外部記憶装置2から転送データサイズ分のデータをデータパス回路4内の記憶装置4aにDMA転送する。
なお、DMAコントローラ3は、データのDMA転送が完了すると、DMA転送の完了通知をデータ転送制御部13に出力し、データ転送制御部13は、そのDMA転送の完了通知をメイン制御部12及びデータパス制御部15に転送する。
When the DMA controller 3 receives a DMA transfer start instruction from the data transfer control unit 13, in parallel with the processing of the main control unit 12 of the control circuit 1, the data transfer suitable for the DMA transfer setting by the data transfer control unit 13 (see FIG. 2, “DMA transfer 0” is executed).
For example, if the transfer source address in the DMA transfer setting is an address in the external storage device 2 and the transfer destination address is an address in the storage device 4a in the data path circuit 4, data corresponding to the transfer data size is transferred from the external storage device 2. Is transferred to the storage device 4a in the data path circuit 4 by DMA.
When the DMA transfer of data is completed, the DMA controller 3 outputs a DMA transfer completion notification to the data transfer control unit 13, and the data transfer control unit 13 sends the DMA transfer completion notification to the main control unit 12 and the data transfer unit 13. Transfer to the path control unit 15.

メイン制御部12は、DMAコントローラ3が「DMA転送0」を実行している間、次のデータ転送に必要な前処理(図2では、「DMA転送1前処理」と表記)と、次のデータパス演算(図2では、「データパス演算0」と表記)で必要となるパラメータ等を算出するための単一演算(図2では、「単一演算0」と表記)を実行する。
メイン制御部12は、「単一演算0」を実行すると、「単一演算0」の演算結果を含むデータパス演算指示をデータパス制御部15に出力する。
While the DMA controller 3 is executing “DMA transfer 0”, the main control unit 12 performs preprocessing necessary for the next data transfer (indicated as “DMA transfer 1 preprocessing” in FIG. 2), A single operation (denoted as “single operation 0” in FIG. 2) for calculating parameters and the like necessary for the data path operation (denoted as “data path operation 0” in FIG. 2) is executed.
When executing “single calculation 0”, the main control unit 12 outputs a data path calculation instruction including the calculation result of “single calculation 0” to the data path control unit 15.

図2では、データパス演算0〜データパス演算3を実行する例を示しており、データパス回路4がデータパス演算0の実施を開始する前に、メイン制御部12がデータパス演算指示を1回だけデータパス制御部15に出力すれば、データパス演算0〜データパス演算3の実行が可能であるようにしている。
即ち、メイン制御部12から出力されるデータパス演算指示には、データパス命令メモリ14に格納されているプログラムにおける指定範囲の“ループ実行”を指示する記述(プログラムの指定範囲を4回繰り返すことで、データパス演算0〜データパス演算3を実行する旨を示す記述)がなされており、データパス演算指示を1回だけデータパス制御部15に出力すれば、データパス演算0〜データパス演算3の実行が行えるようにしている。
ただし、データパス演算を複数回繰り返す場合、データパス回路4がデータパス演算を実施する毎に、メイン制御部12がデータパス演算指示をデータパス制御部15に出力するようにしてもよい。
FIG. 2 shows an example in which the data path calculation 0 to the data path calculation 3 are executed. Before the data path circuit 4 starts the execution of the data path calculation 0, the main control unit 12 gives the data path calculation instruction 1 If it is output to the data path control unit 15 only once, the data path calculation 0 to the data path calculation 3 can be executed.
That is, the data path calculation instruction output from the main control unit 12 includes a description for instructing “loop execution” of the specified range in the program stored in the data path instruction memory 14 (repeating the specified range of the program four times). If the data path calculation instruction is output to the data path control unit 15 only once, the data path calculation 0 to the data path calculation is performed. 3 can be executed.
However, when the data path calculation is repeated a plurality of times, the main control unit 12 may output a data path calculation instruction to the data path control unit 15 every time the data path circuit 4 performs the data path calculation.

その後、メイン制御部12は、DMAコントローラ3から出力された「DMA転送0」の転送完了通知がデータ転送制御部13から転送されるまで待機する。
データパス制御部15についても、DMAコントローラ3から出力された「DMA転送0」の転送完了通知がデータ転送制御部13から転送されるまで待機する。
Thereafter, the main control unit 12 stands by until the transfer completion notification of “DMA transfer 0” output from the DMA controller 3 is transferred from the data transfer control unit 13.
The data path control unit 15 also waits until the transfer completion notification “DMA transfer 0” output from the DMA controller 3 is transferred from the data transfer control unit 13.

データパス制御部15は、メイン制御部12からデータパス演算指示を受けてから、データ転送制御部13から「DMA転送0」の転送完了通知を受けると、そのデータパス演算指示にしたがって、データパス演算設定(例えば、データパス命令メモリ14に格納されているプログラムにおいて、実行を開始する開始アドレス、終了アドレス、次データの転送可能アドレスなどを設定)と、「単一演算0」の演算結果の設定とをデータパス回路4に行って、データパス演算の開始指示をデータパス回路4に発行する。   When the data path control unit 15 receives a data path calculation instruction from the main control unit 12 and receives a transfer completion notification of “DMA transfer 0” from the data transfer control unit 13, the data path control unit 15 performs the data path calculation according to the data path calculation instruction. Calculation setting (for example, in the program stored in the data path instruction memory 14, the start address, the end address, the transferable address of the next data, etc. are set) and the calculation result of “single calculation 0” The setting is performed to the data path circuit 4 and a data path calculation start instruction is issued to the data path circuit 4.

データパス回路4は、データパス制御部15からデータパス演算の開始指示を受けると、メイン制御部12やDMAコントローラ3の処理と並行して、「単一演算0」の演算結果と記憶装置4aに記憶されているデータ(DMAコントローラ3によりDMA転送されたデータ)を用いて、データパス演算設定に係る「データパス演算0」を実行する。   When the data path circuit 4 receives a data path calculation start instruction from the data path control unit 15, in parallel with the processing of the main control unit 12 and the DMA controller 3, the calculation result of "single calculation 0" and the storage device 4a “Data path calculation 0” related to the data path calculation setting is executed using the data stored in (data transferred by the DMA controller 3).

ここで、データパス制御部15は、データパス命令メモリ14に格納されているプログラムを実行することで、データパス回路4のデータパス演算を制御するが、そのプログラムが1命令1サイクルでデータパス命令メモリ14に格納されているとすると、データパス制御部15が、データパス演算命令を毎サイクル発行することになるため、データパス回路4の演算状況を常時把握していることになる。
したがって、データパス制御部15は、データパス演算命令として、終了アドレスの命令を発行すると、データパス回路4のデータパス演算が完了したものとして、データパス演算の完了通知をメイン制御部12に出力する。
また、データパス制御部15は、データパス回路4がデータパス演算を実行しているときに、記憶装置4aから取得するデータ(データパス演算に必要なデータ)の取り込み完了タイミングが、次データの転送可能アドレスで指定しているとすれば、データパス演算命令が、次データの転送可能アドレスの命令に到達した時点で、データ転送可能通知をデータ転送制御部13に出力する。
Here, the data path control unit 15 controls the data path calculation of the data path circuit 4 by executing the program stored in the data path instruction memory 14, but the program is configured to execute the data path in one instruction per cycle. If stored in the instruction memory 14, the data path control unit 15 issues a data path calculation instruction every cycle, so that the calculation status of the data path circuit 4 is always grasped.
Therefore, when the data path control unit 15 issues an end address command as a data path calculation command, the data path calculation completion notification is output to the main control unit 12 as the data path calculation of the data path circuit 4 is completed. To do.
Further, the data path control unit 15 determines that the acquisition completion timing of the data (data necessary for the data path calculation) acquired from the storage device 4a is the next data when the data path circuit 4 is executing the data path calculation. If it is specified by the transferable address, a data transfer enable notification is output to the data transfer control unit 13 when the data path calculation instruction reaches the transferable address instruction of the next data.

メイン制御部12は、データ転送制御部13から「DMA転送0」の転送完了通知を受けると、「DMA転送1前処理」におけるアドレス演算等の結果を含むデータ転送指示(図2では、「DMA転送1指示」と表記)をデータ転送制御部13に出力する。
データ転送制御部13は、メイン制御部12から「DMA転送1指示」を受けると、データパス制御部15からデータ転送可能通知が出力されていれば、「DMA転送1指示」に含まれているアドレス演算等の結果を参照して、DMA転送設定(例えば、転送元アドレス、転送先アドレス、転送データサイズなどを設定)をDMAコントローラ3に行って、DMA転送の開始指示をDMAコントローラ3に発行する。
When the main control unit 12 receives a transfer completion notification of “DMA transfer 0” from the data transfer control unit 13, the data transfer instruction including the result of the address calculation or the like in “DMA transfer 1 preprocessing” (in FIG. Output to the data transfer control unit 13.
When the data transfer control unit 13 receives the “DMA transfer 1 instruction” from the main control unit 12, if the data transfer enable notification is output from the data path control unit 15, it is included in the “DMA transfer 1 instruction”. Referring to the result of address calculation, etc., DMA transfer setting (for example, setting of transfer source address, transfer destination address, transfer data size, etc.) is made to the DMA controller 3 and a DMA transfer start instruction is issued to the DMA controller 3 To do.

DMAコントローラ3は、データ転送制御部13からDMA転送の開始指示を受けると、メイン制御部12やデータパス回路4の処理と並行して、データ転送制御部13によるDMA転送設定に見合うデータ転送(図2では、「DMA転送1」と表記)を実行する。
例えば、DMA転送設定における転送元アドレスが外部記憶装置2内のアドレスであり、転送先アドレスがデータパス回路4における記憶装置4a内のアドレスであれば、外部記憶装置2から転送データサイズ分のデータをデータパス回路4内の記憶装置4aにDMA転送する。
なお、DMAコントローラ3は、データのDMA転送が完了すると、DMA転送の完了通知をデータ転送制御部13に出力し、データ転送制御部13は、そのDMA転送の完了通知をメイン制御部12及びデータパス制御部15に転送する。
When the DMA controller 3 receives a DMA transfer start instruction from the data transfer control unit 13, in parallel with the processing of the main control unit 12 and the data path circuit 4, the data transfer suitable for the DMA transfer setting by the data transfer control unit 13 ( In FIG. 2, “DMA transfer 1” is executed.
For example, if the transfer source address in the DMA transfer setting is an address in the external storage device 2 and the transfer destination address is an address in the storage device 4a in the data path circuit 4, data corresponding to the transfer data size is transferred from the external storage device 2. Is transferred to the storage device 4a in the data path circuit 4 by DMA.
When the DMA transfer of data is completed, the DMA controller 3 outputs a DMA transfer completion notification to the data transfer control unit 13, and the data transfer control unit 13 sends the DMA transfer completion notification to the main control unit 12 and the data transfer unit 13. Transfer to the path control unit 15.

メイン制御部12は、DMAコントローラ3が「DMA転送1」を実行している間、次のデータ転送に必要な前処理(図2では、「DMA転送2前処理」と表記)と、次のデータパス演算(図2では、「データパス演算1」と表記)で必要となるパラメータ等を算出するための単一演算(図2では、「単一演算1」と表記)を実行する。
その後、メイン制御部12は、DMAコントローラ3から出力された「DMA転送1」の転送完了通知がデータ転送制御部13から転送されるまで待機する。
While the DMA controller 3 is executing “DMA transfer 1”, the main control unit 12 performs preprocessing necessary for the next data transfer (indicated as “DMA transfer 2 preprocessing” in FIG. 2), A single operation (denoted as “single operation 1” in FIG. 2) for calculating parameters and the like necessary for the data path operation (denoted as “data path operation 1” in FIG. 2) is executed.
Thereafter, the main control unit 12 waits until the transfer completion notification of “DMA transfer 1” output from the DMA controller 3 is transferred from the data transfer control unit 13.

メイン制御部12は、データ転送制御部13から「DMA転送1」の転送完了通知を受けると、「DMA転送2前処理」におけるアドレス演算等の結果を含むデータ転送指示(図2では、「DMA転送2指示」と表記)をデータ転送制御部13に出力する。
その後、メイン制御部12は、データパス制御部15から「データパス演算0」の完了通知が出力されるまで待機する。
When the main control unit 12 receives the transfer completion notification of “DMA transfer 1” from the data transfer control unit 13, the data transfer instruction including the result of address calculation or the like in “DMA transfer 2 pre-processing” (in FIG. Output to the data transfer control unit 13.
Thereafter, the main control unit 12 waits until a completion notification of “data path calculation 0” is output from the data path control unit 15.

データ転送制御部13は、メイン制御部12から「DMA転送2指示」を受けると、データパス制御部15からデータ転送可能通知が出力されるまで待機し、データパス制御部15からデータ転送可能通知を受けると、「DMA転送2指示」に含まれているアドレス演算等の結果を参照して、DMA転送設定(例えば、転送元アドレス、転送先アドレス、転送データサイズなどを設定)をDMAコントローラ3に行って、DMA転送の開始指示をDMAコントローラ3に発行する。   When receiving the “DMA transfer 2 instruction” from the main control unit 12, the data transfer control unit 13 waits until a data transfer enable notification is output from the data path control unit 15, and the data transfer control unit 15 notifies the data transfer enable notification. The DMA controller 3 sets the DMA transfer setting (for example, sets the transfer source address, the transfer destination address, the transfer data size, etc.) with reference to the result of the address calculation or the like included in the “DMA transfer 2 instruction”. Then, a DMA transfer start instruction is issued to the DMA controller 3.

DMAコントローラ3は、データ転送制御部13からDMA転送の開始指示を受けると、制御回路1のメイン制御部12の処理と並行して、データ転送制御部13によるDMA転送設定に見合うデータ転送(図2では、「DMA転送2」と表記)を実行する。
例えば、DMA転送設定における転送元アドレスが外部記憶装置2内のアドレスであり、転送先アドレスがデータパス回路4における記憶装置4a内のアドレスであれば、外部記憶装置2から転送データサイズ分のデータをデータパス回路4内の記憶装置4aにDMA転送する。
なお、DMAコントローラ3は、データのDMA転送が完了すると、DMA転送の完了通知をデータ転送制御部13に出力し、データ転送制御部13は、そのDMA転送の完了通知をメイン制御部12及びデータパス制御部15に転送する。
When the DMA controller 3 receives a DMA transfer start instruction from the data transfer control unit 13, in parallel with the processing of the main control unit 12 of the control circuit 1, the data transfer suitable for the DMA transfer setting by the data transfer control unit 13 (see FIG. 2, “DMA transfer 2” is executed.
For example, if the transfer source address in the DMA transfer setting is an address in the external storage device 2 and the transfer destination address is an address in the storage device 4a in the data path circuit 4, data corresponding to the transfer data size is transferred from the external storage device 2. Is transferred to the storage device 4a in the data path circuit 4 by DMA.
When the DMA transfer of data is completed, the DMA controller 3 outputs a DMA transfer completion notification to the data transfer control unit 13, and the data transfer control unit 13 sends the DMA transfer completion notification to the main control unit 12 and the data transfer unit 13. Transfer to the path control unit 15.

メイン制御部12は、データパス制御部15から「データパス演算0」の完了通知を受けると、DMAコントローラ3が「DMA転送2」を実行している間、「データパス演算0」の後処理(例えば、データパス演算の演算回数をカウントする処理や、DMAコントローラ3により転送されたデータパス演算0の演算結果を用いる所定の演算処理)を実行する。
データ転送制御部13は、メイン制御部12の指示の下、DMAコントローラ3を制御することで、データパス回路4によるデータパス演算の演算結果(記憶装置4aにより記憶されている演算結果)を内部記憶装置16に転送させる。この演算結果の転送処理は、必要に応じて行われるものであり、データパス演算が実行される毎に行われるものではない。ただし、転送処理自体は、データパス演算に用いるデータの転送処理と同様であるため説明を省略する。
When the main control unit 12 receives the completion notification of “data path calculation 0” from the data path control unit 15, the post-processing of “data path calculation 0” is performed while the DMA controller 3 is executing “DMA transfer 2”. (For example, a process for counting the number of data path calculations or a predetermined calculation process using the calculation result of the data path calculation 0 transferred by the DMA controller 3) is executed.
The data transfer control unit 13 controls the DMA controller 3 under the instruction of the main control unit 12 so that the calculation result of the data path calculation by the data path circuit 4 (the calculation result stored in the storage device 4a) is stored internally. The data is transferred to the storage device 16. This calculation result transfer process is performed as necessary, and is not performed every time the data path calculation is executed. However, since the transfer process itself is the same as the transfer process of data used for the data path calculation, the description thereof is omitted.

また、メイン制御部12は、次のデータ転送に必要な前処理(図2では、「DMA転送3前処理」と表記)と、次のデータパス演算(図2では、「データパス演算2」と表記)で必要となるパラメータ等を算出するための単一演算(図2では、「単一演算2」と表記)を実行する。
その後、メイン制御部12は、DMAコントローラ3から出力された「DMA転送2」の転送完了通知がデータ転送制御部13から転送されるまで待機する。
Further, the main control unit 12 performs preprocessing necessary for the next data transfer (indicated as “DMA transfer 3 preprocessing” in FIG. 2) and the next data path calculation (in FIG. 2, “data path calculation 2”). A single operation (denoted as “single operation 2” in FIG. 2) for calculating parameters and the like necessary for the above is executed.
Thereafter, the main control unit 12 waits until the transfer completion notification of “DMA transfer 2” output from the DMA controller 3 is transferred from the data transfer control unit 13.

データパス回路4は、「データパス演算0」の実行が完了すると、メイン制御部12やDMAコントローラ3の処理と並行して、「単一演算1」の演算結果と記憶装置4aに記憶されているデータ(DMAコントローラ3によりDMA転送されたデータ)を用いて、データパス演算設定に係る「データパス演算1」を実行する。   When the execution of “data path calculation 0” is completed, the data path circuit 4 stores the calculation result of “single calculation 1” and the storage device 4a in parallel with the processing of the main control unit 12 and the DMA controller 3. “Data path calculation 1” related to the data path calculation setting is executed using the existing data (data DMA-transferred by the DMA controller 3).

以降、DMAコントローラ3における「DMA転送3」「DMA転送4」及びデータパス回路4における「データパス演算2」「データパス演算3」の処理内容は、DMAコントローラ3における「DMA転送2」及びデータパス回路4における「データパス演算1」の処理内容と同様であるため説明を省略する。   Thereafter, the processing contents of “DMA transfer 3”, “DMA transfer 4” in the DMA controller 3 and “data path calculation 2” and “data path calculation 3” in the data path circuit 4 are “DMA transfer 2” and data in the DMA controller 3. Since the processing contents of the “data path calculation 1” in the path circuit 4 are the same as those in FIG.

以上で明らかなように、この実施の形態1によれば、データパス演算に用いるデータの転送指令を出力するとともに、所定の単一演算を実行して、その単一演算の演算結果及びデータパス演算の演算内容を示すデータパス演算指示を出力するメイン制御部12と、メイン制御部12から出力されたデータの転送指令にしたがってDMAコントローラ3を制御することで、外部記憶装置2に記憶されているデータパス演算に用いるデータをデータパス回路4内の記憶装置4aに転送させるデータ転送制御部13とを設け、DMAコントローラ3によるデータ転送が完了すると、データパス制御部15が、メイン制御部12から出力された単一演算の演算結果及びデータパス演算指示が示す演算内容の実行指令であるデータパス演算命令をデータパス回路4に与えて、その単一演算の演算結果とDMAコントローラ3により転送されたデータを用いるデータパス演算命令に係るデータパス演算をデータパス回路4に実行させるように構成したので、データパス回路4がデータパス演算を実行しているとき、メイン制御部12が次の単一演算を並行して実行することができるようになり、その結果、処理の高速化を図ることができる効果を奏する。   As apparent from the above, according to the first embodiment, a data transfer command used for data path calculation is output, a predetermined single calculation is executed, and the calculation result and data path of the single calculation are executed. The data is stored in the external storage device 2 by controlling the DMA controller 3 in accordance with the data transfer command output from the main control unit 12 that outputs a data path calculation instruction indicating the calculation contents of the calculation. A data transfer control unit 13 for transferring data used for the data path calculation to the storage device 4a in the data path circuit 4, and when the data transfer by the DMA controller 3 is completed, the data path control unit 15 Data path calculation instruction that is the execution result of the calculation result indicated by the data path calculation instruction and the calculation result of the single calculation output from The data path circuit 4 is configured to execute the data path calculation related to the data path calculation instruction using the calculation result of the single calculation and the data transferred by the DMA controller 3. When the circuit 4 is executing a data path operation, the main control unit 12 can execute the next single operation in parallel, and as a result, the processing speed can be increased. Play.

実施の形態2.
上記実施の形態1では、メイン制御部12が、単一演算の演算結果及びデータパス演算の演算内容を示すデータパス演算指示を出力し、データパス制御部15が、メイン制御部12から出力された単一演算の演算結果及びデータパス演算指示が示す演算内容の実行指令であるデータパス演算命令をデータパス回路4に与えて、その単一演算の演算結果とDMAコントローラ3により転送されたデータを用いる上記データパス演算命令に係るデータパス演算をデータパス回路4に実行させるものについて示したが、メイン制御部12が、単一演算の演算結果に対応するデータパス演算の演算内容を示すデータパス演算指示を出力し、データパス制御部15が、メイン制御部12から出力されたデータパス演算指示が示す演算内容の実行指令であるデータパス演算命令(単一演算の演算結果が反映されたデータパス演算の演算内容を実行するデータパス演算命令)をデータパス回路4に与えて、DMAコントローラ3により転送されたデータを用いる上記データパス演算命令に係るデータパス演算をデータパス回路4に実行させるようにしてもよい。
Embodiment 2. FIG.
In the first embodiment, the main control unit 12 outputs the data path calculation instruction indicating the calculation result of the single calculation and the calculation contents of the data path calculation, and the data path control unit 15 is output from the main control unit 12. The data path calculation instruction which is the execution result of the calculation result indicated by the single calculation result and the data path calculation instruction is given to the data path circuit 4, and the single calculation result and the data transferred by the DMA controller 3 Although the data path calculation related to the data path calculation instruction using the data path is executed by the data path circuit 4, the main control unit 12 indicates the data indicating the calculation contents of the data path calculation corresponding to the calculation result of the single calculation. A path calculation instruction is output, and the data path control unit 15 is an execution command for the calculation content indicated by the data path calculation instruction output from the main control unit 12. The above data using the data transferred by the DMA controller 3 by giving a data path calculation instruction (data path calculation instruction for executing the calculation contents of the data path calculation reflecting the calculation result of the single calculation) to the data path circuit 4 The data path circuit 4 may be caused to execute a data path calculation related to the path calculation instruction.

ここで、単一演算の演算結果が反映されたデータパス演算の演算内容として、例えば、単一演算の演算結果が閾値以上であれば、“A+B”のデータパス演算を実行し、単一演算の演算結果が閾値未満であれば、“A+2B”のデータパス演算を実行するなどが考えられる。   Here, as the calculation contents of the data path calculation reflecting the calculation result of the single calculation, for example, if the calculation result of the single calculation is equal to or greater than the threshold value, the data path calculation of “A + B” is executed, and the single calculation If the result of the calculation is less than the threshold value, a data path calculation of “A + 2B” may be executed.

実施の形態3.
上記実施の形態1では、データパス制御部15が、データパス演算命令として、終了アドレスの命令を発行すると、データパス回路4のデータパス演算が完了したものとして、データパス演算の完了通知をメイン制御部12に出力するものについて示したが、メイン制御部12がデータパス制御部15に出力するデータパス演算指示で、データパス演算の完了通知を出力するタイミング(例えば、アドレス、プログラムカウンタ)を指定し、データパス制御部15が、上記タイミングでデータパス演算の完了通知をメイン制御部12に出力するようにしてもよい。
この場合、メイン制御部12は、データパス演算の終了アドレスの命令が実行されるより前に、データパス演算の後処理を開始できる状況下(例えば、終了アドレスの命令が実行される前に、データパス演算の演算結果が確定しているような状況下)では、後処理を開始するタイミングを自在に設定することが可能となる。
Embodiment 3 FIG.
In the first embodiment, when the data path control unit 15 issues an end address instruction as a data path calculation instruction, it is assumed that the data path calculation of the data path circuit 4 has been completed, and the data path calculation completion notification is sent to the main path. Although what is output to the control unit 12 has been shown, the timing (for example, address, program counter) at which the main control unit 12 outputs a data path calculation completion notification in response to a data path calculation instruction output to the data path control unit 15. The data path control unit 15 may output the completion notification of the data path calculation to the main control unit 12 at the above timing.
In this case, the main control unit 12 can start post-processing of the data path calculation before the instruction of the end address of the data path calculation is executed (for example, before the instruction of the end address is executed). In a situation where the calculation result of the data path calculation is fixed), the timing for starting the post-processing can be freely set.

実施の形態4.
図3はこの発明の実施の形態4によるデータ演算装置を示す構成図であり、図において、図1と同一符号は同一又は相当部分を示すので説明を省略する。
上位制御回路6は制御回路1の処理内容を制御する回路である。
上位制御回路間通信I/F17は上位制御回路6から出力された制御信号を受信する一方、データパス演算の結果等を上位制御回路6に送信する処理を実施する。なお、上位制御回路間通信I/F17は通信インタフェースを構成している。
Embodiment 4 FIG.
3 is a block diagram showing a data operation apparatus according to Embodiment 4 of the present invention. In the figure, the same reference numerals as those in FIG.
The upper control circuit 6 is a circuit that controls the processing content of the control circuit 1.
The higher-level control circuit communication I / F 17 receives the control signal output from the higher-level control circuit 6 and performs a process of transmitting the data path calculation result and the like to the higher-level control circuit 6. The upper control circuit communication I / F 17 constitutes a communication interface.

次に動作について説明する。
上位制御回路6は、例えば、制御回路1のメイン制御部12の処理内容を制御する際、メイン制御部12の処理内容を示す制御指示や制御用のパラメータ等を含む制御信号を制御回路1に出力する。
制御回路1の上位制御回路間通信I/F17は、通信用記憶装置(例えば、レジスタ)を備えており、上位制御回路6から出力された制御信号に含まれている制御指示や制御用のパラメータ等を通信用記憶装置に書き込む処理を行う。
Next, the operation will be described.
For example, when controlling the processing content of the main control unit 12 of the control circuit 1, the upper control circuit 6 sends a control signal including a control instruction indicating the processing content of the main control unit 12 and control parameters to the control circuit 1. Output.
The upper control circuit communication I / F 17 of the control circuit 1 includes a communication storage device (for example, a register), and includes control instructions and control parameters included in the control signal output from the upper control circuit 6. Are written in the communication storage device.

メイン制御部12は、上記実施の形態1と同様にして、メイン命令メモリ11に格納されているプログラムを読み込むと、そのプログラムを実行することにより、上位制御回路間通信I/F17の通信用記憶装置に書き込まれている制御指示や制御用のパラメータ等の読み出しを行う。
この実施の形態4では、メイン命令メモリ11に格納されているプログラムの先頭には、上位制御回路間通信I/F17の通信用記憶装置から制御指示や制御用のパラメータ等の読み出しを行う命令が記述されているものとする。
When the main control unit 12 reads a program stored in the main instruction memory 11 in the same manner as in the first embodiment, the main control unit 12 executes the program to store the communication for the communication I / F 17 between the upper control circuits. Reads control instructions and control parameters written in the apparatus.
In the fourth embodiment, at the head of the program stored in the main instruction memory 11, there is an instruction for reading out a control instruction, a control parameter, etc. from the communication storage device of the upper control circuit communication I / F 17. It shall be described.

メイン制御部12は、制御指示や制御用のパラメータ等の読み出しを行うと、その制御指示や制御用のパラメータ等を考慮して、単一演算を実行するとともに、データ転送制御部13に対するデータ転送指示や、データパス制御部15に対するデータパス演算指示を行う。
即ち、メイン制御部12は、メイン命令メモリ11に格納されているプログラムを実行することで、単一演算の実行や、データ転送制御部13に対するデータ転送指示や、データパス制御部15に対するデータパス演算指示を行うが、例えば、その制御指示がプログラムの追加や変更を示していれば、追加・変更されたプログラムを実行することで、単一演算の実行や、データ転送制御部13に対するデータ転送指示や、データパス制御部15に対するデータパス演算指示を行う。
また、制御用のパラメータがプログラムの分岐条件や閾値などを示していれば、その分岐条件や閾値などを満足するようにプログラムを実行する。
When the main control unit 12 reads a control instruction, a control parameter, and the like, the main control unit 12 performs a single operation in consideration of the control instruction, the control parameter, and the like, and transfers data to the data transfer control unit 13. An instruction and a data path calculation instruction to the data path control unit 15 are performed.
That is, the main control unit 12 executes a program stored in the main instruction memory 11, thereby executing a single operation, a data transfer instruction to the data transfer control unit 13, and a data path to the data path control unit 15. For example, if the control instruction indicates the addition or change of a program, the added or changed program is executed to execute a single operation or transfer data to the data transfer control unit 13. An instruction and a data path calculation instruction to the data path control unit 15 are performed.
If the control parameter indicates a branch condition or threshold value of the program, the program is executed so as to satisfy the branch condition or threshold value.

メイン制御部12は、通信用記憶装置から読み出した制御指示が、データパス演算や単一演算の演算結果等の送信を指示するものであれば、データパス演算や単一演算の演算結果等を上位制御回路間通信I/F17の通信用記憶装置に書き込む処理を行う。
上位制御回路間通信I/F17は、メイン制御部12がデータパス演算や単一演算の演算結果等を通信用記憶装置に書き込むと、そのデータパス演算や単一演算の演算結果等を上位制御回路6に送信する。
If the control instruction read from the communication storage device instructs transmission of the data path calculation or single calculation result, the main control unit 12 displays the data path calculation or single calculation result. A process of writing to the communication storage device of the upper control circuit communication I / F 17 is performed.
When the main control unit 12 writes the data path calculation or single calculation result into the communication storage device, the upper control circuit communication I / F 17 controls the data path calculation or single calculation result. Transmit to circuit 6.

以上で明らかなように、この実施の形態4によれば、上位制御回路6から出力された制御信号を受信する上位制御回路間通信I/F17を備え、メイン制御部17が、上位制御回路間通信I/F17により受信された制御信号にしたがって処理(例えば、単一演算の実行、データ転送制御部13に対するデータ転送指示、データパス制御部15に対するデータパス演算指示など)を行うように構成したので、上位制御回路6が制御回路1の処理を制御することが可能になり、その結果、他回路と連携しながらデータ演算を行うことができる効果を奏する。   As is apparent from the above, according to the fourth embodiment, the inter-higher control circuit communication I / F 17 that receives the control signal output from the upper control circuit 6 is provided, and the main control unit 17 is connected between the upper control circuits. Processing is performed in accordance with the control signal received by the communication I / F 17 (for example, execution of a single operation, data transfer instruction to the data transfer control unit 13, data path operation instruction to the data path control unit 15, etc.) Therefore, it becomes possible for the upper control circuit 6 to control the processing of the control circuit 1, and as a result, there is an effect that data calculation can be performed in cooperation with other circuits.

1 制御回路、2 外部記憶装置、3 DMAコントローラ、4 データパス回路、4a 記憶装置、5 バス、6 上位制御回路、11 メイン命令メモリ、12 メイン制御部、13 データ転送制御部、14 データパス命令メモリ、15 データパス制御部、16 内部記憶装置、17 上位制御回路間通信I/F(通信インタフェース)。   1 control circuit, 2 external storage device, 3 DMA controller, 4 data path circuit, 4a storage device, 5 bus, 6 upper control circuit, 11 main command memory, 12 main control unit, 13 data transfer control unit, 14 data path command Memory, 15 data path control unit, 16 internal storage device, 17 communication interface (communication interface) between upper control circuits.

Claims (9)

データパス演算に用いるデータの転送指令を出力するとともに、所定の単一演算を実行して、その単一演算の演算結果及びデータパス演算の演算内容を示すデータパス演算指示を出力するメイン制御部と、上記メイン制御部から出力されたデータの転送指令にしたがってDMAコントローラを制御することで、記憶装置に記憶されているデータパス演算に用いるデータをデータパス回路に転送させるデータ転送制御部と、上記DMAコントローラによるデータ転送が完了すると、上記メイン制御部から出力された単一演算の演算結果及びデータパス演算指示が示す演算内容の実行指令であるデータパス演算命令を上記データパス回路に与えて、その単一演算の演算結果と上記DMAコントローラにより転送されたデータを用いる上記データパス演算命令に係るデータパス演算を上記データパス回路に実行させるデータパス制御部とを備えたデータ演算装置の制御回路。   A main control unit that outputs a data transfer command used for data path calculation, executes a predetermined single calculation, and outputs a data path calculation instruction indicating a calculation result of the single calculation and a calculation content of the data path calculation And a data transfer control unit for transferring data used for data path calculation stored in the storage device to the data path circuit by controlling the DMA controller according to the data transfer command output from the main control unit, When the data transfer by the DMA controller is completed, a data path calculation instruction, which is an execution instruction of the calculation result indicated by the calculation result of the single calculation output from the main control unit and the data path calculation instruction, is given to the data path circuit. The data path using the calculation result of the single calculation and the data transferred by the DMA controller. The control circuit of the data processing apparatus to a data path computation according to the operation instruction and a data path controller to be executed in the data path circuit. データパス演算に用いるデータの転送指令を出力するとともに、所定の単一演算を実行して、その単一演算の演算結果に対応するデータパス演算の演算内容を示すデータパス演算指示を出力するメイン制御部と、上記メイン制御部から出力されたデータの転送指令にしたがってDMAコントローラを制御することで、記憶装置に記憶されているデータパス演算に用いるデータをデータパス回路に転送させるデータ転送制御部と、上記DMAコントローラによるデータ転送が完了すると、上記メイン制御部から出力されたデータパス演算指示が示す演算内容の実行指令であるデータパス演算命令を上記データパス回路に与えて、上記DMAコントローラにより転送されたデータを用いる上記データパス演算命令に係るデータパス演算を上記データパス回路に実行させるデータパス制御部とを備えたデータ演算装置の制御回路。   Outputs a data transfer command used for data path calculation, executes a predetermined single calculation, and outputs a data path calculation instruction indicating the calculation contents of the data path calculation corresponding to the calculation result of the single calculation main A data transfer control unit for transferring data used for data path calculation stored in the storage device to the data path circuit by controlling the DMA controller according to the data transfer command output from the main control unit; When the data transfer by the DMA controller is completed, a data path calculation instruction which is an execution instruction of the calculation contents indicated by the data path calculation instruction output from the main control unit is given to the data path circuit, and the DMA controller The data path operation related to the data path operation instruction using the transferred data is The control circuit of the data processing apparatus that includes a data path controller to be executed by the pass circuit. データ転送制御部は、DMAコントローラを制御することで、データパス回路によるデータパス演算の演算結果をメイン制御部がアクセス可能な内部記憶装置に転送させることを特徴とする請求項1または請求項2記載のデータ演算装置の制御回路。   3. The data transfer control unit controls the DMA controller to transfer the calculation result of the data path calculation by the data path circuit to an internal storage device accessible by the main control unit. A control circuit of the data operation device described. データ転送制御部は、DMAコントローラによるデータ転送が完了すると、データの転送完了通知をメイン制御部及びデータパス制御部を出力し、
上記メイン制御部は、上記データ転送制御部からデータの転送完了通知を受けると、次のデータパス演算に用いるデータの転送指令を出力するとともに、所定の単一演算を実行し、
上記データパス制御部は、上記データ転送制御部からデータの転送完了通知を受けると、データパス回路によるデータパス演算の実行を開始させることを特徴とする請求項1から請求項3のうちのいずれか1項記載のデータ演算装置の制御回路。
When the data transfer by the DMA controller is completed, the data transfer control unit outputs a data transfer completion notification to the main control unit and the data path control unit,
When receiving the data transfer completion notification from the data transfer control unit, the main control unit outputs a data transfer command used for the next data path calculation, and executes a predetermined single calculation,
4. The data path control unit according to claim 1, wherein when the data transfer control unit receives a data transfer completion notification from the data transfer control unit, the data path control unit starts execution of a data path calculation by a data path circuit. A control circuit for the data arithmetic device according to claim 1.
データパス制御部は、データパス回路によるデータパス演算の実行状況を把握し、上記データパス回路に対して、次のデータパス演算に用いるデータの転送が可能になると、データ転送可能通知をデータ転送制御部に出力し、
上記データ転送制御部は、上記データパス制御部からデータ転送可能通知を受けると、メイン制御部から出力されたデータの転送指令にしたがってDMAコントローラを制御することで、記憶装置に記憶されている次のデータパス演算に用いるデータを上記データパス回路に転送させることを特徴とする請求項1から請求項4のうちのいずれか1項記載のデータ演算装置の制御回路。
The data path control unit grasps the execution status of the data path calculation by the data path circuit, and when the data path circuit can transfer the data used for the next data path calculation, the data transfer enable notification is transferred to the data path circuit. Output to the control unit,
When the data transfer control unit receives a data transfer enable notification from the data path control unit, the data transfer control unit controls the DMA controller in accordance with the data transfer command output from the main control unit, thereby storing the next data stored in the storage device. 5. The control circuit for a data arithmetic device according to claim 1, wherein data used in the data path arithmetic is transferred to the data path circuit. 6.
メイン制御部は、データパス演算指示を出力する際、データパス演算の完了通知を出力するタイミングを指定し、
データパス制御部は、上記メイン制御部により指定されたタイミングで、データパス回路によるデータパス演算の完了通知を上記メイン制御部に出力することを特徴とする請求項1から請求項4のうちのいずれか1項記載のデータ演算装置の制御回路。
When outputting the data path calculation instruction, the main control unit specifies the timing for outputting the data path calculation completion notification,
5. The data path control unit outputs a data path calculation completion notification by a data path circuit to the main control unit at a timing specified by the main control unit. The control circuit of the data arithmetic unit of any one of Claims.
上位制御回路から出力された制御信号を受信する通信インタフェースを備え、メイン制御部の処理内容が、上記通信インタフェースにより受信された制御信号によって制御されることを特徴とする請求項1から請求項6のうちのいずれか1項記載のデータ演算装置の制御回路。   7. A communication interface for receiving a control signal output from a host control circuit is provided, and the processing content of the main control unit is controlled by a control signal received by the communication interface. The control circuit of the data arithmetic unit of any one of these. データを記憶している記憶装置と、データを転送するDMAコントローラと、データパス演算を実行するデータパス回路と、データパス演算に用いるデータの転送指令を出力するとともに、所定の単一演算を実行して、その単一演算の演算結果及びデータパス演算の演算内容を示すデータパス演算指示を出力するメイン制御部と、上記メイン制御部から出力されたデータの転送指令にしたがって上記DMAコントローラを制御することで、上記記憶装置に記憶されているデータパス演算に用いるデータを上記データパス回路に転送させるデータ転送制御部と、上記DMAコントローラによるデータ転送が完了すると、上記メイン制御部から出力された単一演算の演算結果及びデータパス演算指示が示す演算内容の実行指令であるデータパス演算命令を上記データパス回路に与えて、その単一演算の演算結果と上記DMAコントローラにより転送されたデータを用いる上記データパス演算命令に係るデータパス演算を上記データパス回路に実行させるデータパス制御部とを備えたデータ演算装置。   Outputs a storage device that stores data, a DMA controller that transfers data, a data path circuit that executes data path calculation, a data transfer command used for data path calculation, and executes a predetermined single calculation The main controller that outputs the data path calculation instruction indicating the calculation result of the single calculation and the data path calculation, and the DMA controller is controlled according to the data transfer command output from the main control unit. Thus, when the data transfer control unit for transferring the data used for the data path calculation stored in the storage device to the data path circuit and the data transfer by the DMA controller are completed, the data is output from the main control unit. Data path operation, which is the execution instruction for the operation result indicated by the operation result of the single operation and the data path operation instruction A data path control unit that gives an instruction to the data path circuit and causes the data path circuit to execute a data path operation related to the data path operation instruction using the operation result of the single operation and the data transferred by the DMA controller And a data operation device. データを記憶している記憶装置と、データを転送するDMAコントローラと、データパス演算を実行するデータパス回路と、データパス演算に用いるデータの転送指令を出力するとともに、所定の単一演算を実行して、その単一演算の演算結果に対応するデータパス演算の演算内容を示すデータパス演算指示を出力するメイン制御部と、上記メイン制御部から出力されたデータの転送指令にしたがって上記DMAコントローラを制御することで、上記記憶装置に記憶されているデータパス演算に用いるデータを上記データパス回路に転送させるデータ転送制御部と、上記DMAコントローラによるデータ転送が完了すると、上記メイン制御部から出力されたデータパス演算指示が示す演算内容の実行指令であるデータパス演算命令を上記データパス回路に与えて、上記DMAコントローラにより転送されたデータを用いる上記データパス演算命令に係るデータパス演算を上記データパス回路に実行させるデータパス制御部とを備えたデータ演算装置。   Outputs a storage device that stores data, a DMA controller that transfers data, a data path circuit that executes data path calculation, a data transfer command used for data path calculation, and executes a predetermined single calculation A main control unit that outputs a data path calculation instruction indicating the calculation contents of the data path calculation corresponding to the calculation result of the single calculation, and the DMA controller according to a data transfer command output from the main control unit The data transfer control unit for transferring the data used in the data path calculation stored in the storage device to the data path circuit, and when the data transfer by the DMA controller is completed, the data is output from the main control unit. The data path calculation instruction, which is the execution instruction of the calculation content indicated by the data path calculation instruction Giving the pass circuit, data processing apparatus that includes a data path controller for the data path computation according to the data path operation instruction using the data transferred by the DMA controller executes the data path circuit.
JP2009235009A 2009-10-09 2009-10-09 Data arithmetic device control circuit and data arithmetic device Expired - Fee Related JP5404294B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009235009A JP5404294B2 (en) 2009-10-09 2009-10-09 Data arithmetic device control circuit and data arithmetic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009235009A JP5404294B2 (en) 2009-10-09 2009-10-09 Data arithmetic device control circuit and data arithmetic device

Publications (2)

Publication Number Publication Date
JP2011081695A true JP2011081695A (en) 2011-04-21
JP5404294B2 JP5404294B2 (en) 2014-01-29

Family

ID=44075670

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009235009A Expired - Fee Related JP5404294B2 (en) 2009-10-09 2009-10-09 Data arithmetic device control circuit and data arithmetic device

Country Status (1)

Country Link
JP (1) JP5404294B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9377968B2 (en) 2013-11-13 2016-06-28 Sandisk Technologies Llc Method and system for using templates to communicate with non-volatile memory
US9390033B2 (en) 2013-11-13 2016-07-12 Sandisk Technologies Llc Method and system for communicating with non-volatile memory via multiple data paths
US9430411B2 (en) 2013-11-13 2016-08-30 Sandisk Technologies Llc Method and system for communicating with non-volatile memory

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000043868A1 (en) * 1999-01-20 2000-07-27 Hitachi, Ltd. Data processor and device for arithmetic operation
JP2002358012A (en) * 2001-03-28 2002-12-13 Matsushita Electric Ind Co Ltd Information security device, exponentiation arithmetic unit, exponentiation remainder arithmetic unit, and elliptic exponentiation multiple arithmetic unit
JP2002358288A (en) * 2001-05-31 2002-12-13 Hitachi Ltd Semiconductor integrated circuit and computer readable recording medium
JP2009223792A (en) * 2008-03-18 2009-10-01 Fuji Xerox Co Ltd Image processing apparatus
JP2011081658A (en) * 2009-10-08 2011-04-21 Mitsubishi Electric Corp Signal processing apparatus

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000043868A1 (en) * 1999-01-20 2000-07-27 Hitachi, Ltd. Data processor and device for arithmetic operation
JP2002358012A (en) * 2001-03-28 2002-12-13 Matsushita Electric Ind Co Ltd Information security device, exponentiation arithmetic unit, exponentiation remainder arithmetic unit, and elliptic exponentiation multiple arithmetic unit
JP2002358288A (en) * 2001-05-31 2002-12-13 Hitachi Ltd Semiconductor integrated circuit and computer readable recording medium
JP2009223792A (en) * 2008-03-18 2009-10-01 Fuji Xerox Co Ltd Image processing apparatus
JP2011081658A (en) * 2009-10-08 2011-04-21 Mitsubishi Electric Corp Signal processing apparatus

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9377968B2 (en) 2013-11-13 2016-06-28 Sandisk Technologies Llc Method and system for using templates to communicate with non-volatile memory
US9390033B2 (en) 2013-11-13 2016-07-12 Sandisk Technologies Llc Method and system for communicating with non-volatile memory via multiple data paths
US9430411B2 (en) 2013-11-13 2016-08-30 Sandisk Technologies Llc Method and system for communicating with non-volatile memory

Also Published As

Publication number Publication date
JP5404294B2 (en) 2014-01-29

Similar Documents

Publication Publication Date Title
KR100733943B1 (en) Processor system, dma control circuit, dma control method, control method for dma controller, graphic processing method, and graphic processing circuit
JP2010027032A (en) Fifo device and method of storing data in fifo buffer
JPWO2013129031A1 (en) Data transfer device, data transfer method, and data transfer program
JP5404294B2 (en) Data arithmetic device control circuit and data arithmetic device
US9172839B2 (en) Image forming apparatus, control method and storage medium
KR102332523B1 (en) Apparatus and method for execution processing
JP2005275538A (en) Direct memory access control device and method
JP5651622B2 (en) Data transmission apparatus, data transmission method, and program
WO2009098737A1 (en) External device access apparatus, its controlling method and system lsi
JP2014215624A (en) Arithmetic processing device
US11106478B2 (en) Simulation device, simulation method, and computer readable medium
JP5360594B2 (en) DMA transfer apparatus and method
US20120011295A1 (en) Method and apparatus for wireless broadband systems direct data transfer
JP2009059276A (en) Data processing apparatus and program
JP2006285724A (en) Information processor and information processing method
US20190347030A1 (en) Calculation processing apparatus and information processing system
JP2020127184A5 (en)
KR100396189B1 (en) Digital signal processing apparatus and method for controlling the same
JP6416488B2 (en) Semiconductor device
JP5132612B2 (en) Data transfer method and apparatus
JP5630396B2 (en) DMA controller
JP2011081658A (en) Signal processing apparatus
KR20230083769A (en) Data parsing interface device
JP2015148851A (en) image processing apparatus
JP2012247907A (en) Information processing apparatus

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

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131029

R150 Certificate of patent or registration of utility model

Ref document number: 5404294

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees