JP2010211654A - Data transfer method and device - Google Patents

Data transfer method and device Download PDF

Info

Publication number
JP2010211654A
JP2010211654A JP2009058893A JP2009058893A JP2010211654A JP 2010211654 A JP2010211654 A JP 2010211654A JP 2009058893 A JP2009058893 A JP 2009058893A JP 2009058893 A JP2009058893 A JP 2009058893A JP 2010211654 A JP2010211654 A JP 2010211654A
Authority
JP
Japan
Prior art keywords
order
data
group
reading
writing
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
JP2009058893A
Other languages
Japanese (ja)
Other versions
JP5132612B2 (en
Inventor
Takashi Aoki
孝 青木
Ikuo Harada
育夫 原田
Takuya Otsuka
卓哉 大塚
Norihiko Maeda
典彦 前田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2009058893A priority Critical patent/JP5132612B2/en
Publication of JP2010211654A publication Critical patent/JP2010211654A/en
Application granted granted Critical
Publication of JP5132612B2 publication Critical patent/JP5132612B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P20/00Technologies relating to chemical industry
    • Y02P20/50Improvements relating to the production of bulk chemicals
    • Y02P20/52Improvements relating to the production of bulk chemicals using catalysts, e.g. selective catalysts

Landscapes

  • Information Transfer Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To read one group of data from a buffer device to a transfer destination processing unit before the whole writing from a transfer origin processing unit to the buffer device is completed for one group of data. <P>SOLUTION: When writing one group of data comprising a plurality of components transferred from the transfer origin processing unit 10 in the buffer device 20 in a write order the same as or different from the arrangement order of the one group of data in the arrangement order, reading the one group of data from the buffer device 20 in the read order the same as or different from the arrangement order and transferring them to the transfer destination processing unit 30, the number f of cycles is obtained corresponding to the maximum value within differences for which the read order is subtracted from the write order in the respective arrangement orders of the one group of data, and the read of the one group of data from the buffer device is started after the lapse of the number f of cycles from the write start of the one group of data to the buffer device 20. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、複数の構成要素からなる1群のデータ(1トランザクション)を転送元処理ユニットから転送先処理ユニットに転送する際のデータ転送方法および装置に関するものである。   The present invention relates to a data transfer method and apparatus for transferring a group of data (one transaction) composed of a plurality of components from a transfer source processing unit to a transfer destination processing unit.

パイプライン構造による並列処理において、処理ユニット間でのトランザクションの転送について、各処理ユニットのインターバルや書き込み/読み出しの順番については、事前に設計分析して固定の処理回路を合成するか、あるいはダブルバッファやマルチバッファによる方法を採用していた(例えば、非特許文献1、2参照)。   In parallel processing using a pipeline structure, regarding the transfer of transactions between processing units, the interval of each processing unit and the order of writing / reading are designed and analyzed in advance to synthesize a fixed processing circuit, or double buffer And a multi-buffer method (for example, see Non-Patent Documents 1 and 2).

1群のデータ(1トランザクション)、例えば、8サイクルで8個のデータを転送するときは、通常では、図8に示すように、書き込み開始の指令が発生されると、転送元処理ユニット10から書き込みデータWiが、例えば、W1→W5→W2→W6→W3→W7→W4→W8の順番でバッファ装置20に書き込まれる。添え字iはデータ並びの順番を示す。バッファ装置20では、データ並びの順番iでアドレスiに格納される。つまり、バッファ装置20のi番目のアドレスには書き込みデータWiが格納される。ここで、設計時には、データの書き込みの順番が上記(1→5→2→6→3→7→4→8)のようには確定していない場合には、読み出しの開始は、データの書き込みが全て終わった後(8サイクルの後)に行わなければならない。   When transferring a group of data (1 transaction), for example, 8 data in 8 cycles, normally, as shown in FIG. 8, when a write start command is generated, the transfer source processing unit 10 Write data Wi is written in the buffer device 20 in the order of, for example, W 1 → W 5 → W 2 → W 6 → W 3 → W 7 → W 4 → W 8. The subscript i indicates the order of data arrangement. In the buffer device 20, the data is stored in the address i in the order i of the data arrangement. That is, the write data Wi is stored at the i-th address of the buffer device 20. Here, at the time of design, when the order of data writing is not fixed as described above (1 → 5 → 2 → 6 → 3 → 7 → 4 → 8), the start of reading is the data writing. Must be done after all is done (after 8 cycles).

そして、読み出し開始指令が発生されてから、転送先処理ユニット30によって、読み出しデータRiが、例えば、R1→R2→R3→R4→R5→R6→R7→R8の順番で読み出される(Ri=Wiである)。また、この読み出している間は、読み出し順番が上記(1→2→3→4→5→6→7→8)のようには確定していない場合は、未読のデータの上書きを防止するために、次の書き込みを開始することはできない。   Then, after the read start command is generated, the read data Ri is read by the transfer destination processing unit 30 in the order of, for example, R1, R2, R3, R4, R5, R6, R7, R8 (Ri = Wi). is there). Also, during this reading, if the reading order is not fixed as described above (1 → 2 → 3 → 4 → 5 → 6 → 7 → 8), in order to prevent overwriting of unread data. However, the next write cannot be started.

仮に、読み出している間に次の書き込みを開始しなければならない場合には、他にさらに一式のバッファ装置を用意して、交互に切り替える制御を採用することになる。これが、ダブルバッファである。   If it is necessary to start the next writing during reading, another set of buffer devices is prepared and the control is switched alternately. This is a double buffer.

ところが、事前に設計分析して固定の処理回路を合成する手法では、処理ユニットの書き込みや読み出しの順番が変動するたびに、再設計が必要となる。それを避けるために、ダブルバッファやマルチバッファによる方法を採用した場合には、バッファとして使用するメモリの量が増大する、処理全体のレイテンシが増大する、などの問題があった。   However, in the method of synthesizing a fixed processing circuit by performing design analysis in advance, redesign is required every time the order of writing and reading of processing units changes. In order to avoid this, when a method using a double buffer or a multi-buffer is employed, there are problems such as an increase in the amount of memory used as a buffer and an increase in latency of the entire process.

