JP2013250696A - Processor system and processor control device - Google Patents

Processor system and processor control device Download PDF

Info

Publication number
JP2013250696A
JP2013250696A JP2012123950A JP2012123950A JP2013250696A JP 2013250696 A JP2013250696 A JP 2013250696A JP 2012123950 A JP2012123950 A JP 2012123950A JP 2012123950 A JP2012123950 A JP 2012123950A JP 2013250696 A JP2013250696 A JP 2013250696A
Authority
JP
Japan
Prior art keywords
processor
stage
post
clock
upstream
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.)
Pending
Application number
JP2012123950A
Other languages
Japanese (ja)
Inventor
Koki Hasebe
弘毅 長谷部
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.)
Olympus Corp
Original Assignee
Olympus 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 Olympus Corp filed Critical Olympus Corp
Priority to JP2012123950A priority Critical patent/JP2013250696A/en
Publication of JP2013250696A publication Critical patent/JP2013250696A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To control the synchronization of a plurality of processors while more suppressing power consumption without adding any hardware to the inside of the processor.SOLUTION: A pre-processor 14 and a post-processor 15 operate on the basis of a clock to be supplied, and outputs a program counter showing a position where an instruction to be executed is stored. A shared memory 13 stores data to be shared between the pre-processor 14 and the post-processor 15. A register stores control information showing the control conditions of the pre-processor 14 and the post-processor 15. A clock control part supplies the clock to the pre-processor 14 and the post-processor 15 on the basis of the program counter and the control information.

Description

本発明は、プロセッサシステムおよびプロセッサ制御装置に関する。   The present invention relates to a processor system and a processor control device.

近年の組み込み機器では、複数のプロセッサ(CPU)を備えたハードウェア構成が少なくない。このような構成において、複数のプロセッサが実行順序に制約があるプログラムを同時並列的に処理する場合、プロセッサ同士が互いの処理状況を監視してプログラムの実行タイミングの同期を行う必要がある。   Recent embedded devices often have a hardware configuration including a plurality of processors (CPUs). In such a configuration, when a plurality of processors process a program whose execution order is restricted in parallel, it is necessary for the processors to monitor each other's processing status and synchronize the execution timing of the program.

一般的には、OS(Operating System、オペレーティングシステム)など、ソフトウェアによりプロセッサの同期を行うことが多い。ソフトウェアによってプロセッサの同期を行う場合、プログラムの実行時間によってプロセッサの動作時間が長くなり、消費電力が増大するという問題がある。   In general, the processor is often synchronized by software such as an OS (Operating System). When the processors are synchronized by software, there is a problem that the operating time of the processor becomes longer due to the execution time of the program, and the power consumption increases.

また、ハードウェアを用いてプロセッサの同期を行う方法も知られている(例えば、特許文献1参照)。特許文献1に記載の方法は、プロセッサの外部にプログラムカウンタ監視部を追加し、プロセッサの内部に実行部を追加することにより、複数のプロセッサの同期を行っている。ハードウェアを用いてプロセッサの同期を行う方法は、ソフトウェアを用いてプロセッサの同期を行う方法と比較してプログラムの実行時間が短いため消費電力を抑えることができる。   A method of synchronizing processors using hardware is also known (see, for example, Patent Document 1). The method described in Patent Document 1 synchronizes a plurality of processors by adding a program counter monitoring unit outside the processor and adding an execution unit inside the processor. The method of synchronizing the processor using hardware can reduce power consumption because the execution time of the program is shorter than the method of synchronizing the processor using software.

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

しかしながら、特許文献1に記載の技術では、プロセッサの内部にハードウェア(実行部)を追加する必要があるため、プロセッサの設計および検証のコストが増大するという問題がある。また、プロセッサが第3者により開発されている場合、プロセッサ内部にハードウェアを追加できない可能性がある。   However, the technique described in Patent Document 1 has a problem in that the cost of design and verification of the processor increases because it is necessary to add hardware (execution unit) inside the processor. Further, when the processor is developed by a third party, there is a possibility that hardware cannot be added inside the processor.

また、特許文献1に記載の技術では、プロセッサの同期が必要になった場合、同期元のプロセッサの内部に追加された実行部は、プロセッサの外部に追加されたプログラムカウンタ監視部に問い合わせる。プログラムカウンタ監視部は、同期の問い合わせがあった場合、同期先のプロセッサの処理状況に応じて、同期元のプロセッサの処理を開始してよいか否かを判定し、判定結果を同期元のプロセッサに対して出力する。同期元のプロセッサは、プログラムカウンタ監視部の判定結果に基づいて、処理の開始または処理を待機する。従って、特許文献1に記載の技術ではプロセッサの同期が必要になってから同期の判定結果を得るまでに時間がかかり、その時間分だけプロセッサが動作するため電力をより消費するという問題がある。   Further, in the technique described in Patent Document 1, when the synchronization of the processor is necessary, the execution unit added inside the synchronization source processor inquires the program counter monitoring unit added outside the processor. When there is a synchronization inquiry, the program counter monitoring unit determines whether or not to start processing of the synchronization source processor according to the processing status of the synchronization destination processor, and determines the determination result as the synchronization source processor Output for. The synchronization source processor waits for processing start or processing based on the determination result of the program counter monitoring unit. Therefore, the technique described in Patent Document 1 has a problem that it takes time to obtain the synchronization determination result after the synchronization of the processor is necessary, and the processor operates for that time, so that more power is consumed.

本発明は、上記の問題を解決するためになされたものであり、プロセッサの内部にハードウェアを追加することなく、より消費電力を抑えつつ複数のプロセッサの同期を制御することができるプロセッサシステムおよびプロセッサ制御装置を提供することを目的とする。   The present invention has been made to solve the above-described problem, and a processor system capable of controlling synchronization of a plurality of processors while further reducing power consumption without adding hardware inside the processor. An object is to provide a processor control device.

本発明は、供給されるクロックに基づいて動作し、実行する命令が記憶されている位置を示すプログラムカウンタを出力する複数のプロセッサと、前記プロセッサ間で共有するデータを記憶する共有メモリと、前記プロセッサの制御条件を示す制御情報を記憶するレジスタと、前記プログラムカウンタと前記制御情報とに基づいて、前記プロセッサに前記クロックを供給するクロック制御部と、を備えることを特徴とするプロセッサシステムである。   The present invention includes a plurality of processors that operate based on a supplied clock and output a program counter indicating a position where an instruction to be executed is stored; a shared memory that stores data shared between the processors; A processor system comprising: a register that stores control information indicating a control condition of a processor; and a clock control unit that supplies the clock to the processor based on the program counter and the control information. .

