JP2016170607A - Data processing apparatus and data processing method - Google Patents

Data processing apparatus and data processing method Download PDF

Info

Publication number
JP2016170607A
JP2016170607A JP2015049691A JP2015049691A JP2016170607A JP 2016170607 A JP2016170607 A JP 2016170607A JP 2015049691 A JP2015049691 A JP 2015049691A JP 2015049691 A JP2015049691 A JP 2015049691A JP 2016170607 A JP2016170607 A JP 2016170607A
Authority
JP
Japan
Prior art keywords
data
request
buffer memory
reply
unit
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
JP2015049691A
Other languages
Japanese (ja)
Other versions
JP6515602B2 (en
Inventor
雅夫 深川
Masao Fukagawa
雅夫 深川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2015049691A priority Critical patent/JP6515602B2/en
Publication of JP2016170607A publication Critical patent/JP2016170607A/en
Application granted granted Critical
Publication of JP6515602B2 publication Critical patent/JP6515602B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Systems (AREA)
  • Memory System (AREA)

Abstract

PROBLEM TO BE SOLVED: To efficiently use a buffer memory.SOLUTION: A data processing apparatus 20 includes: a buffer memory 12; a first processing section 11 which operates with a first operation frequency, has an m-bit data bus width, and writes data to the buffer memory 12; a second processing section 13 which operates with a second operation frequency lower than the first operation frequency, has an n-bit data bus width, and reads data from the buffer memory 12; and a management section 14 which manages data to be stored in the buffer memory 12. The buffer memory 12 stores the data received by the first processing section 11, in response to a request from the second processing section 13. The management section 14 manages the data to be stored in the buffer memory 12, on the basis of an identifier to be applied by m bits with respect to the data. The second processing section 13 rearranges the data read from the buffer memory 12, on the basis of the identifier, to generate n-bit data.SELECTED DRAWING: Figure 7

Description

本発明は、バッファメモリの管理に関する。   The present invention relates to buffer memory management.

バッファメモリの記憶容量を有効に利用するための種々の技術が知られている(例えば、特許文献1)。一般に、読み出し側と書き込み側で動作周波数及びデータバス幅が異なる場合には、データバス幅が太い(大きい)方に合わせてバッファメモリの管理が行われている。   Various techniques for effectively using the storage capacity of the buffer memory are known (for example, Patent Document 1). In general, when the operating frequency and the data bus width are different between the read side and the write side, the buffer memory is managed in accordance with the thicker (larger) data bus width.

特開平2−278938号公報JP-A-2-278938

上述した管理方法では、管理されているデータバス幅よりも少ない容量でリードリクエストが発生した場合に、バッファメモリの容量を使い切れるようなリードリクエストを発行することができなかった。   In the management method described above, when a read request is generated with a capacity smaller than the managed data bus width, a read request that can use up the capacity of the buffer memory cannot be issued.

本発明は、読み出し側と書き込み側のデータバス幅が異なる場合において、バッファメモリを効率的に使用できるようにすることを目的の一つとする。   An object of the present invention is to make it possible to efficiently use a buffer memory when the data bus widths on the read side and the write side are different.

本発明は、一の態様において、バッファメモリと、第1の動作周波数で動作するとともにmビットのデータバス幅を有し、前記バッファメモリにデータを書き込む第1の処理手段と、前記第1の動作周波数よりも低い第2の動作周波数で動作するとともにnビット(ただし、nはn>mを満たすmの倍数)のデータバス幅を有し、前記バッファメモリからデータを読み出す第2の処理手段と、前記バッファメモリに記憶されるデータを管理する管理手段とを備え、前記バッファメモリは、前記第2の処理手段からのリクエストに応じて前記第1の処理手段が受信したデータを記憶し、前記管理手段は、前記バッファメモリに記憶されるデータに対してmビット単位で付与される識別子に基づいて当該データを管理し、前記第2の処理手段は、前記バッファメモリから読み出したデータを前記識別子に基づいて並べ替えてnビットのデータを生成するデータ処理装置を提供する。   In one aspect, the present invention provides a buffer memory, a first processing unit that operates at a first operating frequency and has a data bus width of m bits, and writes data to the buffer memory; Second processing means for operating at a second operating frequency lower than the operating frequency and having a data bus width of n bits (where n is a multiple of m satisfying n> m) and reading data from the buffer memory And management means for managing data stored in the buffer memory, wherein the buffer memory stores data received by the first processing means in response to a request from the second processing means, The management means manages the data based on an identifier assigned to the data stored in the buffer memory in units of m bits, and the second processing means includes: The data read from the serial buffer memory to provide a data processing apparatus for generating an n-bit data are rearranged on the basis of the identifier.

本発明によれば、読み出し側と書き込み側のデータバス幅が異なる場合において、バッファメモリを効率的に使用することが可能である。   According to the present invention, the buffer memory can be used efficiently when the data bus widths on the read side and the write side are different.

図1は、データ処理装置10の構成を示すブロック図である。FIG. 1 is a block diagram showing the configuration of the data processing apparatus 10. 図2は、リプライ管理部7の構成を示すブロック図である。FIG. 2 is a block diagram showing the configuration of the reply management unit 7. 図3は、データサイズとデータ位置の対応関係を示す図である。FIG. 3 is a diagram showing the correspondence between the data size and the data position. 図4は、リプライデータの生成手順を例示する図である。FIG. 4 is a diagram illustrating a procedure for generating reply data. 図5は、データ処理装置10の動作を示すフローチャートである。FIG. 5 is a flowchart showing the operation of the data processing apparatus 10. 図6は、リプライ管理部7aの構成を示すブロック図である。FIG. 6 is a block diagram showing the configuration of the reply management unit 7a. 図7は、データ処理装置20のハードウェア構成を示すブロック図である。FIG. 7 is a block diagram illustrating a hardware configuration of the data processing device 20.

[実施形態]
図1は、本発明の一実施形態に係るデータ処理装置10の構成を示すブロック図である。データ処理装置10は、リクエスト送信部1と、リクエスト受信部2と、リクエストバッファ3と、リクエスト生成部4と、リプライ受信部5と、リプライバッファ6と、リプライ管理部7と、リプライ送信部8と、リプライ受信部9とを備える。
[Embodiment]
FIG. 1 is a block diagram showing a configuration of a data processing apparatus 10 according to an embodiment of the present invention. The data processing apparatus 10 includes a request transmission unit 1, a request reception unit 2, a request buffer 3, a request generation unit 4, a reply reception unit 5, a reply buffer 6, a reply management unit 7, and a reply transmission unit 8. And a reply receiving unit 9.

データ処理装置10において、リクエスト生成部4及びリプライ受信部5は、メモリ等を含む図示せぬ外部装置に接続されている。この外部装置は、データ処理装置10からのリクエストに応じたデータ(以下「リプライデータ」という。)をデータ処理装置10に送信する。なお、リクエストとリプライデータは、後述するIDによって互いに関連付けられている。   In the data processing device 10, the request generator 4 and the reply receiver 5 are connected to an external device (not shown) including a memory and the like. This external device transmits data corresponding to the request from the data processing device 10 (hereinafter referred to as “reply data”) to the data processing device 10. The request and reply data are associated with each other by an ID described later.

データ処理装置10は、動作周波数が異なる回路を組み合わせて構成されている。具体的には、図1中のリクエストバッファ3及びリプライバッファ6よりも下段にある回路(リクエスト生成部4、リプライ受信部5など)は、第1の動作周波数で動作する。これに対し、リクエストバッファ3及びリプライバッファ6よりも上段にある回路(リクエスト受信部2、リプライ送信部8など)は、第1の動作周波数よりも遅い(低い)第2の動作周波数で動作する。   The data processing apparatus 10 is configured by combining circuits having different operating frequencies. Specifically, the circuits (request generation unit 4, reply reception unit 5 and the like) below the request buffer 3 and reply buffer 6 in FIG. 1 operate at the first operating frequency. On the other hand, the circuits (request reception unit 2, reply transmission unit 8, etc.) above the request buffer 3 and the reply buffer 6 operate at a second operating frequency that is slower (lower) than the first operating frequency. .

リクエスト送信部1は、データの読み書きを行う場合に、リクエスト受信部2にリクエストを送信する。ここでいうリクエストには、データの読み出しを要求するリードリクエストと、データの書き込みを要求するライトリクエストとが含まれる。リクエスト送信部1は、リクエスト受信部2がリクエストを受信可能である場合に、リクエスト受信部2にリクエストを送信する。なお、リクエスト受信部2がリクエストを受信可能な状態とは、例えば、リクエストバッファ3に空きがある状態である。   The request transmission unit 1 transmits a request to the request reception unit 2 when reading and writing data. The requests here include a read request for requesting data reading and a write request for requesting data writing. The request transmission unit 1 transmits a request to the request reception unit 2 when the request reception unit 2 can receive the request. The state in which the request receiving unit 2 can receive a request is, for example, a state in which the request buffer 3 has an empty space.

リクエスト受信部2は、リクエスト送信部1からリクエストを受信する。リクエスト受信部2は、リクエスト送信部1から受信したリクエストをリクエストバッファ3に格納し、格納したリクエストのアドレス(ライトアドレス)をリクエスト生成部4に供給する。   The request reception unit 2 receives a request from the request transmission unit 1. The request reception unit 2 stores the request received from the request transmission unit 1 in the request buffer 3, and supplies the address (write address) of the stored request to the request generation unit 4.

リクエストバッファ3は、リクエスト受信部2から供給されたリクエストを記憶するバッファメモリである。また、リクエストバッファ3は、リクエスト生成部4から読み出し指示があった場合にデータを出力する。また、リクエストバッファ3は、リクエスト受信部2とリクエスト生成部4とで動作周波数が異なるため、いわゆる周波数の乗り換えを実行する。   The request buffer 3 is a buffer memory that stores the request supplied from the request receiving unit 2. Further, the request buffer 3 outputs data when there is a read instruction from the request generation unit 4. The request buffer 3 performs so-called frequency switching because the operation frequency is different between the request receiving unit 2 and the request generating unit 4.

リクエスト生成部4は、リクエスト受信部2により格納されたリクエストをリクエストバッファ3から読み出す。リクエスト生成部4は、リクエストを読み出したら、読み出したリクエストのアドレス(リードアドレス)をリクエスト受信部2に供給する。   The request generation unit 4 reads the request stored by the request reception unit 2 from the request buffer 3. When the request generation unit 4 reads the request, the request generation unit 4 supplies the address (read address) of the read request to the request reception unit 2.

また、リクエスト生成部4は、リクエスト受信部2からライトアドレスを受け取り、リードアドレスと比較する。リクエスト生成部4は、ライトアドレスとリードアドレスに差分があり、リクエストを受け取ることができる場合に、リクエストバッファ3に対して読み出し指示を行い、リクエストを受け取る。   The request generator 4 receives the write address from the request receiver 2 and compares it with the read address. When there is a difference between the write address and the read address and the request can be received, the request generation unit 4 issues a read instruction to the request buffer 3 and receives the request.

リクエスト生成部4は、リクエストがリードリクエストであった場合には、所定のデータサイズに応じたIDを付与したリクエストを外部装置に対して発行する。また、リクエスト生成部4は、ID、データサイズ、データ位置及びスタートフラグをリプライ管理部7に供給する。   When the request is a read request, the request generation unit 4 issues a request with an ID according to a predetermined data size to the external device. Further, the request generation unit 4 supplies the ID, data size, data position, and start flag to the reply management unit 7.

一例として、本実施形態においては、リードリクエストにより要求可能なデータのサイズが8/16/32ビットのいずれかであるとする。この場合において、リクエスト生成部4は、リプライ送信部8が送信するデータバス幅(すなわち第2の動作周波数側のデータバス幅)が32ビット幅であり、リプライ受信部5が受信するデータバス幅(すなわち第1の動作周波数側のデータバス幅)が8ビット幅であるときには、8ビット単位でIDを付加してリクエストを生成する。この場合、データ位置は、この8ビット単位のデータが32ビットのどの位置に相当するか(すなわち並び替え後の位置)を例えば2ビットの値(00、01、10、11)で表す。また、スタートフラグは、要求されたデータのうちの最初の8ビットを識別するためのフラグであり、該当するデータについてのみ「1」となり、その他のデータについて「0」となる。リクエスト生成部4は、例えば、要求されたデータが16ビットである場合には、8ビットずつに分割した2個のリードリクエストを発行する。   As an example, in the present embodiment, it is assumed that the size of data that can be requested by a read request is 8/16/32 bits. In this case, the request generation unit 4 has a data bus width transmitted by the reply transmission unit 8 (that is, a data bus width on the second operating frequency side) of 32 bits and a data bus width received by the reply reception unit 5. When (that is, the data bus width on the first operating frequency side) is 8 bits wide, an ID is added in units of 8 bits to generate a request. In this case, the data position represents, for example, a 2-bit value (00, 01, 10, 11) that corresponds to the 32-bit position of the 8-bit data (that is, the rearranged position). The start flag is a flag for identifying the first 8 bits of the requested data, and is “1” only for the corresponding data, and “0” for the other data. For example, when the requested data is 16 bits, the request generation unit 4 issues two read requests divided into 8 bits.

リプライ受信部5は、リクエストに応じて外部装置から送信されたリプライデータのIDを参照し、リプライバッファ6の当該IDに対応する格納場所にリプライデータを書き込む。また、リプライ受信部5は、このIDをリプライ管理部7に送る。   The reply receiving unit 5 refers to the ID of reply data transmitted from the external device in response to the request, and writes the reply data in the storage location corresponding to the ID of the reply buffer 6. The reply receiving unit 5 sends this ID to the reply managing unit 7.

リプライバッファ6は、リプライデータを記憶するバッファメモリである。リプライバッファ6においては、第1の動作周波数側のデータバス幅でデータ及びIDが管理されている。図1の例では、第2の動作周波数側のデータバス幅が32ビット、第1の動作周波数側のデータバス幅が8ビットである。そのため、リプライバッファ6は、32ビットのデータが同時に読み出せるように、IDによって8ビット単位で管理された格納場所を4組ずつ用意している。図1に示すように、リプライバッファ6は、データの格納場所がID(#0、#1、…、#n)によって決められている。リプライバッファ6は、リプライ受信部5から送られるIDに基づいてデータを書き込む。例えば、データサイズがそれぞれ8ビット、16ビットの2個のリードリクエストが供給された場合、最初の8ビットのリードリクエストに応じたデータが#0、次の16ビットのリードリクエストに応じたデータが#1、#2に、それぞれ格納される。また、リプライバッファ6は、リプライ管理部7から読み出し指示が供給された場合には、該当するデータを読み出してリプライ送信部8に供給する。   The reply buffer 6 is a buffer memory that stores reply data. In the reply buffer 6, data and ID are managed by the data bus width on the first operating frequency side. In the example of FIG. 1, the data bus width on the second operating frequency side is 32 bits, and the data bus width on the first operating frequency side is 8 bits. For this reason, the reply buffer 6 has four sets of storage locations managed in units of 8 bits by ID so that 32-bit data can be read simultaneously. As shown in FIG. 1, in the reply buffer 6, data storage locations are determined by IDs (# 0, # 1,..., #N). The reply buffer 6 writes data based on the ID sent from the reply receiver 5. For example, when two read requests having a data size of 8 bits and 16 bits are supplied, the data corresponding to the first 8-bit read request is # 0, and the data corresponding to the next 16-bit read request is Stored in # 1 and # 2, respectively. Further, when a read instruction is supplied from the reply management unit 7, the reply buffer 6 reads out the corresponding data and supplies it to the reply transmission unit 8.

リプライ管理部7は、リプライデータをIDに基づいて管理する。具体的には、リプライ管理部7は、リプライデータを8ビットに分割した単位によって管理する。以下においては、必要に応じて、このように分割されたリプライデータのそれぞれのことを「分割データ」ともいう。   The reply management unit 7 manages reply data based on the ID. Specifically, the reply management unit 7 manages the reply data in units of 8 bits. Below, each of the reply data divided | segmented in this way is also called "divided data" as needed.

図2は、リプライ管理部7の構成をより詳細に示すブロック図である。リプライ管理部7は、レジスタ設定部71と、レジスタ72と、ID比較部73とを備える。   FIG. 2 is a block diagram showing the configuration of the reply management unit 7 in more detail. The reply management unit 7 includes a register setting unit 71, a register 72, and an ID comparison unit 73.

レジスタ設定部71は、レジスタ72にデータを設定する。レジスタ設定部71は、より詳細には、リクエスト生成部4から送られるIDに対応したエントリに、データサイズ、データ位置及びスタートフラグを格納する。また、レジスタ設定部71は、これらのデータを格納したら、有効フラグをオフからオン(0から1)にする。レジスタ72は、有効フラグ、データサイズ、データ位置、スタートフラグ及び受信完了フラグをIDと関連付けて記憶する。   The register setting unit 71 sets data in the register 72. More specifically, the register setting unit 71 stores the data size, the data position, and the start flag in the entry corresponding to the ID sent from the request generation unit 4. Further, after storing these data, the register setting unit 71 turns the valid flag from off to on (from 0 to 1). The register 72 stores a valid flag, a data size, a data position, a start flag, and a reception completion flag in association with the ID.

ID比較部73は、リプライ受信部5からIDを受け取ったら、レジスタ72の当該IDに対応する有効フラグを参照し、有効フラグがオン(1)であれば受信完了フラグをオンにする。同時に、ID比較部73は、データサイズ、スタートフラグおよび受信完了フラグを参照し、要求されたデータが全て格納されているか判断する。この判断は、スタートフラグがオンであるエントリのデータサイズを参照し、参照したデータサイズ分のデータの受信が完了しているか否かを受信完了フラグによって判断することで可能である。   When receiving the ID from the reply receiving unit 5, the ID comparing unit 73 refers to the valid flag corresponding to the ID in the register 72, and turns on the reception completion flag if the valid flag is on (1). At the same time, the ID comparison unit 73 refers to the data size, start flag, and reception completion flag to determine whether all requested data is stored. This determination can be made by referring to the data size of the entry whose start flag is on, and determining whether or not the reception of data for the referenced data size has been completed based on the reception completion flag.

ID比較部73は、要求された分割データが全て格納されていた場合には、リプライバッファ6に対して読み出し指示を実行する。このとき、ID比較部73は、リプライ送信部8に対してIDとデータ位置を通知するとともに、読み出し指示によって解放されるエントリ数(すなわちID数)をリクエスト生成部4に対して通知する。レジスタ設定部71は、分割データの読み出し後、読み出したデータ位置に対応する有効フラグをオフにする。   The ID comparison unit 73 issues a read instruction to the reply buffer 6 when all of the requested divided data has been stored. At this time, the ID comparison unit 73 notifies the reply transmission unit 8 of the ID and the data position, and notifies the request generation unit 4 of the number of entries released by the read instruction (that is, the number of IDs). After reading the divided data, the register setting unit 71 turns off the valid flag corresponding to the read data position.

リプライ管理部7は、リプライバッファ6の解放に際し、ID順(ここでは昇順)にのみ分割データが解放されるように制限する。これにより、分割データが順不同(out of order)でデータ処理装置10に入力された場合であっても、リクエスト順(in order)に並んだリプライデータを生成することが可能となる。   When releasing the reply buffer 6, the reply management unit 7 restricts the divided data to be released only in the ID order (in ascending order here). Accordingly, even when the divided data is input to the data processing apparatus 10 out of order, it is possible to generate reply data arranged in the request order (in order).

リプライ送信部8は、リプライ管理部7から受け取ったID及びデータ位置を用いて、リプライバッファ6から供給される分割データを並び替えて32ビットのリプライデータを生成する。リプライ送信部8は、生成したリプライデータをリプライ受信部9に送信する。リプライ受信部9は、リプライ送信部8からリプライデータを受信して出力する。   The reply transmission unit 8 rearranges the divided data supplied from the reply buffer 6 using the ID and data position received from the reply management unit 7 and generates 32-bit reply data. The reply transmission unit 8 transmits the generated reply data to the reply reception unit 9. The reply receiver 9 receives reply data from the reply transmitter 8 and outputs it.

図3は、データサイズとデータ位置の対応関係を示す図である。リプライ送信部8は、リプライ管理部7から受け取ったIDに基づいてリプライバッファ6における分割データの格納場所を判断するとともに、リプライ管理部7から受け取ったデータ位置に基づいて32ビット中のどの位置に当該分割データを配置するか判断する。なお、分割データが要求されていない格納場所(図中のハッチングで示されていない部分)に関しては、データの値は不定とする。ここにおいて、不定とは、値を問わないことをいい、例えば、以前のデータのままであっても一定値(0)であってもよい。   FIG. 3 is a diagram showing the correspondence between the data size and the data position. The reply transmission unit 8 determines the storage location of the divided data in the reply buffer 6 based on the ID received from the reply management unit 7, and at any position in 32 bits based on the data position received from the reply management unit 7. It is determined whether to arrange the divided data. It should be noted that the data value is undefined for the storage location where the divided data is not requested (the portion not indicated by hatching in the figure). Here, “indefinite” means that the value does not matter. For example, the previous data may remain as it is or may be a constant value (0).

図4は、リプライ送信部8によるリプライデータの生成手順を例示する図である。ここでは、リプライ管理部7からID及びデータ位置が“#3,10”、“#4,11”である8ビットのデータがそれぞれ要求された場合を示している。このとき、リプライ送信部8は、先頭の16ビットを不定とし、ここにIDがそれぞれ「#3」、「#4」である8ビットの分割データを付加して32ビットのリプライデータを生成する。   FIG. 4 is a diagram illustrating a procedure for generating reply data by the reply transmission unit 8. Here, a case is shown where 8-bit data whose ID and data position are “# 3, 10” and “# 4, 11” is requested from the reply management unit 7. At this time, the reply transmission unit 8 makes the first 16 bits undefined and adds 32-bit reply data with IDs “# 3” and “# 4” to generate 32-bit reply data. .

図5は、データ処理装置10の動作を示すフローチャートである。データ処理装置10は、リードリクエスト又はライトリクエストに応じて以下に示すように動作する。   FIG. 5 is a flowchart showing the operation of the data processing apparatus 10. The data processing apparatus 10 operates as described below in response to a read request or a write request.

ステップS1において、リクエスト受信部2は、リクエスト送信部1からリクエストを受信し、受信したリクエストをリクエストバッファ3に格納する。リクエストの格納後、リクエスト受信部2は、ライトアドレスをインクリメント(+1)する。   In step S <b> 1, the request reception unit 2 receives a request from the request transmission unit 1 and stores the received request in the request buffer 3. After storing the request, the request receiving unit 2 increments (+1) the write address.

ステップS2において、リクエスト生成部4は、リクエストバッファ3にリクエストが格納されているか否かを判断する。リクエスト生成部4は、自らがカウントしているリードアドレスとリクエスト受信部2によりカウントされたライトアドレスとを比較し、読み出すべきリクエストが格納されているか否かを両者の異同に基づいて判断する。   In step S <b> 2, the request generator 4 determines whether a request is stored in the request buffer 3. The request generation unit 4 compares the read address counted by itself with the write address counted by the request reception unit 2, and determines whether or not a request to be read is stored based on the difference between the two.

ライトアドレスがリードアドレスより大きい場合、リクエストバッファ3には、リクエスト生成部4がまだ読み出していないリクエストが存在する。この場合(ステップS2:YES)、リクエスト生成部4は、読み出していないリクエストをリクエストバッファ3から読み出す(ステップS3)。リクエストを読み出した後、リクエスト生成部4は、リードアドレスをインクリメントする。   When the write address is larger than the read address, there is a request in the request buffer 3 that has not yet been read by the request generator 4. In this case (step S2: YES), the request generator 4 reads a request that has not been read from the request buffer 3 (step S3). After reading the request, the request generator 4 increments the read address.

一方、リードアドレスとライトアドレスが等しい場合、リクエストバッファ3には、新たに読み出すべきリクエストが格納されていない。この場合(ステップS2:NO)、リクエスト生成部4は、新たなリクエストが格納されるまで待機する。   On the other hand, when the read address and the write address are equal, the request buffer 3 does not store a request to be newly read. In this case (step S2: NO), the request generator 4 waits until a new request is stored.

ステップS4において、リクエスト生成部4は、読み出したリクエストがリードリクエスト又はライトリクエストのいずれであるかを判断する。ライトアドレスを読み出した場合(ステップS4:YES)、リクエスト生成部4は、外部装置に対してライトリクエストを発行する(ステップS5)。   In step S4, the request generation unit 4 determines whether the read request is a read request or a write request. When the write address is read (step S4: YES), the request generation unit 4 issues a write request to the external device (step S5).

一方、リードリクエストを読み出した場合(ステップS4:NO)、リクエスト生成部4は、データサイズを判定する(ステップS6)。続いて、リクエスト生成部4は、ステップS7において、データサイズに応じたIDを生成し、生成したID、データサイズ、データ位置及びスタートフラグといった情報をリプライ管理部7に渡す。リプライ管理部7は、リクエスト生成部4から渡された情報を内部に保持する。   On the other hand, when the read request is read (step S4: NO), the request generation unit 4 determines the data size (step S6). Subsequently, in step S <b> 7, the request generation unit 4 generates an ID corresponding to the data size, and passes information such as the generated ID, data size, data position, and start flag to the reply management unit 7. The reply management unit 7 holds the information passed from the request generation unit 4 inside.

ステップS8において、リクエスト生成部4は、生成したIDを用いてリードリクエストを外部装置に発行する。続いて、リクエスト生成部4は、ステップS9において、リクエストによって要求されたデータ分のリードリクエストを外部装置に対して発行したか否かを判断する(ステップS9)。ここで、必要なリードリクエストが発行されていない場合(ステップS9:NO)、リクエスト生成部4は、ステップS8の処理を繰り返す。   In step S8, the request generation unit 4 issues a read request to the external device using the generated ID. Subsequently, in step S9, the request generator 4 determines whether or not a read request for the data requested by the request has been issued to the external device (step S9). If the necessary read request has not been issued (step S9: NO), the request generator 4 repeats the process of step S8.

一方、必要なリードリクエストが発行されていれば(ステップS9:YES)、リプライ受信部5は、リードリクエストに応じたリプライデータ(分割データ)の受信(すなわち返却)を待機し、受信したリプライデータをリプライバッファ6に格納する(ステップS10)。このとき、リプライ受信部5は、リプライデータに付与されたIDに応じた格納場所にリプライデータを格納する。また、リプライ受信部5は、格納したリプライデータのIDをリプライ管理部7に通知する。   On the other hand, if a necessary read request has been issued (step S9: YES), the reply receiving unit 5 waits for reception (that is, return) of reply data (divided data) according to the read request, and receives the received reply data. Is stored in the reply buffer 6 (step S10). At this time, the reply receiving unit 5 stores the reply data in a storage location corresponding to the ID assigned to the reply data. The reply receiving unit 5 notifies the reply management unit 7 of the ID of the stored reply data.

ステップS11において、リプライ管理部7は、リードリクエストによって要求された分のリプライデータが格納されたか否かをIDに基づいて判断する。リプライ管理部7は、リードリクエストによって要求された分のリプライデータがまだ格納されていなければ(ステップS11:NO)、リプライ受信部5による格納を待機する。   In step S <b> 11, the reply management unit 7 determines based on the ID whether or not the reply data requested by the read request has been stored. If the reply data requested by the read request has not yet been stored (step S11: NO), the reply management unit 7 waits for the reply receiving unit 5 to store the reply data.

一方、リードリクエストによって要求された分のリプライデータが格納されていた場合(ステップS11:YES)、リプライ管理部7は、当該リプライデータをリプライバッファ6から読み出す読み出し指示を実行する(ステップS12)。   On the other hand, if the reply data requested by the read request is stored (step S11: YES), the reply management unit 7 executes a read instruction to read the reply data from the reply buffer 6 (step S12).

ステップS13において、リプライ送信部8は、リプライバッファ6から読み出された分割データを受信してリプライデータを生成する。リプライ送信部8は、リプライ管理部7から供給されるID及びデータ位置を用いることでリプライデータを生成することができる。リプライ送信部8は、生成したリプライデータをリプライ受信部9に送信する。   In step S <b> 13, the reply transmission unit 8 receives the divided data read from the reply buffer 6 and generates reply data. The reply transmission unit 8 can generate reply data by using the ID and the data position supplied from the reply management unit 7. The reply transmission unit 8 transmits the generated reply data to the reply reception unit 9.

以上のとおり、本実施形態によれば、リプライ管理部7が複数あるデータ幅のうちの小さい方(狭い方)に合わせてリプライデータを管理することにより、より多くのリプライデータを格納することが可能になる。例えば、本実施形態によれば、リードリクエストが8ビットのリクエストのみであるとした場合には、エントリ数の4倍のリードリクエストを処理することが可能である。したがって、本実施形態によれば、リプライバッファ6をより効率的に使用することが可能である。   As described above, according to the present embodiment, the reply management unit 7 can store more reply data by managing reply data in accordance with the smaller (narrower) of the plurality of data widths. It becomes possible. For example, according to this embodiment, when the read request is only an 8-bit request, it is possible to process a read request four times the number of entries. Therefore, according to the present embodiment, the reply buffer 6 can be used more efficiently.

また、本実施形態によれば、リプライ管理部7による管理によって、さまざまなサイズのリードリクエストに対して効率的にリプライバッファ6を使用することが可能である。これにより、小さいサイズのリードリクエストをより多く発行することが可能になる。   Further, according to the present embodiment, the reply buffer 6 can be efficiently used for read requests of various sizes by the management by the reply management unit 7. This makes it possible to issue more small size read requests.

さらに、本実施形態によれば、分割データが順不同で返却された場合であっても、IDに基づいて適切な順序で分割データを並び替えてリプライデータを生成することが可能である。したがって、IDによるリプライデータの管理を行わない場合に比べ、データを並び替えるための内部論理回路等を別途設ける必要がなく、構成及び制御を簡略化することが可能である。
[変形例]
本発明は、上述した実施形態に限らず、以下の変形例に示す形態でも実施可能である。また、本発明は、複数の変形例を組み合わせてもよい。
Furthermore, according to the present embodiment, even when the divided data is returned in random order, the reply data can be generated by rearranging the divided data in an appropriate order based on the ID. Therefore, it is not necessary to separately provide an internal logic circuit or the like for rearranging data, compared to a case where reply data management by ID is not performed, and the configuration and control can be simplified.
[Modification]
The present invention is not limited to the above-described embodiment, and can also be implemented in the forms shown in the following modifications. Moreover, you may combine a some modification in this invention.

(1)変形例1
図6は、リプライ管理部7aの構成を示すブロック図である。リプライ管理部7aは、上述したデータ処理装置10に適用可能なリプライ管理部7(図2参照)の変形例である。つまり、データ処理装置10は、リプライ管理部7をリプライ管理部7aに置換可能である。リプライ管理部7aは、リプライ管理部7と比較すると、レジスタ72に代えてレジスタ72aを備える点において相違し、その他の点において共通の構成を有する。また、レジスタ72aは、関連ID情報を含む点においてレジスタ72と異なる。
(1) Modification 1
FIG. 6 is a block diagram showing the configuration of the reply management unit 7a. The reply management unit 7a is a modification of the reply management unit 7 (see FIG. 2) applicable to the data processing apparatus 10 described above. That is, the data processing apparatus 10 can replace the reply management unit 7 with the reply management unit 7a. The reply management unit 7a is different from the reply management unit 7 in that a register 72a is provided instead of the register 72, and has a common configuration in other points. The register 72a is different from the register 72 in that it includes related ID information.

関連ID情報は、同一のリクエストに割り当てられるIDを示す情報である。ここにおいて、同一のリクエストとは、分割前に単一であったリクエスト同士をいう。例えば、16ビット分のデータを要求するリクエストが2個のリクエストに分割された場合、リクエスト生成部4は、これらのリクエストに割り当てるIDを事前に決定しておく。この場合、2個のリクエストのうちの先行する一方のリクエストに対応するエントリには、後続する他方のリクエストに割り当てられたIDが関連ID情報として格納される。同様に、他方のリクエストに対応するエントリにも、一方のリクエストに割り当てられたIDが関連ID情報として格納される。また、32ビット分のデータが要求される場合であれば、関連ID情報には3個のIDが格納される。   The related ID information is information indicating an ID assigned to the same request. Here, the same request is a single request before the division. For example, when a request for requesting 16-bit data is divided into two requests, the request generation unit 4 determines in advance IDs to be assigned to these requests. In this case, the ID assigned to the subsequent request is stored as related ID information in the entry corresponding to the preceding request of the two requests. Similarly, an ID assigned to one request is also stored as related ID information in the entry corresponding to the other request. If 32-bit data is requested, three IDs are stored in the related ID information.

なお、有効な関連ID情報の数は、データサイズから判断することが可能である。リプライ管理部7aは、リプライ受信部5から分割データのIDを受け取ると、当該IDに対応するデータサイズに基づいて有効な関連ID情報の数を判断するとともに、関連ID情報に示されたIDに対応する受信完了フラグが全てオンであるか否かを判断する。リプライ管理部7aは、これらの受信完了フラグが全てオンであれば、リプライデータの生成に必要な分割データが揃っていると判断し、読み出し指示を実行する。また、リプライ管理部7aは、読み出した分割データに対応する有効フラグをオフにし、解放したIDをリクエスト生成部4に通知する。なお、この場合において、リクエスト生成部4は、IDを順番に使用するのではなく、空いているIDから順次使用する。   The number of valid related ID information can be determined from the data size. When the reply management unit 7a receives the ID of the divided data from the reply receiving unit 5, the reply management unit 7a determines the number of valid related ID information based on the data size corresponding to the ID, and sets the ID indicated in the related ID information. It is determined whether or not all corresponding reception completion flags are on. If these reception completion flags are all on, the reply management unit 7a determines that the divided data necessary for generating reply data is available, and executes a read instruction. Further, the reply management unit 7a turns off the validity flag corresponding to the read divided data and notifies the request generation unit 4 of the released ID. In this case, the request generation unit 4 does not use the IDs in order, but sequentially uses the available IDs.

本例においては、リプライデータが順不同で返却されるものの、ID順という制限を受けないため、リクエスト時に要求されたリプライデータが揃った時点でこれを返却することが可能になる。これにより、同一のリクエストでIDを連続して(連番で)確保する必要がなくなるため、リプライバッファ6をより効率的に使用することが可能になる。   In this example, although reply data is returned in random order, it is not subject to the restriction of ID order, so that it can be returned when reply data requested at the time of request is prepared. As a result, it becomes unnecessary to secure IDs consecutively (by serial numbers) with the same request, and the reply buffer 6 can be used more efficiently.

(2)変形例2
図7は、本発明の別の実施形態に係るデータ処理装置20のハードウェア構成を示すブロック図である。データ処理装置20は、第1の処理部11と、バッファメモリ12と、第2の処理部13と、管理部14とを備える。データ処理装置20は、第2の処理部13からのリクエストに応じて外部装置から送信されるデータを第1の処理部11において受信し、バッファメモリを介して第2の処理部13に供給(返却)する。
(2) Modification 2
FIG. 7 is a block diagram showing a hardware configuration of a data processing device 20 according to another embodiment of the present invention. The data processing device 20 includes a first processing unit 11, a buffer memory 12, a second processing unit 13, and a management unit 14. The data processing device 20 receives data transmitted from an external device in response to a request from the second processing unit 13 at the first processing unit 11 and supplies the data to the second processing unit 13 via the buffer memory ( return.

第1の処理部11は、バッファメモリ12にデータを書き込む。第2の処理部13は、バッファメモリ12からデータを読み出す。第1の処理部11と第2の処理部13は、例えば、上述した実施形態のリプライ受信部6とリプライ送信部8にそれぞれ相当する。   The first processing unit 11 writes data in the buffer memory 12. The second processing unit 13 reads data from the buffer memory 12. The first processing unit 11 and the second processing unit 13 correspond to, for example, the reply receiving unit 6 and the reply transmitting unit 8 of the above-described embodiment, respectively.

ここにおいて、第1の処理部11と第2の処理部13は、互いに動作周波数及びデータバス幅が異なる。具体的には、第1の処理部11の動作周波数をf(第1の動作周波数)、第2の処理部13の動作周波数をf(第2の動作周波数)としたとき、これらはf>fを満たす関係にある。ただし、f、fの具体的な値は、特に限定されない。 Here, the first processing unit 11 and the second processing unit 13 have different operating frequencies and data bus widths. Specifically, when the operating frequency of the first processing unit 11 is f 1 (first operating frequency) and the operating frequency of the second processing unit 13 is f 2 (second operating frequency), these are: There is a relationship satisfying f 1 > f 2 . However, specific values of f 1 and f 2 are not particularly limited.

また、第1の処理部11及び第2の処理部13のデータバス幅は、典型的には、8、16、32、64ビットのいずれかである。なお、第2の処理部13のデータバス幅は、第1の処理部11のデータバス幅よりも大きい(太い)ものとする。以下においては、第1の処理部11のデータバス幅をmとし、第2の処理部13のデータバス幅をnとする。ここにおいて、mは1以上の整数であり、nはn>mを満たすmの倍数である。   The data bus width of the first processing unit 11 and the second processing unit 13 is typically any of 8, 16, 32, and 64 bits. It is assumed that the data bus width of the second processing unit 13 is larger (thicker) than the data bus width of the first processing unit 11. In the following, the data bus width of the first processing unit 11 is m, and the data bus width of the second processing unit 13 is n. Here, m is an integer of 1 or more, and n is a multiple of m that satisfies n> m.

バッファメモリ12は、第1の処理部11により書き込まれたデータを記憶する。バッファメモリ12に記憶されたデータは、管理部14による読み出し指示に応じて読み出される。バッファメモリ12は、例えば、上述した実施形態のリプライバッファ6に相当する。   The buffer memory 12 stores the data written by the first processing unit 11. Data stored in the buffer memory 12 is read in response to a read instruction from the management unit 14. The buffer memory 12 corresponds to, for example, the reply buffer 6 of the above-described embodiment.

管理部14は、バッファメモリ12に記憶されるデータを管理する。管理部14は、バッファメモリ12に記憶されるデータに対してmビット単位で付与される識別子に基づいて当該データを管理する。ここでいう識別子は、上述したIDに相当する。第2の処理部13は、この識別子に基づいて、バッファメモリ12から読み出したmビット単位のデータを並べ替えてnビットのデータを生成する。管理部14は、例えば、上述した実施形態のリプライ管理部7に相当する。具体的には、リプライ管理部7においては、n=32、m=8である。   The management unit 14 manages data stored in the buffer memory 12. The management unit 14 manages the data based on an identifier given to the data stored in the buffer memory 12 in units of m bits. The identifier here corresponds to the ID described above. Based on this identifier, the second processing unit 13 rearranges the m-bit unit data read from the buffer memory 12 to generate n-bit data. The management unit 14 corresponds to, for example, the reply management unit 7 in the above-described embodiment. Specifically, in the reply management unit 7, n = 32 and m = 8.

本例においても、上述した実施形態と同様に、複数あるデータ幅のうちの小さい方(狭い方)に合わせてデータを管理することが可能であるため、バッファメモリ12により多くのデータを効率的に格納することが可能である。   Also in this example, as in the above-described embodiment, data can be managed in accordance with the smaller (narrower) of a plurality of data widths, so that more data can be efficiently stored in the buffer memory 12. Can be stored.

(3)変形例3
上述した実施形態におけるデータサイズやデータバス幅などの数値は、あくまでも一例である。本発明は、これらの数値について、その実施を妨げない範囲でさまざまな値を用いることが可能である。
(3) Modification 3
The numerical values such as the data size and the data bus width in the above-described embodiment are merely examples. In the present invention, various values can be used for these numerical values as long as the implementation is not hindered.

1 リクエスト送信部
2 リクエスト受信部
3 リクエストバッファ
4 リクエスト生成部
5 リプライ受信部
6 リプライバッファ
7、7a リプライ管理部
71 レジスタ設定部
72 レジスタ
73 ID比較部
8 リプライ送信部
9 リプライ受信部
10、20 データ処理装置
11 第1の処理部
12 バッファメモリ
13 第2の処理部
14 管理部
DESCRIPTION OF SYMBOLS 1 Request transmission part 2 Request reception part 3 Request buffer 4 Request generation part 5 Reply reception part 6 Reply buffer 7, 7a Reply management part 71 Register setting part 72 Register 73 ID comparison part 8 Reply transmission part 9 Reply reception part 10, 20 Data Processing device 11 First processing unit 12 Buffer memory 13 Second processing unit 14 Management unit

Claims (7)

バッファメモリと、
第1の動作周波数で動作するとともにmビットのデータバス幅を有し、前記バッファメモリにデータを書き込む第1の処理手段と、
前記第1の動作周波数よりも低い第2の動作周波数で動作するとともにnビット(ただし、nはn>mを満たすmの倍数)のデータバス幅を有し、前記バッファメモリからデータを読み出す第2の処理手段と、
前記バッファメモリに記憶されるデータを管理する管理手段とを備え、
前記バッファメモリは、前記第2の処理手段からのリクエストに応じて前記第1の処理手段が受信したデータを記憶し、
前記管理手段は、前記バッファメモリに記憶されるデータに対してmビット単位で付与される識別子に基づいて当該データを管理し、
前記第2の処理手段は、前記バッファメモリから読み出したデータを前記識別子に基づいて並べ替えてnビットのデータを生成する
データ処理装置。
Buffer memory,
First processing means operating at a first operating frequency and having a data bus width of m bits and writing data to the buffer memory;
It operates at a second operating frequency lower than the first operating frequency, has a data bus width of n bits (where n is a multiple of m satisfying n> m), and reads data from the buffer memory. Two processing means;
Management means for managing data stored in the buffer memory,
The buffer memory stores data received by the first processing means in response to a request from the second processing means,
The management means manages the data based on an identifier given to the data stored in the buffer memory in units of m bits,
The data processing device, wherein the second processing means rearranges data read from the buffer memory based on the identifier to generate n-bit data.
前記リクエストは、mの倍数であってnよりも小さいサイズのデータを要求するリクエストを含む
請求項1に記載のデータ処理装置。
The data processing apparatus according to claim 1, wherein the request includes a request for requesting data having a multiple of m and a size smaller than n.
前記管理部は、前記バッファメモリに記憶されるデータの並び替え後の位置を前記識別子と関連付けて記憶する
請求項1又は2に記載のデータ処理装置。
The data processing device according to claim 1, wherein the management unit stores a rearranged position of data stored in the buffer memory in association with the identifier.
前記管理部は、前記バッファメモリに記憶されるデータに対応する前記リクエストのデータサイズを前記識別子と関連付けて記憶する
請求項1ないし3のいずれか1項に記載のデータ処理装置。
The data processing device according to any one of claims 1 to 3, wherein the management unit stores a data size of the request corresponding to data stored in the buffer memory in association with the identifier.
前記管理部は、前記バッファメモリのデータが前記識別子によって決められた順序で読み出されるように前記第2の処理手段による読み出しを制限する
請求項1ないし4のいずれか1項に記載のデータ処理装置。
5. The data processing apparatus according to claim 1, wherein the management unit restricts reading by the second processing unit so that data in the buffer memory is read in an order determined by the identifier. 6. .
前記管理部は、前記バッファメモリに記憶される第1のデータ及び第2のデータが同一の前記リクエストに対応するデータである場合に、当該第1のデータ及び当該第2のデータの一方に付与された識別子を他方の識別子と関連付けて記憶する
請求項1ないし4のいずれか1項に記載のデータ処理装置。
The management unit assigns one of the first data and the second data when the first data and the second data stored in the buffer memory correspond to the same request. The data processing device according to any one of claims 1 to 4, wherein the stored identifier is stored in association with the other identifier.
第1の動作周波数で動作するとともにmビットのデータバス幅を有する第1の処理手段によって、前記第1の動作周波数よりも低い第2の動作周波数で動作するとともにnビット(ただし、nはn>mを満たすmの倍数)のデータバス幅を有する第2の処理手段からのリクエストに応じて受信されたデータをバッファメモリに書き込み、
前記バッファメモリに記憶されるデータに対してmビット単位で付与される識別子に基づいて当該データを管理し、
前記第2の処理手段によって前記バッファメモリからデータを読み出し、読み出したデータを前記識別子に基づいて並べ替えてnビットのデータを生成する
データ処理方法。
The first processing means operating at the first operating frequency and having a data bus width of m bits operates at a second operating frequency lower than the first operating frequency and is n bits (where n is n Data received in response to a request from the second processing means having a data bus width of (a multiple of m satisfying> m),
Managing the data based on an identifier assigned to the data stored in the buffer memory in units of m bits;
A data processing method for reading data from the buffer memory by the second processing means and rearranging the read data based on the identifier to generate n-bit data.
JP2015049691A 2015-03-12 2015-03-12 Data processing apparatus and data processing method Active JP6515602B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015049691A JP6515602B2 (en) 2015-03-12 2015-03-12 Data processing apparatus and data processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015049691A JP6515602B2 (en) 2015-03-12 2015-03-12 Data processing apparatus and data processing method

Publications (2)

Publication Number Publication Date
JP2016170607A true JP2016170607A (en) 2016-09-23
JP6515602B2 JP6515602B2 (en) 2019-05-22

Family

ID=56983837

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015049691A Active JP6515602B2 (en) 2015-03-12 2015-03-12 Data processing apparatus and data processing method

Country Status (1)

Country Link
JP (1) JP6515602B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021152933A (en) * 2017-06-23 2021-09-30 華為技術有限公司Huawei Technologies Co., Ltd. Memory access technique and computer system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011118501A (en) * 2009-12-01 2011-06-16 Yokogawa Electric Corp Data transfer system
US20140101354A1 (en) * 2012-10-09 2014-04-10 Baojing Liu Memory access control module and associated methods
JP2014194672A (en) * 2013-03-28 2014-10-09 Fujitsu Ltd Memory control device and memory control method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011118501A (en) * 2009-12-01 2011-06-16 Yokogawa Electric Corp Data transfer system
US20140101354A1 (en) * 2012-10-09 2014-04-10 Baojing Liu Memory access control module and associated methods
WO2014058923A1 (en) * 2012-10-09 2014-04-17 Sandisk Technologies Inc. Memory access control module and associated methods
JP2014194672A (en) * 2013-03-28 2014-10-09 Fujitsu Ltd Memory control device and memory control method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021152933A (en) * 2017-06-23 2021-09-30 華為技術有限公司Huawei Technologies Co., Ltd. Memory access technique and computer system
JP7162102B2 (en) 2017-06-23 2022-10-27 華為技術有限公司 memory access technology and computer system
US11681452B2 (en) 2017-06-23 2023-06-20 Huawei Technologies Co., Ltd. Memory access technology and computer system

Also Published As

Publication number Publication date
JP6515602B2 (en) 2019-05-22

Similar Documents

Publication Publication Date Title
WO2014038070A1 (en) Information processing device, parallel computer system and information processing device control method
KR102212269B1 (en) Register file for I/O packet compression
US9846551B2 (en) System on a chip including a management unit for allocating and deallocating an address range
US11698880B2 (en) System on chip and device layer
WO2015033551A1 (en) Store merge processing device, store merge processing system, store merge processing method, and recording medium
JP2007034392A (en) Information processor and data processing method
KR102628851B1 (en) Semiconductor device and semiconductor system equipped with the same
JP4855864B2 (en) Direct memory access controller
EP3316543A1 (en) Device and method of enhancing item access bandwidth and atomic operation
JP2017111802A (en) Processor and method of processing data in processor
JP6515602B2 (en) Data processing apparatus and data processing method
JP6246239B2 (en) Method and device for prime number generation
US8065496B2 (en) Method for updating information used for selecting candidate in LRU control
CN117056255A (en) Atomic operation device, method, equipment and medium
US20130238881A1 (en) Data transmission device, data transmission method, and computer program product
US11392517B2 (en) Access control method, bus system, and semiconductor device
JP2009252133A (en) Device and method for processing vector
CN111666228A (en) Data transmission method and device
US8392621B2 (en) Managing dataflow in a temporary memory
US10200472B2 (en) Coordination for one-sided memory access in a partitioned global address space
KR102640996B1 (en) Method and Apparatus for Allocating Memory for Memory Reuse based on Parent-Child Relation
JP2020017043A (en) Node device, parallel computer system, and control method for parallel computer system
CN113448958B (en) Data processing method and device, electronic equipment and storage medium
JP2009015783A (en) Interface controller
JP5246810B2 (en) Output control circuit, output control circuit control method and control program thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180215

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180822

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180925

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181114

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190401

R150 Certificate of patent or registration of utility model

Ref document number: 6515602

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150