本発明の目的は、複数の構成要素からなる1群のデータについて、転送元処理ユニットからバッファ装置への書き込みが全て完了する以前にバッファ装置から転送先処理ユニットへの読み出しを可能とし、メモリ量増大を伴わず、処理全体のレイテンシを削減できるようにしたデータ転送方法および装置を提供することである。   An object of the present invention is to enable reading from a buffer device to a transfer destination processing unit before all writing from the transfer source processing unit to the buffer device is completed for a group of data composed of a plurality of components. It is an object of the present invention to provide a data transfer method and apparatus capable of reducing the overall processing latency without increasing the processing speed.

上記目的を達成するために、請求項1にかかる発明は、転送元処理ユニットから転送される複数の構成要素からなる1群のデータを、該1群のデータの並び順番と同一又は異なる書き込み順番でバッファ装置に前記並び順番通りに書き込み、前記バッファ装置から前記1群のデータを前記並び順番と同一又は異なる読み出し順番で読み出して、転送先処理ユニットに転送するデータ転送方法において、前記1群のデータのそれぞれの並び順番における前記書き込み順番から前記読み出し順番を差し引いた差分の内の最大値に応じてサイクル数fを求め、記バッファ装置への前記1群のデータの書き込み開始から、前記サイクル数fだけ経過した後に、前記バッファ装置からの前記1群のデータの読み出しを開始する、ことを特徴とする。   In order to achieve the above object, according to a first aspect of the present invention, a group of data consisting of a plurality of components transferred from a transfer source processing unit is written in the same or different writing order as the arrangement order of the group of data. In the data transfer method of writing to the buffer device according to the arrangement order, reading the group of data from the buffer device in the same or different reading order as the arrangement order, and transferring the data to the transfer destination processing unit. The number of cycles f is obtained according to the maximum value of the difference obtained by subtracting the reading order from the writing order in each data arrangement order, and the number of cycles from the start of writing the group of data to the buffer device. After the elapse of f, reading of the group of data from the buffer device is started.

請求項2にかかる発明は、請求項1に記載のデータ転送方法において、前記サイクル数fは、
f=1+max(Tw(i)−Tr(i))
但し、i=1,2,・・・,n(nは1群のデータの構成要素の数)
Tw(i)はi番目の並び順番の構成要素の書き込み順番
Tr(i)はi番目の並び順番の構成要素の読み出し順番
で求めることを特徴とする。
The invention according to claim 2 is the data transfer method according to claim 1, wherein the number of cycles f is:
f = 1 + max (Tw (i) −Tr (i))
Here, i = 1, 2,..., N (n is the number of components of a group of data)
Tw (i) is the order of writing the components in the i-th order
Tr (i) is obtained in the reading order of the components in the i-th arrangement order.

請求項3にかかる発明は、請求項1又は2に記載のデータ転送方法において、前記読み出しの開始の次のサイクルで、所定の条件が満足されるとき、読み出しの異常を表示することを特徴とする。   According to a third aspect of the present invention, in the data transfer method according to the first or second aspect, when a predetermined condition is satisfied in a cycle next to the start of the reading, a reading abnormality is displayed. To do.

請求項4にかかる発明は、請求項3に記載のデータ転送方法において、前記読み出しの異常を表示する前記所定の条件は、
(f−g)≧n
但し、nは1群のデータの構成要素の数
f=1+max(Tw(i)−Tr(i))
g=1+min(Tw(i)−Tr(i))
i=1,2,・・・,n
Tw(i)はi番目の並び順番の構成要素の書き込み順番
Tr(i)はi番目の並び順番の構成要素の読み出し順番
のときであることを特徴とする。
According to a fourth aspect of the present invention, in the data transfer method according to the third aspect, the predetermined condition for displaying the read abnormality is:
(F−g) ≧ n
Where n is the number of components of a group of data
f = 1 + max (Tw (i) −Tr (i))
g = 1 + min (Tw (i) -Tr (i))
i = 1, 2,..., n
Tw (i) is the writing order of the components in the i-th order
Tr (i) is characterized in that it is the reading order of the components in the i-th arrangement order.

請求項5にかかる発明は、転送元処理ユニットから転送される複数の構成要素からなる1群のデータを、該1群のデータの並び順番と同一又は異なる書き込み順番でバッファ装置に前記並び順番通りに書き込み、前記バッファ装置から前記1群のデータを前記並び順番と同一又は異なる読み出し順番で読み出して、転送先処理ユニットに転送するデータ転送装置において、前記1群のデータの前記書き込み順番を格納する書込順番格納装置と、前記1群のデータの前記読み出し順番を格納する読出順番格納装置とを備え、それぞれの並び順番における前記書込順番格納装置の前記書き込み順番から前記読出順番格納装置の前記読み出し順番を差し引いた差分の内の最大値に応じてサイクル数fを求め、前記バッファ装置への前記1群のデータの書き込み開始から、前記サイクル数fだけ経過した後に、前記バッファ装置からの前記1群のデータの読み出しを開始する、ことを特徴とする。   According to a fifth aspect of the present invention, a group of data transferred from a transfer source processing unit is transferred to a buffer device in the same or different writing order as the order of arrangement of the group of data in the order of arrangement. In the data transfer device that reads the group of data from the buffer device in a reading order that is the same as or different from the arrangement order and transfers the data to the transfer destination processing unit, the writing order of the group of data is stored. A writing order storage device; and a reading order storage device for storing the reading order of the group of data, the writing order of the writing order storage device in each arrangement order from the writing order of the reading order storage device The number of cycles f is obtained according to the maximum value of the difference obtained by subtracting the reading order, and the group of data to the buffer device is obtained. From the write start, after the lapse of the cycle number f, starts reading of the first group of data from said buffer unit, and wherein the.

請求項6にかかる発明は、請求項5に記載のデータ転送装置において、前記サイクル数fは、
f=1+max(Tw(i)−Tr(i))
但し、i=1,2,・・・,n(nは1群のデータの構成要素の数)
Tw(i)は前記書込順番格納装置のi番目の並び順番の構成要素の書き込み順番
Tr(i)は前記読出順番格納装置のi番目の並び順番の構成要素の読み出し順番
で求めることを特徴とする。
The invention according to claim 6 is the data transfer apparatus according to claim 5, wherein the cycle number f is:
f = 1 + max (Tw (i) −Tr (i))
Here, i = 1, 2,..., N (n is the number of components of a group of data)
Tw (i) is the writing order of the components in the i-th order of the writing order storage device. Tr (i) is obtained by the reading order of the components in the i-th order of the reading order storage device. And