また、本発明のプロセッサシステムにおいて、前記クロック制御部は、前記共有メモリの同一領域に複数の前記プロセッサが同時にアクセスしないように、前記プロセッサに前記クロックを供給することを特徴とする。   In the processor system of the present invention, the clock control unit supplies the clock to the processors so that a plurality of the processors do not access the same area of the shared memory at the same time.

また、本発明のプロセッサシステムにおいて、前記制御情報は、前記プロセッサに前記クロックを供給するタイミングと、前記プロセッサに供給している前記クロックを停止するタイミングとを示す情報を含むことを特徴とする。   In the processor system of the present invention, the control information includes information indicating a timing for supplying the clock to the processor and a timing for stopping the clock supplied to the processor.

また、本発明のプロセッサシステムにおいて、前記制御情報は、前記クロックを供給する前記プロセッサを特定する情報を含むことを特徴とする。   In the processor system of the present invention, the control information includes information for specifying the processor that supplies the clock.

また、本発明は、複数のプロセッサの制御条件を示す制御情報を記憶するレジスタと、前記プロセッサが実行する命令を示すプログラムカウンタと前記制御情報とに基づいて、前記プロセッサにクロックを供給し、当該プロセッサの駆動を制御するクロック制御部と、を備えることを特徴とするプロセッサ制御装置である。   Further, the present invention supplies a clock to the processor based on a register that stores control information indicating control conditions of a plurality of processors, a program counter that indicates an instruction to be executed by the processor, and the control information. And a clock control unit that controls driving of the processor.

本発明によれば、レジスタはプロセッサの制御条件を示す制御情報を記憶する。また、クロック制御部は、プログラムカウンタと制御情報とに基づいて前記プロセッサに前記クロックを供給する。これにより、プロセッサの内部にハードウェアを追加することなく、より消費電力を抑えつつ複数のプロセッサの同期を制御することができる。   According to the present invention, the register stores control information indicating a control condition of the processor. The clock controller supplies the clock to the processor based on the program counter and control information. As a result, it is possible to control the synchronization of a plurality of processors while further reducing power consumption without adding hardware inside the processors.

本発明の一実施形態におけるプロセッサシステムの構成を示したブロック図である。It is the block diagram which showed the structure of the processor system in one Embodiment of this invention. 本実施形態におけるプロセッサ制御装置の構成を示したブロック図である。It is the block diagram which showed the structure of the processor control apparatus in this embodiment. 本実施形態におけるプロセッサ制御装置による前段プロセッサと後段プロセッサとの同期処理の動作の概念を示した概略図である。It is the schematic which showed the concept of the operation | movement of the synchronous process of the front | former stage processor and a back | latter stage processor by the processor control apparatus in this embodiment. 本実施形態におけるプロセッサ制御装置による前段プロセッサと後段プロセッサとの同期処理の動作のタイミングを示したタイミングチャートである。It is a timing chart which showed the timing of the operation | movement of the synchronous process of the front | former stage processor and back | latter stage processor by the processor control apparatus in this embodiment. 本実施形態におけるプロセッサ制御装置による前段プロセッサと後段プロセッサとの同期処理の動作のタイミングを示したタイミングチャートである。It is a timing chart which showed the timing of the operation | movement of the synchronous process of the front | former stage processor and back | latter stage processor by the processor control apparatus in this embodiment.

以下、本発明の一実施形態について図を参照しながら説明する。図1は、本実施形態におけるプロセッサシステムの構成を示したブロック図である。図示する例では、プロセッサシステム1は、メインプロセッサ11と、プロセッサ制御装置12と、共有メモリ13と、前段プロセッサ14(プロセッサ)と、後段プロセッサ15(プロセッサ)とを備える。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a processor system in the present embodiment. In the illustrated example, the processor system 1 includes a main processor 11, a processor control device 12, a shared memory 13, a front processor 14 (processor), and a rear processor 15 (processor).

メインプロセッサ11は、前段プロセッサ14と後段プロセッサ15との制御条件を示す制御情報をプロセッサ制御装置12に対して出力する。プロセッサ制御装置12は、メインプロセッサ11から入力される制御情報に基づいて前段プロセッサ14と後段プロセッサ15との同期を制御する。共有メモリ13は、前段プロセッサ14と後段プロセッサ15とが処理に用いるデータを記憶する。前段プロセッサ14は、プロセッサシステム1が実行する処理の前段部分の処理を実行する。後段プロセッサ15は、前段プロセッサ14が実行した結果を用いて、プロセッサシステム1が実行する処理の後段部分の処理を実行する。そのため、前段プロセッサ14の処理が完了した後に、後段プロセッサ15の処理を開始する必要がある。また、前段プロセッサ14と、後段プロセッサ15とは、実行する命令が記憶された位置を示すプログラムカウンタを出力する。   The main processor 11 outputs control information indicating control conditions for the upstream processor 14 and the downstream processor 15 to the processor control device 12. The processor control device 12 controls synchronization between the upstream processor 14 and the downstream processor 15 based on control information input from the main processor 11. The shared memory 13 stores data used by the upstream processor 14 and the downstream processor 15 for processing. The pre-stage processor 14 executes the process of the pre-stage part of the process executed by the processor system 1. The post-stage processor 15 executes the process of the post-stage part of the process executed by the processor system 1 using the result executed by the pre-stage processor 14. Therefore, it is necessary to start the processing of the subsequent processor 15 after the processing of the upstream processor 14 is completed. Further, the pre-stage processor 14 and the post-stage processor 15 output a program counter indicating a position where an instruction to be executed is stored.

次に、プロセッサ制御装置12の構成について説明する。図2は、本実施形態におけるプロセッサ制御装置12の構成を示したブロック図である。図示する例では、プロセッサ制御装置12は、レジスタ121と、前段クロック制御部122(クロック制御部)と、後段クロック制御部123(クロック制御部)とを備える。レジスタ121は、メインプロセッサ11から入力される制御情報を記憶する。   Next, the configuration of the processor control device 12 will be described. FIG. 2 is a block diagram showing a configuration of the processor control device 12 in the present embodiment. In the illustrated example, the processor control device 12 includes a register 121, a front-stage clock control unit 122 (clock control unit), and a rear-stage clock control unit 123 (clock control unit). The register 121 stores control information input from the main processor 11.

前段クロック制御部122は、レジスタ121が記憶する制御情報と、前段プロセッサ14が出力するプログラムカウンタと、後段プロセッサ15が出力するプログラムカウンタとに基づいて、前段プロセッサ14の動作を制御する。具体的には、前段クロック制御部122は、前段プロセッサ14にクロックを供給することで前段プロセッサ14を動作させ、前段プロセッサ14に供給するクロックを停止することで前段プロセッサ14の動作を停止させる。   The pre-stage clock control unit 122 controls the operation of the pre-stage processor 14 based on the control information stored in the register 121, the program counter output from the pre-stage processor 14, and the program counter output from the post-stage processor 15. Specifically, the pre-stage clock control unit 122 operates the pre-stage processor 14 by supplying a clock to the pre-stage processor 14, and stops the operation of the pre-stage processor 14 by stopping the clock supplied to the pre-stage processor 14.

後段クロック制御部123は、レジスタ121が記憶する制御情報と、前段プロセッサ14が出力するプログラムカウンタと、後段プロセッサ15が出力するプログラムカウンタとに基づいて、後段プロセッサ15の動作を制御する。具体的には、後段クロック制御部123は、後段プロセッサ15にクロックを供給することで後段プロセッサ15を動作させ、後段プロセッサ15に供給するクロックを停止することで後段プロセッサ15の動作を停止させる。   The post-stage clock control unit 123 controls the operation of the post-stage processor 15 based on the control information stored in the register 121, the program counter output from the pre-stage processor 14, and the program counter output from the post-stage processor 15. Specifically, the post-stage clock control unit 123 operates the post-stage processor 15 by supplying a clock to the post-stage processor 15, and stops the operation of the post-stage processor 15 by stopping the clock supplied to the post-stage processor 15.

次に、プロセッサ制御装置12による前段プロセッサ14と後段プロセッサ15との同期処理について説明する。図3は、本実施形態におけるプロセッサ制御装置12による前段プロセッサ14と後段プロセッサ15との同期処理の動作の概念を示した概略図である。   Next, synchronization processing between the upstream processor 14 and the downstream processor 15 by the processor control device 12 will be described. FIG. 3 is a schematic diagram showing the concept of the operation of the synchronization processing between the upstream processor 14 and the downstream processor 15 by the processor control device 12 in the present embodiment.

以下、プロセッサシステム1が処理[0]と処理[1]とを交互に2回ずつ実行する場合の例を用いて説明する。プロセッサ制御装置12は、処理[0]を実行するために、前段プロセッサ14に前段処理[0]を実行させ、その後、後段プロセッサ15に後段処理[0]を実行させる。また、プロセッサ制御装置12は、処理[1]を実行するために、前段プロセッサ14に前段処理[1]を実行させ、その後、後段プロセッサ15に後段処理[1]を実行させる。   Hereinafter, an example in which the processor system 1 alternately executes the process [0] and the process [1] twice will be described. In order to execute the process [0], the processor control device 12 causes the upstream processor 14 to execute the upstream process [0], and then causes the downstream processor 15 to execute the downstream process [0]. Further, in order to execute the process [1], the processor control device 12 causes the pre-stage processor 14 to execute the pre-stage process [1], and then causes the post-stage processor 15 to execute the post-stage process [1].

前段プロセッサ14が前段処理[0]を行う際に出力するプログラムカウンタは前段PC[0][0]〜[0][1]である。また、前段プロセッサ14が前段処理[1]を行う際に出力するプログラムカウンタは前段PC[1][0]〜[1][1]である。また、後段プロセッサ15が後段処理[0]を行う際に出力するプログラムカウンタは後段PC[0][0]〜[0][1]である。また、後段プロセッサ15が後段処理[1]を行う際に出力するプログラムカウンタは後段PC[1][0]〜[1][1]である。   The program counters output when the pre-stage processor 14 performs the pre-stage process [0] are the pre-stage PCs [0] [0] to [0] [1]. The program counters output when the pre-stage processor 14 performs the pre-stage process [1] are the pre-stage PCs [1] [0] to [1] [1]. The program counters output when the post-stage processor 15 performs the post-stage process [0] are the post-stage PCs [0] [0] to [0] [1]. The program counters output when the post-stage processor 15 performs the post-stage process [1] are the post-stage PCs [1] [0] to [1] [1].

また、この場合においてレジスタ121が記憶するプロセッサの制御情報で示される条件は以下の(1)〜(8)である。
(1)後段プロセッサ15が共有メモリ13のメモリ領域[0]にアクセスしていない場合、共有メモリ13のメモリ領域[0]にアクセスする処理(前段処理[0])を前段プロセッサ14に実行させる。
(2)後段プロセッサ15が共有メモリ13のメモリ領域[0]にアクセスしている場合、前段プロセッサ14が共有メモリ13のメモリ領域[0]にアクセスする処理(前段処理[0])を実行する直前に前段プロセッサ14の動作を停止させる。
(3)前段プロセッサ14が共有メモリ13のメモリ領域[0]にアクセスしていない場合、共有メモリ13のメモリ領域[0]にアクセスする処理(後段処理[0])を後段プロセッサ15に実行させる。
(4)前段プロセッサ14が共有メモリ13のメモリ領域[0]にアクセスしている場合、後段プロセッサ15が共有メモリ13のメモリ領域[0]にアクセスする処理(後段処理[0])を実行する直前に後段プロセッサ15の動作を停止させる。
In this case, the conditions indicated by the processor control information stored in the register 121 are the following (1) to (8).
(1) When the post-stage processor 15 is not accessing the memory area [0] of the shared memory 13, the pre-stage processor 14 is caused to execute a process for accessing the memory area [0] of the shared memory 13 (pre-stage process [0]). .
(2) When the latter processor 15 is accessing the memory area [0] of the shared memory 13, the former processor 14 executes a process for accessing the memory area [0] of the shared memory 13 (previous process [0]). The operation of the preceding processor 14 is stopped immediately before.
(3) When the upstream processor 14 is not accessing the memory area [0] of the shared memory 13, the downstream processor 15 is caused to execute the process of accessing the memory area [0] of the shared memory 13 (the downstream process [0]). .
(4) When the upstream processor 14 is accessing the memory area [0] of the shared memory 13, the downstream processor 15 executes a process of accessing the memory area [0] of the shared memory 13 (backward process [0]). Immediately before, the operation of the subsequent processor 15 is stopped.