請求項7にかかる発明は、請求項5又は6に記載のデータ転送装置において、前記読み出しの開始の次のサイクルで、所定の条件が満足されるとき、読み出し異常を表示することを特徴とする。   The invention according to claim 7 is the data transfer device according to claim 5 or 6, wherein a read error is displayed when a predetermined condition is satisfied in a cycle next to the start of the read. .

請求項8にかかる発明は、請求項7に記載のデータ転送装置において、前記読み出し異常を表示する前記所定の条件は、
(f−g)≧n
但し、nは1群のデータの構成要素の数
f=1+max(Tw(i)−Tr(i))
g=1+min(Tw(i)−Tr(i))
i=1,2,・・・,n
Tw(i)は前記書込順番格納装置のi番目の並び順番の構成要素の書き込み順番
Tr(i)は前記読出順番格納装置のi番目の並び順番の構成要素の読み出し順番
のときであることを特徴とする。
The invention according to claim 8 is the data transfer device according to claim 7, wherein the predetermined condition for displaying the read abnormality is:
(F−g) ≧ n
Where n is the number of components of the data in one group f = 1 + max (Tw (i) −Tr (i))
g = 1 + min (Tw (i) -Tr (i))
i = 1, 2,..., n
Tw (i) is the writing order of the i-th order component of the writing order storage device Tr (i) is the reading order of the i-th order component of the reading order storage device It is characterized by.

本発明によれば、処理ユニットの特性や負荷の変動等により、処理特性が変動する処理ユニットを接続して同期処理系を構築する場合であっても、複数の構成要素からなる1群のデータについて、転送元処理ユニットからバッファ装置への書き込みが全て完了する以前にバッファ装置から転送先処理ユニットへの読み出しが可能となる。つまり、動作の実行中に、処理ユニットによる書き込みの順番や読み出しの順番に変動が起こった場合にも、転送先処理ユニットの読み出し開始を自律的に調整できる。調整しきれない場合には、異常の発生を表示することができる。よって、機能部品のトランザクション接続によってシステムを構築していく設計方式において、転送における性能損失と部品や電力等の資源消費を抑制することができる。これらによって、ダブルバッファを採用せずにバッファ装置のメモリの量を減らして、バッファ装置が書き込み完了になるのを待たずに、転送先処理ユニット側の処理を開始できるために、総合的なレイテンシを削減できる。   According to the present invention, even when a processing unit whose processing characteristics vary due to the characteristics of the processing unit, changes in load, etc. is connected to construct a synchronous processing system, a group of data consisting of a plurality of components With respect to, before all writing from the transfer source processing unit to the buffer device is completed, reading from the buffer device to the transfer destination processing unit becomes possible. That is, even when a change occurs in the order of writing or reading by the processing unit during the execution of the operation, the reading start of the transfer destination processing unit can be autonomously adjusted. When the adjustment cannot be completed, the occurrence of abnormality can be displayed. Therefore, in a design method in which a system is constructed by transaction connection of functional parts, it is possible to suppress performance loss in transfer and resource consumption such as parts and power. As a result, the amount of memory in the buffer device can be reduced without employing a double buffer, and the processing on the transfer destination processing unit side can be started without waiting for the buffer device to complete writing. Can be reduced.

本発明の1つの実施例のデータ転送装置の説明図である。It is explanatory drawing of the data transfer apparatus of one Example of this invention. 書込順番格納装置への書き込みの説明図である。It is explanatory drawing of the writing to a writing order storage apparatus. 書込順番格納装置および読出順番格納装置への書き込みの説明図である。It is explanatory drawing of the writing to a writing order storage apparatus and a reading order storage apparatus. 式の説明図である。It is explanatory drawing of a type | formula. 本実施例のデータ転送装置の書き込み/読み出しの説明図である。It is explanatory drawing of the writing / reading of the data transfer apparatus of a present Example. 本実施例のデータ転送装置の動作のフローチャートである。It is a flowchart of operation | movement of the data transfer apparatus of a present Example. 本実施例のデータ転送装置の動作のフローチャートである。It is a flowchart of operation | movement of the data transfer apparatus of a present Example. 従来のデータ転送装置の説明図である。It is explanatory drawing of the conventional data transfer apparatus.

図1に本発明の1つの実施例のデータ転送装置の概略構成を示す。10は処理済みのデータを転送する転送元処理ユニット、20はバッファ装置、30はデータを受信して処理する転送先処理ユニット、41はバッファからなる書込順番格納装置、42は同様の読出順番格納装置、50は演算装置である。   FIG. 1 shows a schematic configuration of a data transfer apparatus according to one embodiment of the present invention. 10 is a transfer source processing unit for transferring processed data, 20 is a buffer device, 30 is a transfer destination processing unit for receiving and processing data, 41 is a writing order storage device comprising buffers, and 42 is a similar reading order. A storage device 50 is an arithmetic unit.

転送元処理ユニット10は、その処理の中で、処理結果を出力する際に、バッファ装置20に書き込みを実行する。このとき、書き込み順番Swsによってバッファ装置20に書き込まれた値VsのデータD(i)は、転送元処理ユニット10が与えたものである。iはデータ並び順番(バッファ装置20のアドレスi)を示し、本実施例ではi=1,3,・・・,8である。転送元処理ユニット10は、書き込み順番Swsの値を、必要に応じて遷移させる。この遷移は、転送元処理ユニット10が任意に決定できる。例えば、初めに1→5→2→6→3→7→4→8の書き込み順番であっても、次の周期ではこれと同じにすることも、一部の順番が入れ替わることもある。なお、データの並び順番iと書き込み順番Swsは同一の場合も、また異なる場合もある。書き込み順番Swsが1→2→3→4→5→6→7→8の場合は、データの並び順番iと同じである。   The transfer source processing unit 10 executes writing to the buffer device 20 when outputting the processing result during the processing. At this time, the data D (i) of the value Vs written to the buffer device 20 by the writing order Sws is given by the transfer source processing unit 10. i indicates the data arrangement order (address i of the buffer device 20), and i = 1, 3,..., 8 in this embodiment. The transfer source processing unit 10 transitions the value of the write order Sws as necessary. This transfer can be arbitrarily determined by the transfer source processing unit 10. For example, even if the writing order is first 1 → 5 → 2 → 6 → 3 → 7 → 4 → 8, it may be the same in the next cycle, or a part of the order may be changed. The data arrangement order i and the writing order Sws may be the same or different. When the writing order Sws is 1 → 2 → 3 → 4 → 5 → 6 → 7 → 8, it is the same as the data arrangement order i.