(5)後段プロセッサ15が共有メモリ13のメモリ領域[1]にアクセスしていない場合、共有メモリ13のメモリ領域[1]にアクセスする処理(前段処理[1])を前段プロセッサ14に実行させる。
(6)後段プロセッサ15が共有メモリ13のメモリ領域[1]にアクセスしている場合、前段プロセッサ14が共有メモリ13のメモリ領域[1]にアクセスする処理(前段処理[1])を実行する直前に前段プロセッサ14の動作を停止させる。
(7)前段プロセッサ14が共有メモリ13のメモリ領域[1]にアクセスしていない場合、共有メモリ13のメモリ領域[1]にアクセスする処理(後段処理[1])を後段プロセッサ15に実行させる。
(8)前段プロセッサ14が共有メモリ13のメモリ領域[1]にアクセスしている場合、後段プロセッサ15が共有メモリ13のメモリ領域[1]にアクセスする処理(後段処理[1])を実行する直前に後段プロセッサ15の動作を停止させる。
(5) When the post-stage processor 15 is not accessing the memory area [1] of the shared memory 13, the pre-stage processor 14 is caused to execute a process for accessing the memory area [1] of the shared memory 13 (pre-stage process [1]). .
(6) When the post-stage processor 15 is accessing the memory area [1] of the shared memory 13, the pre-stage processor 14 executes a process for accessing the memory area [1] of the shared memory 13 (pre-stage process [1]). The operation of the preceding processor 14 is stopped immediately before.
(7) When the upstream processor 14 is not accessing the memory area [1] of the shared memory 13, the downstream processor 15 is caused to execute the process of accessing the memory area [1] of the shared memory 13 (the downstream process [1]). .
(8) When the upstream processor 14 is accessing the memory area [1] of the shared memory 13, the downstream processor 15 executes a process of accessing the memory area [1] of the shared memory 13 (backward process [1]). Immediately before, the operation of the subsequent processor 15 is stopped.

従って、前段クロック制御部122は、前段プロセッサ14が出力するプログラムカウンタが前段PC[0][0]〜[0][1](前段処理[0])であり、後段プロセッサ15が出力するプログラムカウンタが後段PC[1][0]〜[1][1](後段処理[1])である場合には、前段プロセッサ14に前段処理[0]を実行させるために、前段プロセッサ14にクロックを供給する。また、前段クロック制御部122は、前段プロセッサ14が出力するプログラムカウンタが前段PC[0][0]〜[0][1](前段処理[0])であり、後段プロセッサ15が出力するプログラムカウンタが後段PC[0][0]〜[0][1](後段処理[0])である場合には、前段プロセッサ14に前段処理[0]の実行を待機させるために、前段プロセッサ14に供給するクロックを停止する。   Accordingly, the pre-stage clock control unit 122 has the pre-stage PC [0] [0] to [0] [1] (pre-stage process [0]) as the program counter output from the pre-stage processor 14 and the program output from the post-stage processor 15. When the counter is the post-stage PC [1] [0] to [1] [1] (post-stage process [1]), the pre-stage processor 14 is clocked to execute the pre-stage process [0]. Supply. Further, the pre-stage clock control unit 122 has the program counter output from the pre-stage processor 14 as the pre-stage PC [0] [0] to [0] [1] (pre-stage process [0]), and the program output from the post-stage processor 15. When the counter is the post-stage PC [0] [0] to [0] [1] (the post-stage process [0]), the pre-stage processor 14 is caused to wait for the pre-stage processor 14 to execute the pre-stage process [0]. Stop the clock supplied to.

また、前段クロック制御部122は、前段プロセッサ14が出力するプログラムカウンタが前段PC[1][0]〜[1][1](前段処理[1])であり、後段プロセッサ15が出力するプログラムカウンタが後段PC[0][0]〜[0][1](後段処理[0])である場合には、前段プロセッサ14に前段処理[1]を実行させるために、前段プロセッサ14にクロックを供給する。また、前段クロック制御部122は、前段プロセッサ14が出力するプログラムカウンタが前段PC[1][0]〜[1][1](前段処理[1])であり、後段プロセッサ15が出力するプログラムカウンタが後段PC[1][0]〜[1][1](後段処理[1])である場合には、前段プロセッサ14に前段処理[1]の実行を待機させるために、前段プロセッサ14に供給するクロックを停止する。   Further, the pre-stage clock control unit 122 has the program counter output from the pre-stage processor 14 as the pre-stage PC [1] [0] to [1] [1] (pre-stage process [1]), and the program output from the post-stage processor 15. When the counter is the post-stage PC [0] [0] to [0] [1] (the post-stage process [0]), the pre-stage processor 14 is clocked to execute the pre-stage process [1]. Supply. Further, the pre-stage clock control unit 122 has the program counter output from the pre-stage processor 14 as the pre-stage PC [1] [0] to [1] [1] (pre-stage process [1]), and the program output from the post-stage processor 15. When the counter is the post-stage PC [1] [0] to [1] [1] (the post-stage process [1]), the pre-stage processor 14 is caused to wait for the pre-stage processor 14 to execute the pre-stage process [1]. Stop the clock supplied to.

また、後段クロック制御部123は、後段プロセッサ15が出力するプログラムカウンタが後段PC[0][0]〜[0][1](後段処理[0])であり、前段プロセッサ14が出力するプログラムカウンタが前段PC[1][0]〜[1][1](前段処理[1])である場合には、後段プロセッサ15に後段処理[0]を実行させるために、後段プロセッサ15にクロックを供給する。また、後段クロック制御部123は、後段プロセッサ15が出力するプログラムカウンタが後段PC[0][0]〜[0][1](後段処理[0])であり、前段プロセッサ14が出力するプログラムカウンタが前段PC[0][0]〜[0][1](前段処理[0])である場合には、後段プロセッサ15に後段処理[0]の実行を待機させるために、後段プロセッサ15に供給するクロックを停止する。   Further, in the post-stage clock control unit 123, the program counter output from the post-stage processor 15 is the post-stage PC [0] [0] to [0] [1] (post-stage process [0]), and the program output from the pre-stage processor 14 When the counter is the preceding stage PC [1] [0] to [1] [1] (previous stage process [1]), in order to cause the latter stage processor 15 to execute the latter stage process [0], the latter stage processor 15 is clocked. Supply. Further, in the post-stage clock control unit 123, the program counter output from the post-stage processor 15 is the post-stage PC [0] [0] to [0] [1] (post-stage process [0]), and the program output from the pre-stage processor 14 When the counter is the preceding stage PC [0] [0] to [0] [1] (the preceding stage process [0]), the latter stage processor 15 is caused to wait for the latter stage processor 15 to execute the latter stage process [0]. Stop the clock supplied to.

また、後段クロック制御部123は、後段プロセッサ15が出力するプログラムカウンタが後段PC[1][0]〜[1][1](後段処理[1])であり、前段プロセッサ14が出力するプログラムカウンタが前段PC[0][0]〜[0][1](前段処理[0])である場合には、後段プロセッサ15に後段処理[1]を実行させるために、後段プロセッサ15にクロックを供給する。また、後段クロック制御部123は、後段プロセッサ15が出力するプログラムカウンタが後段PC[1][0]〜[1][1](後段処理[1])であり、前段プロセッサ14が出力するプログラムカウンタが前段PC[1][0]〜[1][1](前段処理[1])である場合には、後段プロセッサ15に後段処理[1]の実行を待機させるために、後段プロセッサ15に供給するクロックを停止する。   Further, the post-stage clock control unit 123 has the program counter output from the post-stage processor 15 as the post-stage PC [1] [0] to [1] [1] (post-stage process [1]), and the program output from the pre-stage processor 14. When the counter is the preceding stage PC [0] [0] to [0] [1] (previous stage process [0]), in order to cause the latter stage processor 15 to execute the latter stage process [1], the latter stage processor 15 is clocked. Supply. Further, the post-stage clock control unit 123 has the program counter output from the post-stage processor 15 as the post-stage PC [1] [0] to [1] [1] (post-stage process [1]), and the program output from the pre-stage processor 14. When the counter is the preceding stage PC [1] [0] to [1] [1] (previous stage process [1]), the latter stage processor 15 is caused to wait for the latter stage processor 15 to execute the latter stage process [1]. Stop the clock supplied to.

なお、プロセッサシステム1の起動時など、処理[0]を初めて実行する場合には、前段プロセッサ14が出力するプログラムカウンタは前段PC[0][0]であり、後段プロセッサ15が出力するプログラムカウンタは後段PC[0][0]である。この場合、レジスタ121が記憶するプロセッサの制御情報で示される条件(1)〜(8)のうち、どの条件にも当てはまらない。従って、処理[0]を初めて実行する場合には、例外的に、前段クロック制御部122は、前段プロセッサ14が前段処理[0]を完了するまで(前段プロセッサ14が出力するプログラムカウンタが前段PC[1][0]となるまで)前段プロセッサ14にクロックを供給する。   When processing [0] is executed for the first time, such as when the processor system 1 is started up, the program counter output by the preceding processor 14 is the preceding PC [0] [0], and the program counter output by the succeeding processor 15 Is a post-stage PC [0] [0]. In this case, none of the conditions (1) to (8) indicated by the control information of the processor stored in the register 121 applies. Therefore, when the process [0] is executed for the first time, exceptionally, the pre-stage clock control unit 122 exceptionally determines that the pre-stage processor 14 completes the pre-stage process [0] (the program counter output by the pre-stage processor 14 is the pre-stage PC. [1] until [0]) The clock is supplied to the pre-stage processor 14.

図4は、本実施形態におけるプロセッサ制御装置12による前段プロセッサ14と後段プロセッサ15との同期処理の動作のタイミングを示したタイミングチャートである。なお、図示する例では、前段プロセッサ14の動作時間が後段プロセッサ15の動作時間よりも長い場合の例を示している。   FIG. 4 is a timing chart showing the operation timing of the synchronization processing between the upstream processor 14 and the downstream processor 15 by the processor control device 12 in this embodiment. In the example shown in the figure, an example in which the operation time of the former processor 14 is longer than the operation time of the latter processor 15 is shown.

処理[0]を初めて実行する場合には、プロセッサ制御装置12は、前段プロセッサ14にクロックを供給する。これにより、前段プロセッサ14は、前段処理[0]を実行する(時間a)。   When the process [0] is executed for the first time, the processor control device 12 supplies a clock to the upstream processor 14. Thereby, the pre-stage processor 14 executes the pre-stage process [0] (time a).

続いて、プロセッサ制御装置12は、前段プロセッサ14が前段処理[0]を終了し、後段プロセッサ15が後段処理[0]の実行を待機しているため、後段プロセッサ15にクロックを供給する。これにより、後段プロセッサ15は、後段処理[0]を実行する。また、プロセッサ制御装置12は、後段プロセッサ15が後段処理[0]を実行し、前段プロセッサ14が前段処理[1]の実行を待機しているため、前段プロセッサ14にクロックを供給する。これにより、前段プロセッサ14は、前段処理[1]を実行する(時間b)。   Subsequently, the processor control device 12 supplies a clock to the subsequent processor 15 because the upstream processor 14 finishes the upstream processing [0] and the downstream processor 15 waits for execution of the downstream processing [0]. Thereby, the post-stage processor 15 executes the post-stage process [0]. Further, the processor control device 12 supplies a clock to the upstream processor 14 because the downstream processor 15 executes the downstream processing [0] and the upstream processor 14 waits for execution of the upstream processing [1]. Thereby, the pre-stage processor 14 executes the pre-stage process [1] (time b).

続いて、プロセッサ制御装置12は、後段プロセッサ15が後段処理[0]を終了しても、前段プロセッサ14が前段処理[1]を実行しているため、後段プロセッサ15に供給しているクロックを停止する。これにより、後段プロセッサ15は、後段処理[1]の実行を待機する。なお、プロセッサ制御装置12は、前段プロセッサ14が前段処理[1]を完了していないため、前段プロセッサ14にクロックを供給する。これにより、前段プロセッサ14は、前段処理[1]の実行を続ける(時間c)。   Subsequently, the processor control device 12 uses the clock supplied to the post-stage processor 15 because the pre-stage processor 14 executes the pre-stage process [1] even if the post-stage processor 15 ends the post-stage process [0]. Stop. As a result, the post-stage processor 15 waits for the execution of the post-stage process [1]. The processor control device 12 supplies a clock to the upstream processor 14 because the upstream processor 14 has not completed the upstream processing [1]. Thereby, the pre-stage processor 14 continues to execute the pre-stage process [1] (time c).