転送先処理ユニット30は、その処理の中で、処理結果を参照する際に、バッファ装置20に対して読み出しを実行する。このとき、読み出しによって、値VdとしてデータD(i)が現れる。また、読み出しでは、転送先処理ユニット30が読み出し順番Swdを、必要に応じて遷移させる。この遷移は、転送先処理ユニット30の処理内容に合わせて、転送先処理ユニット30が任意に決定できる。また、読み出し順番Swdの遷移を開始させる信号として、後記するSyncdを使用する。   The transfer destination processing unit 30 reads out the buffer device 20 when referring to the processing result during the processing. At this time, data D (i) appears as a value Vd by reading. In reading, the transfer destination processing unit 30 shifts the reading order Swd as necessary. This transition can be arbitrarily determined by the transfer destination processing unit 30 according to the processing contents of the transfer destination processing unit 30. Further, Syncd described later is used as a signal for starting the transition of the reading order Swd.

書込順番格納装置41は、値Ixsを、マシンサイクルを追って、1→2→3→4→5→6→7→8と遷移させ、次のマシンサイクルではまた1から開始し、これを繰り返す。そして、転送元処理ユニット10が与える書き込み順番Swsの箇所に、そのときの値Ixsが書き込まれる。図2に、書き込み順番Swsが前記した1→5→2→6→3→7→4→8と変化する場合の調停第1バッファ装置41の内容Tw(i)を示した。例えば、並び順番iが5番目のデータは、書き込み順番が2番目であることを示している。このように、書込順番格納装置41のTw(i)には、バッファ装置20のアドレスiに書き込まれるデータD(i)の書き込みの順番が格納される。   The writing order storage device 41 changes the value Ixs in the order of 1 → 2 → 3 → 4 → 5 → 6 → 7 → 8 in the machine cycle, and starts again from 1 in the next machine cycle and repeats this. . Then, the value Ixs at that time is written in the place of the write order Sws given by the transfer source processing unit 10. FIG. 2 shows the contents Tw (i) of the arbitration first buffer device 41 when the writing order Sws changes as 1 → 5 → 2 → 6 → 3 → 7 → 4 → 8. For example, data with the fifth arrangement order i indicates that the writing order is second. Thus, the order of writing the data D (i) to be written at the address i of the buffer device 20 is stored in Tw (i) of the writing order storage device 41.

読出順番格納装置42は、値Ixdを、マシンサイクルを追って、1→2→3→4→5→6→7→8と遷移させ、次のマシンサイクルではまた1から開始し、これを繰り返す。そして、後記するSydが1のとき、転送先処理ユニット30が与える読み出し順番Swdの箇所に、そのときの値Ixdが書き込まれる。図3に、書き込み順番Swsが前記した1→5→2→6→3→7→4→8と変化して書込順番格納装置41の内容Tw(i)が作成された後の読出順番格納装置42の内容Tr(i)を示した。読出順番格納装置42の内容Tr(i)は、例えば、並び順番iが5番目のデータは、書き込み順番が5番目であることを示している。このように、読出順番格納装置42のTr(i)には、バッファ装置20のアドレスiから読み出されるデータD(i)の読み出しの順番が格納される。   The reading order storage device 42 changes the value Ixd in the order of 1 → 2 → 3 → 4 → 5 → 6 → 7 → 8 following the machine cycle, and starts again from 1 in the next machine cycle and repeats this. When Syd to be described later is 1, the value Ixd at that time is written in the position of the reading order Swd given by the transfer destination processing unit 30. In FIG. 3, the reading order storage after the writing order Sws is changed from 1 → 5 → 2 → 6 → 3 → 7 → 4 → 8 and the contents Tw (i) of the writing order storage device 41 is created. The contents Tr (i) of the device 42 are shown. The content Tr (i) of the reading order storage device 42 indicates that, for example, the data having the fifth arrangement order i has the fifth writing order. As described above, the order of reading the data D (i) read from the address i of the buffer device 20 is stored in Tr (i) of the reading order storage device 42.

演算装置50では、書込順番格納装置41の内容Tw(i)と、読出順番格納装置42の内容Tr(i)から、図4に示す式(1)、(2)によって、f、gの値を計算する演算部51、およびそれらf、gに基づき作成される変数DET、Lf、Postd、Syd、Syd1、Syncd等を格納するレジスタ52〜27を備える。   In the arithmetic unit 50, from the contents Tw (i) of the writing order storage device 41 and the contents Tr (i) of the reading order storage device 42, f and g are expressed by the equations (1) and (2) shown in FIG. A calculation unit 51 for calculating values and registers 52 to 27 for storing variables DET, Lf, Postd, Syd, Syd1, Syncd and the like created based on these f and g are provided.

レジスタ54のPostdの値は、初期値のn=8(D(i)への書き込み周期)から、読み出しの度に1づつ減少させていき、1になったときに、次の読み出しの後には8とし、これを繰り返す。ただし、Postd=8のとき、Syd=0、Syd1=1であれば、次の読み出しの後には、そのPostdの値を「(f−Lf)−1」だけ増加させる。f=Lfのときは、1減少となる。その後、読み出しの度に1づつ減少させる。   The value of Postd in the register 54 is decreased by 1 for each reading from the initial value n = 8 (write cycle to D (i)). Repeat this step. However, when Postd = 8, if Syd = 0 and Syd1 = 1, the value of Postd is increased by “(f−Lf) −1” after the next reading. When f = Lf, the value decreases by one. Thereafter, it is decremented by 1 for each reading.