続いて、プロセッサ制御装置12は、前段プロセッサ14が前段処理[1]を終了し、後段プロセッサ15が後段処理[1]の実行を待機しているため、後段プロセッサ15にクロックを供給する。これにより、後段プロセッサ15は、後段処理[1]を実行する。また、プロセッサ制御装置12は、後段プロセッサ15が後段処理[1]を実行し、前段プロセッサ14が前段処理[0]の実行を待機しているため、前段プロセッサ14にクロックを供給する。これにより、前段プロセッサ14は、前段処理[0]を実行する(時間d)。   Subsequently, the processor controller 12 supplies the clock to the post-stage processor 15 because the pre-stage processor 14 finishes the pre-stage process [1] and the post-stage processor 15 waits for the execution of the post-stage process [1]. As a result, the post-stage processor 15 executes the post-stage process [1]. Further, the processor control device 12 supplies a clock to the upstream processor 14 because the downstream processor 15 executes the downstream processing [1] and the upstream processor 14 waits for execution of the upstream processing [0]. Thereby, the pre-stage processor 14 executes the pre-stage process [0] (time d).

続いて、プロセッサ制御装置12は、後段プロセッサ15が後段処理[1]を終了しても、前段プロセッサ14が前段処理[0]を実行しているため、後段プロセッサ15に供給しているクロックを停止する。これにより、後段プロセッサ15は、後段処理[0]の実行を待機する。なお、プロセッサ制御装置12は、前段プロセッサ14が前段処理[0]を完了していないため、前段プロセッサ14にクロックを供給する。これにより、前段プロセッサ14は、前段処理[0]の実行を続ける(時間e)。時間f〜gについては、時間b〜cと同様である。   Subsequently, the processor control device 12 uses the clock supplied to the post-stage processor 15 because the pre-stage processor 14 is executing the pre-stage process [0] even if the post-stage processor 15 ends the post-stage process [1]. Stop. As a result, the post-stage processor 15 waits for execution of the post-stage process [0]. The processor control device 12 supplies a clock to the upstream processor 14 because the upstream processor 14 has not completed the upstream processing [0]. Thereby, the pre-stage processor 14 continues to execute the pre-stage process [0] (time e). The times f to g are the same as the times b to c.

続いて、プロセッサ制御装置12は、前段プロセッサ14が前段処理[1]を終了し、後段プロセッサ15が後段処理[1]の実行を待機しているため、後段プロセッサ15にクロックを供給する。これにより、後段プロセッサ15は、後段処理[1]を実行する。なお、前段処理[0]および前段処理[1]を2回ずつ実行したため、プロセッサ制御装置12は、前段プロセッサ14にクロックの供給を行わない。これにより、前段プロセッサ14は、処理を停止する。また、後段プロセッサ15が後段処理[1]を終了した場合、後段処理[0]および後段処理[1]を2回ずつ実行したため、プロセッサ制御装置12は、後段プロセッサ15に供給しているクロックを停止する。これにより、後段プロセッサ15は、処理を停止する(時間h)。   Subsequently, the processor controller 12 supplies the clock to the post-stage processor 15 because the pre-stage processor 14 finishes the pre-stage process [1] and the post-stage processor 15 waits for the execution of the post-stage process [1]. As a result, the post-stage processor 15 executes the post-stage process [1]. Note that the processor control device 12 does not supply a clock to the upstream processor 14 because the upstream processing [0] and the upstream processing [1] are executed twice. As a result, the upstream processor 14 stops the processing. Further, when the post-stage processor 15 finishes the post-stage process [1], the post-stage process [0] and the post-stage process [1] are executed twice, so the processor control device 12 uses the clock supplied to the post-stage processor 15. Stop. As a result, the downstream processor 15 stops the processing (time h).

図5は、本実施形態におけるプロセッサ制御装置12による前段プロセッサ14と後段プロセッサ15との同期処理の動作のタイミングを示したタイミングチャートである。なお、図示する例では、前段プロセッサ14の動作時間が後段プロセッサ15の動作時間よりも短い場合の例を示している。   FIG. 5 is a timing chart showing the operation timing of the synchronization processing between the upstream processor 14 and the downstream processor 15 by the processor control device 12 in the present embodiment. In the example shown in the figure, an example in which the operation time of the former processor 14 is shorter than the operation time of the latter processor 15 is shown.

処理[0]を初めて実行する場合には、プロセッサ制御装置12は、前段プロセッサ14にクロックを供給する。これにより、前段プロセッサ14は、前段処理[0]を実行する(時間A)。   When the process [0] is executed for the first time, the processor control device 12 supplies a clock to the upstream processor 14. Thereby, the pre-stage processor 14 executes the pre-stage process [0] (time A).

続いて、プロセッサ制御装置12は、前段プロセッサ14が前段処理[0]を終了し、後段プロセッサ15が後段処理[0]の実行を待機しているため、後段プロセッサ15にクロックを供給する。これにより、後段プロセッサ15は、後段処理[0]を実行する。また、プロセッサ制御装置12は、後段プロセッサ15が後段処理[0]を実行し、前段プロセッサ14が前段処理[1]の実行を待機しているため、前段プロセッサ14にクロックを供給する。これにより、前段プロセッサ14は、前段処理[1]を実行する(時間B)。   Subsequently, the processor control device 12 supplies a clock to the subsequent processor 15 because the upstream processor 14 finishes the upstream processing [0] and the downstream processor 15 waits for execution of the downstream processing [0]. Thereby, the post-stage processor 15 executes the post-stage process [0]. Further, the processor control device 12 supplies a clock to the upstream processor 14 because the downstream processor 15 executes the downstream processing [0] and the upstream processor 14 waits for execution of the upstream processing [1]. Thereby, the pre-stage processor 14 executes the pre-stage process [1] (time B).

続いて、プロセッサ制御装置12は、前段プロセッサ14が前段処理[1]を終了しても、後段プロセッサ15が後段処理[0]を実行しているため、前段プロセッサ14に供給しているクロックを停止する。これにより、前段プロセッサ14は、前段処理[0]の実行を待機する。なお、プロセッサ制御装置12は、後段プロセッサ15が後段処理[0]を完了していないため、後段プロセッサ15にクロックを供給する。これにより、後段プロセッサ15は、後段処理[0]の実行を続ける(時間C)。   Subsequently, the processor control device 12 uses the clock supplied to the pre-stage processor 14 because the post-stage processor 15 executes the post-stage process [0] even if the pre-stage processor 14 ends the pre-stage process [1]. Stop. Thereby, the pre-stage processor 14 waits for the execution of the pre-stage process [0]. The processor control device 12 supplies a clock to the subsequent processor 15 because the subsequent processor 15 has not completed the subsequent process [0]. Thereby, the post-stage processor 15 continues to execute the post-stage process [0] (time C).

続いて、プロセッサ制御装置12は、後段プロセッサ15が後段処理[0]を終了し、前段プロセッサ14が前段処理[0]の実行を待機しているため、前段プロセッサ14にクロックを供給する。これにより、前段プロセッサ14は、前段処理[0]を実行する。また、プロセッサ制御装置12は、前段プロセッサ14が前段処理[0]を実行し、後段プロセッサ15が後段処理[1]の実行を待機しているため、後段プロセッサ15にクロックを供給する。これにより、後段プロセッサ15は、後段処理[1]を実行する(時間D)。   Subsequently, the processor controller 12 supplies the clock to the upstream processor 14 because the downstream processor 15 finishes the downstream processing [0] and the upstream processor 14 waits for execution of the upstream processing [0]. Thereby, the pre-stage processor 14 executes the pre-stage process [0]. The processor control device 12 supplies a clock to the subsequent processor 15 because the upstream processor 14 executes the upstream processing [0] and the downstream processor 15 waits for the downstream processing [1]. Thereby, the post-stage processor 15 executes the post-stage process [1] (time D).

続いて、プロセッサ制御装置12は、前段プロセッサ14が前段処理[0]を終了しても、後段プロセッサ15が後段処理[1]を実行しているため、前段プロセッサ14に供給しているクロックを停止する。これにより、前段プロセッサ14は、前段処理[1]の実行を待機する。なお、プロセッサ制御装置12は、後段プロセッサ15が後段処理[1]を完了していないため、後段プロセッサ15にクロックを供給する。これにより、後段プロセッサ15は、後段処理[1]の実行を続ける(時間E)。時間Fについては、時間Bと同様である。   Subsequently, the processor control device 12 uses the clock supplied to the pre-stage processor 14 because the post-stage processor 15 executes the post-stage process [1] even if the pre-stage processor 14 ends the pre-stage process [0]. Stop. Thereby, the pre-stage processor 14 waits for the execution of the pre-stage process [1]. The processor control device 12 supplies a clock to the post-stage processor 15 because the post-stage processor 15 has not completed the post-stage process [1]. Thereby, the post-stage processor 15 continues to execute the post-stage process [1] (time E). Time F is the same as time B.

続いて、プロセッサ制御装置12は、前段プロセッサ14が前段処理[1]を終了し、前段処理[0]および前段処理[1]を2回ずつ実行したため、前段プロセッサ14へのクロックの供給を停止する。これにより、前段プロセッサ14は、処理を停止する。なお、プロセッサ制御装置12は、後段プロセッサ15が後段処理[0]の処理を完了していないため、後段プロセッサ15にクロックを供給する。これにより、後段プロセッサ15は、後段処理[0]の実行を続ける(時間G)。   Subsequently, the processor control device 12 stops supplying the clock to the upstream processor 14 because the upstream processor 14 finishes the upstream processing [1] and executes the upstream processing [0] and the upstream processing [1] twice. To do. As a result, the upstream processor 14 stops the processing. The processor control device 12 supplies a clock to the post-stage processor 15 because the post-stage processor 15 has not completed the post-stage process [0]. Thereby, the post-stage processor 15 continues to execute the post-stage process [0] (time G).

続いて、プロセッサ制御装置12は、後段プロセッサ15が後段処理[0]を終了し、前段プロセッサ14が前段処理[0]の実行を待機しているため、後段プロセッサ15にクロックを供給する。これにより、後段プロセッサ15は、後段処理[1]を実行する。また、後段プロセッサ15が後段処理[1]を終了した場合、後段処理[0]および後段処理[1]を2回ずつ実行したため、プロセッサ制御装置12は、後段プロセッサ15に供給しているクロックを停止する。これにより、後段プロセッサ15は、処理を停止する(時間H)。   Subsequently, the processor control device 12 supplies a clock to the subsequent processor 15 because the subsequent processor 15 finishes the subsequent process [0] and the previous processor 14 waits for the execution of the previous process [0]. As a result, the post-stage processor 15 executes the post-stage process [1]. Further, when the post-stage processor 15 finishes the post-stage process [1], the post-stage process [0] and the post-stage process [1] are executed twice, so the processor control device 12 uses the clock supplied to the post-stage processor 15. Stop. As a result, the downstream processor 15 stops the processing (time H).

上述したように、前段クロック制御部122と後段クロック制御部123とは、前段プロセッサ14が出力するプログラムカウンタと、後段プロセッサ15が出力するプログラムカウンタと、レジスタ121が記憶する制御情報とに基づいて、前段プロセッサ14と後段プロセッサ15とに供給するクロックを制御することで、前段プロセッサ14と後段プロセッサ15との同期を制御することができる。   As described above, the pre-stage clock control unit 122 and the post-stage clock control unit 123 are based on the program counter output from the pre-stage processor 14, the program counter output from the post-stage processor 15, and the control information stored in the register 121. By controlling the clock supplied to the upstream processor 14 and the downstream processor 15, the synchronization between the upstream processor 14 and the downstream processor 15 can be controlled.

従って、プロセッサシステム1およびプロセッサ制御装置12は、前段プロセッサ14および後段プロセッサ15の内部にハードウェアを追加することなく、より消費電力を抑えつつ前段プロセッサ14と後段プロセッサ15との同期を制御することができる。   Therefore, the processor system 1 and the processor control device 12 can control the synchronization between the pre-stage processor 14 and the post-stage processor 15 while further reducing the power consumption without adding hardware inside the pre-stage processor 14 and the post-stage processor 15. Can do.