レジスタ53のLfの値は、Postd=8、Syd=0、Syd1=1であるとき、次の読み出しの後に、fの値で更新する。それ以外のときは直前の値を保持する(図4の式(3)参照)。   The Lf value of the register 53 is updated with the value of f after the next reading when Postd = 8, Syd = 0, and Syd1 = 1. In other cases, the previous value is held (see equation (3) in FIG. 4).

レジスタ55のSydの値は、初期値は1であり、Postd=1となる度に、1と0で交互に遷移する(図4の式(4)参照)。   The initial value of the Syd value in the register 55 is 1, and every time Postd = 1, the value shifts alternately between 1 and 0 (see equation (4) in FIG. 4).

レジスタ56のSynd1の値は、次の読み出しの後に、Sydの値で更新する(図4の式(5)参照)。   The value of Synd1 in the register 56 is updated with the value of Synd after the next reading (see equation (5) in FIG. 4).

レジスタ57のSyncdの値は、Postd=1のときのみ、1となる(図4の式(6)参照)。   The value of Syncd in the register 57 is 1 only when Postd = 1 (see equation (6) in FIG. 4).

レジスタ52のDETの値は、Syd=0,Syd1=1,Postd=8であって、(f−g)<8のとき、次の読み出しの後に0(=正常表示)となる。また、Syd=0,Syd1=1,Postd=8であって、(f−g)≧8のとき、次の読み出しの後に1(=異常表示)となる。それ以外は直前の値となる(図4の式(7)参照)。   The value of DET in the register 52 is Syd = 0, Syd1 = 1, and Postd = 8, and when (f−g) <8, it becomes 0 (= normal display) after the next reading. When Syd = 0, Syd1 = 1, and Postd = 8 and (f−g) ≧ 8, 1 (= abnormal display) is set after the next reading. Otherwise, the value is the previous value (see equation (7) in FIG. 4).

以上によって、Syncd=1になったとき、次のサイクルで転送先処理ユニット30が読み出しを開始するようにすると、図5に示すように、書き込みデータW6の書き込みが完了した次のサイクルから、読み出しデータR1の読み出しが開始される。なお、Syncd=1になって読み出しが開始されるときは、必ずPostd=8、Syd=0、Syd1=1となる。   As described above, when Syncd = 1, when the transfer destination processing unit 30 starts reading in the next cycle, as shown in FIG. 5, the reading is started from the next cycle in which the writing of the write data W6 is completed. Reading of the data R1 is started. When reading is started with Syncd = 1, Postd = 8, Syd = 0, and Syd1 = 1.

以上に従う例として、本実施例のデータ転送装置のタイムチャートを、図6に示す。ここでは、転送元処理ユニット10による1群のデータの書き込み順番Swsは、1→5→2→6→3→7→4→8であり、転送先処理ユニット30による1群のデータの読み出し順番Swdは、1→2→3→4→5→6→7→8である場合について説明する。なお、Vs、Vdの値は、最初の1周期(8サイクル)は1桁で、2回目の1周期では2桁目に2を、3回目の1周期では2桁目に3を、というように、2桁目に何回目の周期かを表す数値を付けている。Vdが1→2→3→4→5→6→7→8、11→12→13→14→15→16→17→18等の順番でそのまま現れれば、1群のデータの転送が正しく行われたことを示す。   As an example according to the above, a time chart of the data transfer apparatus of the present embodiment is shown in FIG. Here, the writing order Sws of the group of data by the transfer source processing unit 10 is 1 → 5 → 2 → 6 → 3 → 7 → 4 → 8, and the reading order of the group of data by the transfer destination processing unit 30 is as follows. The case where Swd is 1 → 2 → 3 → 4 → 5 → 6 → 7 → 8 will be described. The values of Vs and Vd are 1 digit in the first cycle (8 cycles), 2 in the second cycle, 2 in the second cycle, 3 in the second digit, etc. A numerical value indicating the number of cycles is added to the second digit. If Vd appears in the order of 1 → 2 → 3 → 4 → 5 → 6 → 7 → 8, 11 → 12 → 13 → 14 → 15 → 16 → 17 → 18, etc., a group of data is transferred correctly. It shows that it was broken.

最初の8サイクルが完了した後の時刻t=8において、書込順番格納装置41の内容Tw(i)と読出順番格納装置42の内容Tr(i)は、図3に示すようになっている。このため、(1)の式から、
f=1+max(Tw(i)−Tr(i))
=1+(7−4)
=4
となる。また、Lf=0である。
At time t = 8 after the first eight cycles are completed, the content Tw (i) of the writing order storage device 41 and the content Tr (i) of the reading order storage device 42 are as shown in FIG. . For this reason, from the equation (1)
f = 1 + max (Tw (i) −Tr (i))
= 1 + (7-4)
= 4
It becomes. Lf = 0.