以上、この発明の一実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。例えば、上述した実施形態においては、プロセッサ制御装置12は前段プロセッサ14と後段プロセッサ15との2つのプロセッサの同期を制御しているが、これに限らず、3つ以上のプロセッサの同期を制御するようにしてもよい。なお、3つ以上のプロセッサの同期を制御する場合においても、2つのプロセッサの同期を制御する処理と同様に、プロセッサ制御装置12は、各プロセッサが出力するプログラムカウンタとレジスタ121が記憶する制御情報とに基づいて、3つ以上のプロセッサの同期を制御する。   Although one embodiment of the present invention has been described in detail with reference to the drawings, the specific configuration is not limited to this embodiment, and includes design and the like within a scope not departing from the gist of the present invention. For example, in the above-described embodiment, the processor control device 12 controls the synchronization of the two processors, the front processor 14 and the rear processor 15, but is not limited to this, and controls the synchronization of three or more processors. You may do it. Even in the case of controlling the synchronization of three or more processors, the processor control device 12 controls the control information stored in the program counter and the register 121 output by each processor, as in the process of controlling the synchronization of the two processors. To control the synchronization of three or more processors.

1・・・プロセッサシステム、11・・・メインプロセッサ、12・・・プロセッサ制御装置、13・・・共有メモリ、14・・・前段プロセッサ、15・・・後段プロセッサ、121・・・レジスタ、122・・・前段クロック制御部、123・・・後段クロック制御部   DESCRIPTION OF SYMBOLS 1 ... Processor system, 11 ... Main processor, 12 ... Processor control apparatus, 13 ... Shared memory, 14 ... Pre-stage processor, 15 ... Subsequent processor, 121 ... Register, 122 ... Previous stage clock controller, 123 ... Back stage clock controller

Claims (5)

供給されるクロックに基づいて動作し、実行する命令が記憶されている位置を示すプログラムカウンタを出力する複数のプロセッサと、
前記プロセッサ間で共有するデータを記憶する共有メモリと、
前記プロセッサの制御条件を示す制御情報を記憶するレジスタと、
前記プログラムカウンタと前記制御情報とに基づいて、前記プロセッサに前記クロックを供給するクロック制御部と、
を備えることを特徴とするプロセッサシステム。
A plurality of processors which operate based on a supplied clock and output a program counter indicating a position where an instruction to be executed is stored;
A shared memory for storing data shared between the processors;
A register for storing control information indicating a control condition of the processor;
A clock control unit for supplying the clock to the processor based on the program counter and the control information;
A processor system comprising:
前記クロック制御部は、前記共有メモリの同一領域に複数の前記プロセッサが同時にアクセスしないように、前記プロセッサに前記クロックを供給する
ことを特徴とする請求項1に記載のプロセッサシステム。
The processor system according to claim 1, wherein the clock control unit supplies the clock to the processors so that the plurality of processors do not access the same area of the shared memory simultaneously.
前記制御情報は、前記プロセッサに前記クロックを供給するタイミングと、前記プロセッサに供給している前記クロックを停止するタイミングとを示す情報を含む
ことを特徴とする請求項1または請求項2に記載のプロセッサシステム。
The said control information contains the information which shows the timing which supplies the said clock to the said processor, and the timing which stops the said clock supplied to the said processor. The Claim 1 or Claim 2 characterized by the above-mentioned. Processor system.
前記制御情報は、前記クロックを供給する前記プロセッサを特定する情報を含む
ことを特徴とする請求項3に記載のプロセッサシステム。
The processor system according to claim 3, wherein the control information includes information for specifying the processor that supplies the clock.
複数のプロセッサの制御条件を示す制御情報を記憶するレジスタと、
前記プロセッサが実行する命令を示すプログラムカウンタと前記制御情報とに基づいて、前記プロセッサにクロックを供給し、当該プロセッサの駆動を制御するクロック制御部と、
を備えることを特徴とするプロセッサ制御装置。
A register for storing control information indicating control conditions of a plurality of processors;
A clock control unit that supplies a clock to the processor based on a program counter indicating the instruction to be executed by the processor and the control information, and controls driving of the processor;
A processor control device comprising:
JP2012123950A 2012-05-31 2012-05-31 Processor system and processor control device Pending JP2013250696A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012123950A JP2013250696A (en) 2012-05-31 2012-05-31 Processor system and processor control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012123950A JP2013250696A (en) 2012-05-31 2012-05-31 Processor system and processor control device

Publications (1)

Publication Number Publication Date
JP2013250696A true JP2013250696A (en) 2013-12-12

Family

ID=49849339

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012123950A Pending JP2013250696A (en) 2012-05-31 2012-05-31 Processor system and processor control device

Country Status (1)

Country Link
JP (1) JP2013250696A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015091417A (en) * 2015-02-03 2015-05-14 富士フイルム株式会社 Endoscope apparatus
JP2016187630A (en) * 2016-07-29 2016-11-04 富士フイルム株式会社 Endoscope apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015091417A (en) * 2015-02-03 2015-05-14 富士フイルム株式会社 Endoscope apparatus
JP2016187630A (en) * 2016-07-29 2016-11-04 富士フイルム株式会社 Endoscope apparatus

Similar Documents

Publication Publication Date Title
US20100153761A1 (en) Multiprocessor control unit, control method performed by the same, and integrated circuit
US10437593B2 (en) Techniques for comprehensively synchronizing execution threads
JPWO2008087779A1 (en) Array type processor and data processing system
JP4749431B2 (en) Method and apparatus for promoting pipeline throughput
JP2016173836A (en) Synchronization mechanism between central processing unit and graphics processing unit
WO2013029513A1 (en) Method and system, scheduler for parallel simulating processors
US10528685B2 (en) Efficient mechanism in hardware and software co-simulation system
WO2011118012A1 (en) Multi-core processor system, control program, and control method
JP2013250696A (en) Processor system and processor control device
US9652299B2 (en) Controlling the state of a process between a running and a stopped state by comparing identification information sent prior to execution
JP2006146758A (en) Computer system
JP2009075948A (en) Multicore processor
JP2010152733A (en) Multi-core system
US20150186113A1 (en) Data transfer between clock domains
JP2017016250A (en) Barrier synchronization device, barrier synchronization method, and program
JP5630798B1 (en) Processor and method
JP2010140319A (en) Semiconductor device
JP2008197943A (en) Computer system
JP2015158751A (en) Plotting method, plotting device, and program
JP2010211596A (en) System starting method in multitask system
US20240176616A1 (en) Processor and method of controlling processor
JP2014038502A (en) Information processing device, information processing method, and program
JP5724772B2 (en) Test condition setting method, current fluctuation test method, and information processing apparatus
US20150195342A1 (en) Remote configuration of data processing devices in a cluster computing system
CN108255587B (en) Synchronous multi-thread processor