よって、この後、Postdの値の調整(8→11→10→9→・・・・→2→1)が行われる。その結果、時刻t=19において発生するSyncd=1に従うことで、次の時刻t=20以降は、1群のデータの読み出しが成功し、転送元処理ユニット10が書き込んだ1群のデータ(上記のように、分かりやすいようにVsの値の1桁目を、書き込み順番の番号に揃えてある)をその並びを損なうことなく、転送先処理ユニット30が取り出すことができている。図5にこれを簡易的に示した。書き込みデータW1の書き込みから4サイクル目で読み出しデータR1が読み出されている。   Therefore, after this, the value of Postd is adjusted (8 → 11 → 10 → 9 →... → 2 → 1). As a result, by following Syncd = 1 generated at time t = 19, reading of the group of data succeeds after the next time t = 20, and the group of data written by the transfer source processing unit 10 (above As described above, the transfer destination processing unit 30 can take out the first digit of the value of Vs so that it can be easily understood without losing the arrangement. FIG. 5 shows this simply. Read data R1 is read out in the fourth cycle from writing of the write data W1.

また、時刻t=40から書き込み順番Swsを変更している(3→1→2→4→6→5→8→7)。そのため、一旦、読み出される1群のデータの読み出し順番が損なわれるが、時刻t=51以降は、ふたたび、1群のデータVdが正常な読み出し順番(1→2→3→4→5→6→7→8)で読み出されている。   Further, the writing order Sws is changed from time t = 40 (3 → 1 → 2 → 4 → 6 → 5 → 8 → 7). For this reason, the reading order of the group of data to be read is temporarily lost. However, after time t = 51, the group of data Vd is read again in the normal reading order (1 → 2 → 3 → 4 → 5 → 6 → 7 → 8).

ところで、転送元処理ユニット10による一群のデータの書き込みの順番Swsと転送先処理ユニット30による一群のデータの読み出しの順番Swdによっては、Postdの調整では読み書きの間の欠損を免れない場合がある。これを検出するために、f,gの値を用いて、DETを計算する。   By the way, depending on the order Sws for writing a group of data by the transfer source processing unit 10 and the order Swd for reading a group of data by the transfer destination processing unit 30, there is a case where the loss during reading and writing cannot be avoided by the adjustment of Postd. In order to detect this, DET is calculated using the values of f and g.

すなわち、Syncd=1の次のサイクルで、Postd=8、Syd=0、Syd1=1であるときには、(7)の式により、「f−g」を計算し、その値が、8以上であるかどうかを計算する。その結果がDET=1のときは、転送先処理ユニット30が、Syncd=1に従って次のサイクルから読み出しを開始しても、転送元処理ユニット10が書き込んだ1群のデータの読み出しの順番が損なわれる。このように、DETの値を参照することによって、1群のデータの組合せ(順番)の欠損を検出できる。   That is, in the next cycle after Syncd = 1, when Postd = 8, Syd = 0, and Syd1 = 1, “f−g” is calculated by the equation (7), and the value is 8 or more. Calculate whether or not. When the result is DET = 1, even if the transfer destination processing unit 30 starts reading from the next cycle according to Syncd = 1, the reading order of the group of data written by the transfer source processing unit 10 is lost. It is. In this way, by referring to the value of DET, it is possible to detect a missing combination (order) of a group of data.

図7に転送元処理ユニット10による1群のデータの書き込み順番Swsが変化して、読み出しの組合せ(順番)が正しくなくなる条件を与え、DETの値によって正常か異常かを検出する動作例のタイムチャートを示す。時刻t=1〜31までは、図6のタイムチャートに示したのと同じ動作が行われる。   FIG. 7 shows a condition of an operation example in which the writing order Sws of a group of data by the transfer source processing unit 10 is changed and the combination (order) of reading is made incorrect, and whether normal or abnormal is detected by the DET value. A chart is shown. From time t = 1 to 31, the same operation as shown in the time chart of FIG. 6 is performed.

時刻t=32から、転送元処理ユニット10による1群のデータの書き込み順番Swsを変更し、3→7→4→2→6→8→5→1としている。その結果、時刻t=34では、読み出される値が、期待される値がVd=37ではなく、Vd=47となり、それ以降、読み出される1群のデータが、書き込まれた期待される順番と異なってしまう。これは、時刻t=35から時刻t=40までの間に、gおよびfの変化をもたらす。   From time t = 32, the write order Sws of the group of data by the transfer source processing unit 10 is changed to 3 → 7 → 4 → 2 → 6 → 8 → 5 → 1. As a result, at time t = 34, the value read is Vd = 47 instead of the expected value Vd = 37, and thereafter, the group of data read is different from the expected order of writing. End up. This results in a change in g and f between time t = 35 and time t = 40.

時刻t=44において、f=8、Lf=4を反映させて、Postdの調整を行う(8→11→10→・・・→2→1)が、時刻t=55にSyncd=1となるようにするだけでは、読み出した1群のデータは期待される順番との不一致は回復しない。このとき、時刻t=44のfおよびgによって、時刻t=45でDET=1となり、期待される順番の不一致が起きていることが表示される。   At time t = 44, Postd is adjusted to reflect f = 8 and Lf = 4 (8 → 11 → 10 →... → 2 → 1), but Syncd = 1 at time t = 55. By just doing so, the read group of data does not recover the mismatch with the expected order. At this time, due to f and g at time t = 44, DET = 1 at time t = 45, indicating that an expected order mismatch has occurred.

さらに、時刻t=56において、転送元処理ユニット10による1群のデータの書き込み順番Swsを再度変更し、3→1→4→2→6→5→6→7としている。これによって、時刻t=67以降、転送元処理ユニット10から書き込んだ一群のデータが期待された順番で、転送先処理ユニット30で正しく読み出されるように回復する。   Further, at time t = 56, the write order Sws of the group of data by the transfer source processing unit 10 is changed again to 3 → 1 → 4 → 2 → 6 → 5 → 6 → 7. As a result, after time t = 67, the group of data written from the transfer source processing unit 10 is recovered so that it can be read correctly by the transfer destination processing unit 30 in the expected order.

時刻t=67に先だって、時刻t=64でのf=3およびLf=8で、Postdの調整(8→2→1)が行われるが、同時に、fおよびgによって、時刻t=65でDET=0に戻る。このように、時刻t=65に発生するSyncd=0によってDETの値を評価してDET=0となれば、この読み出しから、一群のデータが正しい順番で伝達できていることを検出できる。   Prior to time t = 67, Postd adjustment (8 → 2 → 1) is performed at f = 3 and Lf = 8 at time t = 64, but at the same time, DET at time t = 65 by f and g. Return to = 0. In this way, if the value of DET is evaluated by Syncd = 0 generated at time t = 65 and DET = 0, it can be detected from this reading that a group of data can be transmitted in the correct order.

10:転送元処理ユニット
20:バッファ装置
30:転送先処理ユニット
41:書込順番格納装置、42:読出順番格納装置
50:演算装置、51:演算回路、52〜27:レジスタ
10: transfer source processing unit 20: buffer device 30: transfer destination processing unit 41: writing order storage device, 42: reading order storage device 50: arithmetic device, 51: arithmetic circuit, 52-27: register

ジョナサン バーレット著、Cell BE プロセッサーでのハイパフォーマンス・アプリケーションのプログラミング、第6回:DMA転送での賢いバッファ管理」、[2009年2月4日検索]、インターネット<URL:https://www.ibm.com/developerworks/jp/linux/library/pa-linuxps3-6/>Jonathan Barrett, Programming High-Performance Applications on Cell BE Processor, Part 6: Smart Buffer Management with DMA Transfer, [Search February 4, 2009], Internet <URL: https://www.ibm. com / developerworks / jp / linux / library / pa-linuxps3-6 / > 里城 他著、「PDS 最適化サイクル: Cell BEプログラムの最適化戦略の提案」、「Cell Speed Challenge 2008自由課題部門」2008年6月、[2009年2月4日検索]、インターネット<http://www.hpcc.jp/sacsis/2008/cell/outputs/doc/jiyu_2.pdf>Satojo et al., “PDS Optimization Cycle: Cell BE Program Optimization Strategy Proposal”, “Cell Speed Challenge 2008 Free Task Division” June 2008, [Search February 4, 2009], Internet <http: //www.hpcc.jp/sacsis/2008/cell/outputs/doc/jiyu_2.pdf>

Claims (8)

転送元処理ユニットから転送される複数の構成要素からなる1群のデータを、該1群のデータの並び順番と同一又は異なる書き込み順番でバッファ装置に前記並び順番通りに書き込み、前記バッファ装置から前記1群のデータを前記並び順番と同一又は異なる読み出し順番で読み出して、転送先処理ユニットに転送するデータ転送方法において、
前記1群のデータのそれぞれの並び順番における前記書き込み順番から前記読み出し順番を差し引いた差分の内の最大値に応じてサイクル数fを求め、
前記バッファ装置への前記1群のデータの書き込み開始から、前記サイクル数fだけ経過した後に、前記バッファ装置からの前記1群のデータの読み出しを開始する、
ことを特徴とするデータ転送方法。
Write a group of data consisting of a plurality of components transferred from the transfer source processing unit to the buffer device in the order of writing in the same or different writing order as the order of arrangement of the group of data. In a data transfer method of reading a group of data in the same or different reading order as the arrangement order and transferring the data to a transfer destination processing unit,
The number of cycles f is determined according to the maximum value of the difference obtained by subtracting the read order from the write order in each arrangement order of the group of data,
Starting the reading of the group of data from the buffer device after elapse of the number of cycles f from the start of writing of the group of data to the buffer device;
A data transfer method characterized by the above.
請求項1に記載のデータ転送方法において、
前記サイクル数fは、
f=1+max(Tw(i)−Tr(i))
但し、i=1,2,・・・,n(nは1群のデータの構成要素の数)
Tw(i)はi番目の並び順番の構成要素の書き込み順番
Tr(i)はi番目の並び順番の構成要素の読み出し順番
で求めることを特徴とするデータ転送方法。
The data transfer method according to claim 1,
The cycle number f is:
f = 1 + max (Tw (i) −Tr (i))
Here, i = 1, 2,..., N (n is the number of components of a group of data)
Tw (i) is the order of writing the components in the i-th order
Tr (i) is obtained by the reading order of the constituent elements in the i-th arrangement order.
請求項1又は2に記載のデータ転送方法において、
前記読み出しの開始の次のサイクルで、所定の条件が満足されるとき、読み出しの異常を表示することを特徴とするデータ転送方法。
The data transfer method according to claim 1 or 2,
A data transfer method characterized by displaying an abnormality in reading when a predetermined condition is satisfied in the next cycle after the start of reading.
請求項3に記載のデータ転送方法において、
前記読み出しの異常を表示する前記所定の条件は、
(f−g)≧n
但し、nは1群のデータの構成要素の数
f=1+max(Tw(i)−Tr(i))
g=1+min(Tw(i)−Tr(i))
i=1,2,・・・,n
Tw(i)はi番目の並び順番の構成要素の書き込み順番
Tr(i)はi番目の並び順番の構成要素の読み出し順番
のときであることを特徴とするデータ転送方法。
The data transfer method according to claim 3,
The predetermined condition for displaying the reading abnormality is:
(F−g) ≧ n
Where n is the number of components of a group of data
f = 1 + max (Tw (i) −Tr (i))
g = 1 + min (Tw (i) -Tr (i))
i = 1, 2,..., n
Tw (i) is the writing order of the components in the i-th order
Tr (i) is a data transfer method characterized in that it is a reading order of components in the i-th arrangement order.
転送元処理ユニットから転送される複数の構成要素からなる1群のデータを、該1群のデータの並び順番と同一又は異なる書き込み順番でバッファ装置に前記並び順番通りに書き込み、前記バッファ装置から前記1群のデータを前記並び順番と同一又は異なる読み出し順番で読み出して、転送先処理ユニットに転送するデータ転送装置において、
前記1群のデータの前記書き込み順番を格納する書込順番格納装置と、前記1群のデータの前記読み出し順番を格納する読出順番格納装置とを備え、
それぞれの並び順番における前記書込順番格納装置の前記書き込み順番から前記読出順番格納装置の前記読み出し順番を差し引いた差分の内の最大値に応じてサイクル数fを求め、
前記バッファ装置への前記1群のデータの書き込み開始から、前記サイクル数fだけ経過した後に、前記バッファ装置からの前記1群のデータの読み出しを開始する、
ことを特徴とするデータ転送装置。
Write a group of data consisting of a plurality of components transferred from the transfer source processing unit to the buffer device in the order of writing in the same or different writing order as the order of arrangement of the group of data. In a data transfer apparatus that reads a group of data in the same or different reading order as the arrangement order and transfers the data to a transfer destination processing unit.
A writing order storage device for storing the writing order of the group of data; and a reading order storage device for storing the reading order of the group of data;
Obtaining the number of cycles f according to the maximum value of the difference obtained by subtracting the reading order of the reading order storage device from the writing order of the writing order storage device in each arrangement order;
Starting the reading of the group of data from the buffer device after elapse of the number of cycles f from the start of writing of the group of data to the buffer device;
A data transfer device.
請求項5に記載のデータ転送装置において、
前記サイクル数fは、
f=1+max(Tw(i)−Tr(i))
但し、i=1,2,・・・,n(nは1群のデータの構成要素の数)
Tw(i)は前記書込順番格納装置のi番目の並び順番の構成要素の書き込み順番
Tr(i)は前記読出順番格納装置のi番目の並び順番の構成要素の読み出し順番
で求めることを特徴とするデータ転送装置。
The data transfer device according to claim 5, wherein
The cycle number f is:
f = 1 + max (Tw (i) −Tr (i))
Here, i = 1, 2,..., N (n is the number of components of a group of data)
Tw (i) is the writing order of the components in the i-th order of the writing order storage device. Tr (i) is obtained by the reading order of the components in the i-th order of the reading order storage device. A data transfer device.
請求項5又は6に記載のデータ転送装置において、
前記読み出しの開始の次のサイクルで、所定の条件が満足されるとき、読み出し異常を表示することを特徴とするデータ転送装置。
In the data transfer device according to claim 5 or 6,
A data transfer apparatus that displays a read error when a predetermined condition is satisfied in a cycle next to the start of the read.
請求項7に記載のデータ転送装置において、
前記読み出し異常を表示する前記所定の条件は、
(f−g)≧n
但し、nは1群のデータの構成要素の数
f=1+max(Tw(i)−Tr(i))
g=1+min(Tw(i)−Tr(i))
i=1,2,・・・,n
Tw(i)は前記書込順番格納装置のi番目の並び順番の構成要素の書き込み順番
Tr(i)は前記読出順番格納装置のi番目の並び順番の構成要素の読み出し順番
のときであることを特徴とするデータ転送装置。
The data transfer device according to claim 7, wherein
The predetermined condition for displaying the reading abnormality is:
(F−g) ≧ n
Where n is the number of components of the data in one group f = 1 + max (Tw (i) −Tr (i))
g = 1 + min (Tw (i) -Tr (i))
i = 1, 2,..., n
Tw (i) is the writing order of the i-th order component of the writing order storage device Tr (i) is the reading order of the i-th order component of the reading order storage device A data transfer device.
JP2009058893A 2009-03-12 2009-03-12 Data transfer method and apparatus Expired - Fee Related JP5132612B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009058893A JP5132612B2 (en) 2009-03-12 2009-03-12 Data transfer method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009058893A JP5132612B2 (en) 2009-03-12 2009-03-12 Data transfer method and apparatus

Publications (2)

Publication Number Publication Date
JP2010211654A true JP2010211654A (en) 2010-09-24
JP5132612B2 JP5132612B2 (en) 2013-01-30

Family

ID=42971712

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009058893A Expired - Fee Related JP5132612B2 (en) 2009-03-12 2009-03-12 Data transfer method and apparatus

Country Status (1)

Country Link
JP (1) JP5132612B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113547087A (en) * 2021-06-23 2021-10-26 共享智能铸造产业创新中心有限公司 Logistics scheduling method based on casting modeling line

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003125268A (en) * 2001-10-10 2003-04-25 Honda Motor Co Ltd Imaging apparatus
JP2005277661A (en) * 2004-03-24 2005-10-06 Murata Mach Ltd Image processing apparatus
JP2006313479A (en) * 2005-05-09 2006-11-16 Toshiba Corp Semiconductor integrated circuit device and data transfer method
JP2007052510A (en) * 2005-08-15 2007-03-01 Sony Computer Entertainment Inc Buffer control method and buffer control device
JP2008083827A (en) * 2006-09-26 2008-04-10 Toshiba Corp Data width variable fifo memory, fifo memory and storage device
JP2008182550A (en) * 2007-01-25 2008-08-07 Oki Electric Ind Co Ltd Packet buffer fifo memory device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003125268A (en) * 2001-10-10 2003-04-25 Honda Motor Co Ltd Imaging apparatus
JP2005277661A (en) * 2004-03-24 2005-10-06 Murata Mach Ltd Image processing apparatus
JP2006313479A (en) * 2005-05-09 2006-11-16 Toshiba Corp Semiconductor integrated circuit device and data transfer method
JP2007052510A (en) * 2005-08-15 2007-03-01 Sony Computer Entertainment Inc Buffer control method and buffer control device
JP2008083827A (en) * 2006-09-26 2008-04-10 Toshiba Corp Data width variable fifo memory, fifo memory and storage device
JP2008182550A (en) * 2007-01-25 2008-08-07 Oki Electric Ind Co Ltd Packet buffer fifo memory device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113547087A (en) * 2021-06-23 2021-10-26 共享智能铸造产业创新中心有限公司 Logistics scheduling method based on casting modeling line
CN113547087B (en) * 2021-06-23 2023-03-07 共享智能铸造产业创新中心有限公司 Logistics scheduling method based on casting modeling line

Also Published As

Publication number Publication date
JP5132612B2 (en) 2013-01-30

Similar Documents

Publication Publication Date Title
WO2017185396A1 (en) Device and method for use in executing matrix addition/subtraction operations
CN107315566B (en) Apparatus and method for performing vector circular shift operation
EP2642392A1 (en) Semiconductor integrated circuit device and system using the same
JP2010027032A (en) Fifo device and method of storing data in fifo buffer
CN111651202A (en) Device for executing vector logic operation
JP5132612B2 (en) Data transfer method and apparatus
JP5651622B2 (en) Data transmission apparatus, data transmission method, and program
JP6038292B2 (en) Data transfer apparatus and data transfer method
JP6667733B2 (en) Simulation apparatus, simulation method, and simulation program
JP5404294B2 (en) Data arithmetic device control circuit and data arithmetic device
JP6318976B2 (en) DEBUG CIRCUIT, DEBUGGER DEVICE, SEMICONDUCTOR DEVICE, AND DEBUG METHOD
JP2006285724A (en) Information processor and information processing method
JP2005165825A (en) Trace information recorder
EP3796175B1 (en) Non intrusive multicore debugging based on pc counter
JP2013058228A (en) Security processing device
US9032255B2 (en) Semiconductor device and control method thereof
JP5126010B2 (en) Memory access control circuit and image processing apparatus
CN111382094A (en) Data processing method and device
JP5467172B1 (en) Information processing system and information processing method
US8806130B2 (en) Memory access device outputting transfer request
JP2011065537A (en) Data receiving system and interruption performing method
JP5282325B2 (en) Posted light bus controller
TW201725515A (en) Data transmission system and method for operating a data transmission system
JP2007241912A (en) Signal processing circuit
JP2009104494A (en) Vector processor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20101228

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120309

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120321

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120518

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121106

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

Free format text: PAYMENT UNTIL: 20151116

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees