JP2016004368A - Data processor - Google Patents

Data processor Download PDF

Info

Publication number
JP2016004368A
JP2016004368A JP2014123520A JP2014123520A JP2016004368A JP 2016004368 A JP2016004368 A JP 2016004368A JP 2014123520 A JP2014123520 A JP 2014123520A JP 2014123520 A JP2014123520 A JP 2014123520A JP 2016004368 A JP2016004368 A JP 2016004368A
Authority
JP
Japan
Prior art keywords
data
memory
read
reading
write
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
JP2014123520A
Other languages
Japanese (ja)
Other versions
JP6349995B2 (en
Inventor
領 久木宮
Ryo Kukimiya
領 久木宮
奥山 潤一
Junichi Okuyama
潤一 奥山
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2014123520A priority Critical patent/JP6349995B2/en
Publication of JP2016004368A publication Critical patent/JP2016004368A/en
Application granted granted Critical
Publication of JP6349995B2 publication Critical patent/JP6349995B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a data processor capable of more quickly performing reading/writing of data than the case of alternately switching and performing the reading operation and the writing operation without increasing a circuit scale.SOLUTION: The data processor includes a reconfiguration control means for configuring a memory 18a and a memory 18b on a reconfigurable circuit, and for respectively reconfiguring the memory 18a and the memory 18b as a read-out memory and a write memory. The data processor executes processing of reading the data from the read-out memory; writing the data in the write memory in parallel with the reading of the data; and reconfiguring parallelism at the writing side in accordance with data amounts or parallelism at the reading side.

Description

本発明はデータ処理装置に関する。   The present invention relates to a data processing apparatus.

特許文献1には、回路規模を増大させることなく、読み出し動作及び書き込み動作を高速で行うことのできるラインバッファ回路が記載されている。   Patent Document 1 describes a line buffer circuit that can perform a read operation and a write operation at high speed without increasing the circuit scale.

すなわち、所定画素分のデータを一括して1個のメモリ(シングルポートメモリ)に一括して書き込み、書き込み処理を行った後に、当該メモリに書き込むための次の所定画素分のデータが入力される前に、当該メモリから所定画素分のデータを一括して読み出すことで、メモリ使用量を削減している。   That is, data for a predetermined pixel is collectively written in one memory (single port memory), and after writing processing, data for the next predetermined pixel for writing to the memory is input. Previously, data for a predetermined pixel is collectively read from the memory, thereby reducing the memory usage.

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

メモリへのデータの書き込みと、メモリからのデータの読み出しを交互に実施する構成では、書き込み時間と読み出し時間、及び切替制御時間がそれぞれ個別に必要となるため、トータルの処理時間が増大してしまう。すなわち、データの書き込みに要する時間をTβ、メモリからのデータの読み出しに要する時間をTα、書き込み/読み出し切替制御時間をTdとすると、まず書き込みにTβを要し、次に切替制御時間Tdを要し、次に読み出しにTαを要し、次に切替制御時間Tdを要することになるから、合計
Tβ+Td+Tα+Td=Tβ+Tα+2Td
を要することになる。
In the configuration in which data writing to the memory and data reading from the memory are alternately performed, the writing time, the reading time, and the switching control time are separately required, so that the total processing time increases. . That is, assuming that the time required for writing data is Tβ, the time required for reading data from the memory is Tα, and the write / read switching control time is Td, Tβ is required for writing first, and then the switching control time Td is required. Next, Tα is required for reading, and then the switching control time Td is required. Therefore, the total Tβ + Td + Tα + Td = Tβ + Tα + 2Td
Will be required.

本発明の目的は、回路規模を増大させることなく、かつ、読み出し動作と書き込み動作を交互に切り替えて行う場合に比べてさらに高速でデータの読み出し/書き込みを行うことのできるデータ処理装置を提供することにある。   An object of the present invention is to provide a data processing apparatus that can read / write data at a higher speed than when the read operation and the write operation are alternately switched without increasing the circuit scale. There is.

請求項1記載の発明は、第1メモリ及び第2メモリを再構成可能回路上に構成し、前記第1メモリ及び第2メモリを交互にそれぞれ読み出しメモリと書き込みメモリとして再構成して動作させる制御を行う再構成制御手段と、前記読み出しメモリからデータを読み出す読み出し手段と、データの読み出しと並行して前記書き込みメモリにデータを書き込む書き込み手段とを備えるデータ処理装置である。   According to the first aspect of the present invention, the first memory and the second memory are configured on a reconfigurable circuit, and the first memory and the second memory are alternately reconfigured and operated as a read memory and a write memory, respectively. A data processing device comprising: a reconfiguration control means for performing data reading; a reading means for reading data from the read memory; and a writing means for writing data into the write memory in parallel with the data reading.

請求項2記載の発明は、前記読み出し手段によるデータの読み出し量をX、読み出しの並列度をn、前記書き込み手段によるデータの書き込み量をLとすると、
X/n≧L/n’
となるように、前記書き込み手段の並列度n’を制御する並列度制御手段を備える請求項1記載のデータ処理装置である。
According to the second aspect of the present invention, when the amount of data read by the reading unit is X, the degree of parallelism of reading is n, and the amount of data written by the writing unit is L,
X / n ≧ L / n ′
The data processing apparatus according to claim 1, further comprising a parallelism control unit that controls a parallelism n ′ of the writing unit.

請求項1記載の発明によれば、回路規模を増大させることなく、かつ、読み出し動作と書き込み動作を交互に切り替えて行う場合に比べて高速でデータの読み出し/書き込みを行うことができる。   According to the first aspect of the present invention, it is possible to read / write data at a higher speed without increasing the circuit scale and compared with the case where the read operation and the write operation are alternately switched.

請求項2記載の発明によれば、さらに、書き込み時間を読み出し時間以内に抑制することができる。   According to the second aspect of the present invention, the writing time can be further suppressed within the reading time.

実施形態の概念構成図である。It is a conceptual lineblock diagram of an embodiment. 従来装置の構成図である。It is a block diagram of a conventional apparatus. 実施形態の構成ブロック図である。It is a configuration block diagram of an embodiment. 実施形態のタイミングチャート(その1)である。It is a timing chart (the 1) of an embodiment. 実施形態のタイミングチャート(その2)であるIt is a timing chart (2) of an embodiment. 実施形態の処理フローチャートである。It is a processing flowchart of an embodiment. 実施形態のタイミングチャート(その3)である。It is a timing chart (the 3) of an embodiment. 実施形態のタイミングチャート(その4)である。It is a timing chart (the 4) of an embodiment. 第2実施形態の概念構成図である。It is a conceptual block diagram of 2nd Embodiment. 第2実施形態のタイミングチャートである。It is a timing chart of a 2nd embodiment. 第2実施形態の構成ブロック図であるIt is a block diagram of the configuration of the second embodiment. 第2実施形態の処理フローチャートである。It is a processing flowchart of a 2nd embodiment.

以下、図面に基づき実施形態について、印刷データを処理する場合を例にとり説明する。   Hereinafter, an embodiment will be described with reference to the drawings, taking as an example the case of processing print data.

<第1実施形態>
図1は、本実施形態におけるデータ処理装置の概念構成図である。本実施形態のデータ処理装置は、バッファメモリのデータ保持量を処理単位に必要な分だけに限定してメモリ容量を削減するとともに、内部の論理回路構成を高速に(1クロックサイクルで)再構成可能な動的再構成可能プロセッサ(DRP:Dynamically Reconfigurable Processor)を用いることで、データの書き込みとデータの読み出しを並行して行う。
<First Embodiment>
FIG. 1 is a conceptual configuration diagram of a data processing apparatus according to the present embodiment. The data processing apparatus according to the present embodiment reduces the memory capacity by limiting the amount of data held in the buffer memory to the amount necessary for each processing unit, and reconfigures the internal logic circuit configuration at high speed (in one clock cycle). By using a dynamically reconfigurable processor (DRP), data writing and data reading are performed in parallel.

すなわち、バッファメモリとして、メモリ(第1メモリ)18aとメモリ(第2メモリ)18bが設けられ、これらのメモリ18a及びメモリ18bをDRPにより切り替えて使用する。あるタイミングではメモリ18aを読み出し用メモリ、メモリ18bを書き込み用メモリとして構成して、入力画素データ及び書き込みデータを用いてメモリ18aからデータを読み出すと共にメモリ18bにデータを書き込む。また、次のタイミングでは、メモリ18aを書き込みメモリ、メモリ18bを読み出しメモリとして構成して、メモリ18aにデータを書き込むと共にメモリ18bからデータを読み出す。さらに、次のタイミングでは、メモリ18aを読み出しメモリ、メモリ18bを書き込み用メモリとして構成し、メモリ18aからデータを読み出すと共にメモリ18bにデータを書き込む。すなわち、第1メモリと第2メモリを交互にそれぞれ読み出しメモリと書き込みメモリとして機能させる。このような切替処理を繰り返す。   That is, a memory (first memory) 18a and a memory (second memory) 18b are provided as buffer memories, and these memories 18a and 18b are switched and used by DRP. At a certain timing, the memory 18a is configured as a read memory and the memory 18b is configured as a write memory, and data is read from the memory 18a and written to the memory 18b using the input pixel data and the write data. At the next timing, the memory 18a is configured as a write memory and the memory 18b is configured as a read memory, and data is written to the memory 18a and data is read from the memory 18b. Further, at the next timing, the memory 18a is configured as a read memory and the memory 18b is configured as a write memory, and data is read from the memory 18a and written to the memory 18b. That is, the first memory and the second memory are alternately functioned as a read memory and a write memory, respectively. Such a switching process is repeated.

メモリ18a及びメモリ18bの容量は、処理単位のデータを保持するために必要な容量とすればよく、処理単位が1ページのライン毎である場合、1ライン分のデータを保持するために必要な容量でよい。DRPにより読み出し用メモリと書き込み用メモリを交互に再構成することで読み出しと書き込みを同時並行で実施することができ、書き込みと読み出しを交互に切り替えてシーケンシャルに実行する場合に比べて処理が高速化する。   The capacity of the memory 18a and the memory 18b may be a capacity necessary to hold the data of the processing unit. When the processing unit is one line of one page, it is necessary to hold the data for one line. Capacity is sufficient. By reconfiguring the memory for reading and the memory for writing alternately by DRP, reading and writing can be performed simultaneously in parallel, and the processing is faster than when switching between writing and reading alternately and executing them sequentially. To do.

メモリ18a及びメモリ18bは、DRPコアで実現し得る。DRPコアは公知であり、簡単に説明すると、論理回路を構成するための複数の回路要素(PE:プロセッサエレメント)とこれらPE間の接続を構成するための配線リソースを備え、PEの設定やPE間の接続を変更することで種々の構成の論理回路として動作するものである。記憶部に記憶された複数のコンフィグデータのうちのいずれかを有効(アクティブ)とすることで、そのコンフィグデータに従ってPEの設定やPE間の配線の組み替えが行われ、所望の処理回路が構成される。コンフィグデータをコンフィグデータA及びコンフィグデータBとし、コンフィグデータAを有効とすることでメモリ18aを用いた読み出し回路とメモリ18bを用いた書き込み回路が構成され、コンフィグデータBを有効とすることでメモリ18aを用いた書き込み回路とメモリ18bを用いた読み出し回路が構成される。   The memory 18a and the memory 18b can be realized by a DRP core. DRP cores are well known, and are briefly described. The DRP core includes a plurality of circuit elements (PE: processor element) for configuring a logic circuit and wiring resources for configuring connections between these PEs. The circuit operates as a logic circuit having various configurations by changing the connection between them. By making one of the plurality of configuration data stored in the storage unit valid (active), PE settings and rewiring between PEs are performed according to the configuration data, and a desired processing circuit is configured. The The configuration data is set as configuration data A and configuration data B. By enabling the configuration data A, a read circuit using the memory 18a and a write circuit using the memory 18b are configured, and by enabling the configuration data B, the memory A writing circuit using 18a and a reading circuit using memory 18b are configured.

メモリ18a及びメモリ18bは、あるタイミングではメモリ18aが第nラインの読み出しメモリ、メモリ18bが第(n+1)ラインの書き込みメモリとなり、次のタイミングではメモリ18bが第(n+1)ラインの読み出しメモリ、メモリ18aが第(n+2)ラインの書き込みメモリとなるため、基本的には同一容量とすることが望ましいが、必ずしもこれに限定されるものではない。   The memory 18a and the memory 18b are, at a certain timing, the memory 18a serves as a read memory for the nth line, the memory 18b serves as a write memory for the (n + 1) th line, and at the next timing, the memory 18b serves as a read memory for the (n + 1) th line. Since 18a serves as a write memory for the (n + 2) -th line, it is basically desirable to have the same capacity, but the present invention is not necessarily limited to this.

図2は、参考のため従来装置の概念構成図、すなわち1個のメモリに対して読み出しと書き込みを交互に行う場合の構成図である。書き込み/読み出し切替制御部11、及び書き込み/読み出しメモリ18が設けられる。書き込み/読み出し切替制御部11は、所定画素分のデータを一括してメモリ18に書き込み、書き込み処理を行った後に、読み出しに切り替えて、当該メモリ18から所定画素分のデータを一括して読み出す。   FIG. 2 is a conceptual configuration diagram of a conventional apparatus for reference, that is, a configuration diagram when reading and writing are alternately performed on one memory. A write / read switching control unit 11 and a write / read memory 18 are provided. The writing / reading switching control unit 11 collectively writes data for a predetermined pixel into the memory 18, performs a writing process, switches to reading, and reads the data for the predetermined pixel from the memory 18 at once.

図3(a),(b)は、本実施形態のデータ処理装置の構成ブロック図である。データ処理装置は、読み出し側の入力制御部10と、書き込み側の入力制御部12と、読み出しアドレス生成部14と、書き込みアドレス生成部16と、データ記憶部(1)と、データ記憶部(2)と、出力制御部20と、再構成制御部22を備える。データ記憶部(1)及びデータ記憶部(2)は、図1におけるメモリ18a及びメモリ18bとして機能し、図3(a)ではデータ記憶部(1)が読み出しメモリのデータ記憶部(1)18aとして機能し、データ記憶部(2)が書き込みメモリのデータ記憶部(2)18bとして機能する。また、図3(b)ではデータ記憶部(2)が読み出しメモリのデータ記憶部(2)18bとして機能し、データ記憶部(1)が書き込みメモリのデータ記憶部(1)18aとして機能する。各部は、上記のようにDRPコア、あるいはCPUとDRPの混載チップで実現し得る。   3A and 3B are block diagrams of the configuration of the data processing apparatus according to the present embodiment. The data processing apparatus includes a read side input control unit 10, a write side input control unit 12, a read address generation unit 14, a write address generation unit 16, a data storage unit (1), and a data storage unit (2). ), An output control unit 20, and a reconstruction control unit 22. The data storage unit (1) and the data storage unit (2) function as the memory 18a and the memory 18b in FIG. 1. In FIG. 3 (a), the data storage unit (1) reads the data storage unit (1) 18a of the read memory. The data storage unit (2) functions as the data storage unit (2) 18b of the write memory. In FIG. 3B, the data storage unit (2) functions as the data storage unit (2) 18b of the read memory, and the data storage unit (1) functions as the data storage unit (1) 18a of the write memory. Each unit can be realized by a DRP core or a CPU and DRP mixed chip as described above.

図3(a)において、入力制御部10は、読み出しデータを読み出しアドレス生成部14及びデータ記憶部(1)18aに出力する。   In FIG. 3A, the input control unit 10 outputs the read data to the read address generation unit 14 and the data storage unit (1) 18a.

入力制御部12は、書き込みデータを書き込みアドレス生成部16及びデータ記憶部(2)18bに出力する。   The input control unit 12 outputs the write data to the write address generation unit 16 and the data storage unit (2) 18b.

読み出しアドレス生成部14は、読み出しデータに応じて読み出しアドレスを生成してデータ記憶部(1)18aからデータを読み出し、出力制御部20に出力する。   The read address generation unit 14 generates a read address according to the read data, reads the data from the data storage unit (1) 18a, and outputs the data to the output control unit 20.

書き込みアドレス生成部16は、書き込みデータに応じて書き込みアドレスを生成してデータ記憶部(2)18bに入力データを書き込む。   The write address generation unit 16 generates a write address according to the write data and writes the input data to the data storage unit (2) 18b.

他方、図3(b)において、入力制御部10は、読み出しデータを読み出しアドレス生成部14及びデータ記憶部(2)18bに出力する。   On the other hand, in FIG. 3B, the input control unit 10 outputs the read data to the read address generation unit 14 and the data storage unit (2) 18b.

入力制御部12は、書き込みデータを書き込みアドレス生成部16及びデータ記憶部(1)18aに出力する。   The input control unit 12 outputs the write data to the write address generation unit 16 and the data storage unit (1) 18a.

読み出しアドレス生成部14は、読み出しデータに応じて読み出しアドレスを生成してデータ記憶部(2)18bからデータを読み出し、出力制御部20に出力する。   The read address generation unit 14 generates a read address according to the read data, reads the data from the data storage unit (2) 18b, and outputs the data to the output control unit 20.

書き込みアドレス生成部16は、書き込みデータに応じて書き込みアドレスを生成してデータ記憶部(1)18aに入力データを書き込む。   The write address generation unit 16 generates a write address according to the write data and writes the input data to the data storage unit (1) 18a.

再構成制御部22は、コンフィグデータを切り替えることでデータ記憶部(1)とデータ記憶部(2)を再構成し、図3(a)と図3(b)を交互に変更する。すなわち、あるタイミングでは図3(a)の構成としてデータ記憶部(1)18aからデータを読み出すとともにデータ記憶部(2)18bにデータを書き込み、次のタイミングでは図3(b)の構成に変更してデータ記憶部(2)18bからデータを読み出すとともにデータ記憶部(1)18aにデータを書き込む。図3(a)において、データ記憶部(1)18aからのデータ読み出しと、データ記憶部(2)18bへのデータの書き込みは並行して行われる。また、図3(b)においても、データ記憶部(2)18bからのデータの読み出しと、データ記憶部(1)18aへのデータの書き込みは並行して行われる。具体的には、第1ラインのデータは入力制御部12からデータ記憶部(2)18bに供給され、第1ラインのデータはデータ記憶部(2)18bに記憶される。次に、再構成制御部22がコンフィグデータを変更し、図3(a)の構成から図3(b)の構成に再構成し、読み出しアドレス生成部14から読み出しアドレスが生成され、データ記憶部(2)18bから第1ラインのデータが読み出される。また、読み出しと並行して、第2ラインのデータは入力制御部12からデータ記憶部(1)18aに供給され、第2ラインのデータはデータ記憶部(1)18aに記憶される。次に、再構成制御部22がコンフィグデータを変更し、図3(b)の構成から図3(a)の構成に再構成し、読み出しアドレス生成部14から読み出しアドレスが生成され、データ記憶部(1)18aから第2ラインのデータが読み出される。また、読み出しと並行して、第3ラインのデータは入力制御部12からデータ記憶部(2)18bに供給され、第3ラインのデータはデータ記憶部(2)18bに記憶される。以下、同様にして最終ラインまで繰り返される。勿論、1ライン分のデータを複数回に分割して書き込み/読み出しを行ってもよい。図において、矢印24は、一つのデータ処理装置の機能が動的再構成により交互に切り替わる様子を示す。   The reconfiguration control unit 22 reconfigures the data storage unit (1) and the data storage unit (2) by switching the configuration data, and alternately changes FIG. 3 (a) and FIG. 3 (b). That is, data is read from the data storage unit (1) 18a and written to the data storage unit (2) 18b as shown in FIG. 3A at a certain timing, and changed to the configuration shown in FIG. 3B at the next timing. Then, the data is read from the data storage unit (2) 18b and the data is written to the data storage unit (1) 18a. In FIG. 3A, data reading from the data storage unit (1) 18a and data writing to the data storage unit (2) 18b are performed in parallel. Also in FIG. 3B, reading of data from the data storage unit (2) 18b and writing of data to the data storage unit (1) 18a are performed in parallel. Specifically, the data of the first line is supplied from the input control unit 12 to the data storage unit (2) 18b, and the data of the first line is stored in the data storage unit (2) 18b. Next, the reconfiguration control unit 22 changes the configuration data, reconfigures the configuration shown in FIG. 3A to the configuration shown in FIG. 3B, generates a read address from the read address generation unit 14, and generates a data storage unit. (2) The first line data is read from 18b. In parallel with the reading, the data on the second line is supplied from the input control unit 12 to the data storage unit (1) 18a, and the data on the second line is stored in the data storage unit (1) 18a. Next, the reconfiguration control unit 22 changes the configuration data, reconfigures the configuration shown in FIG. 3B to the configuration shown in FIG. 3A, generates a read address from the read address generation unit 14, and generates a data storage unit. (1) The data of the second line is read from 18a. In parallel with the reading, the data of the third line is supplied from the input control unit 12 to the data storage unit (2) 18b, and the data of the third line is stored in the data storage unit (2) 18b. Thereafter, the process is repeated until the last line in the same manner. Of course, writing / reading may be performed by dividing data for one line into a plurality of times. In the figure, arrows 24 indicate how the functions of one data processing apparatus are alternately switched by dynamic reconfiguration.

次に、本実施形態の書き込み/読み出しタイミングをより具体的に説明する。   Next, the write / read timing of this embodiment will be described more specifically.

図4は、本実施形態の書き込み/読み出しタイミングを模式的に示す。また、比較のため、図2に示す従来構成(つまり、1個の書き込み/読み出しメモリ18に対して書き込みと読み出しを交互にシーケンシャルに実行する構成)における書き込み/読み出しタイミングも併せて示す。図4(a)は従来構成のタイミングであり、図4(b)は本実施形態のタイミングである。一例として、書き込み/読み出しメモリ18の容量を100バイトとし、データ記憶部(1)及びデータ記憶部(2)の容量をともに25バイトとした場合である。簡略化のため、処理単位である1つのラインのデータ量は100クロック分であるとする。   FIG. 4 schematically shows the write / read timing of this embodiment. For comparison, the writing / reading timing in the conventional configuration shown in FIG. 2 (that is, the configuration in which writing and reading are alternately executed sequentially for one writing / reading memory 18) is also shown. 4A shows the timing of the conventional configuration, and FIG. 4B shows the timing of this embodiment. As an example, the capacity of the write / read memory 18 is 100 bytes, and the capacity of both the data storage unit (1) and the data storage unit (2) is 25 bytes. For simplification, it is assumed that the data amount of one line as a processing unit is 100 clocks.

図4(a)に示すように、従来では、まず100クロック(clk)で書き込み/読み出しメモリ18に1ライン分のデータを書き込み、次に、100クロック(clk)で書き込み/読み出しメモリ18から1ライン分のデータを読み出す。1ライン分のデータの書き込み/読み出し処理は合計200クロックで行われる。なお、実際には書き込み処理と読み出し処理の間に有限の切替時間が存在するが、ここでは省略する。   As shown in FIG. 4A, conventionally, one line of data is first written to the write / read memory 18 at 100 clocks (clk), and then from the write / read memory 18 at 100 clocks (clk). Read line data. Data write / read processing for one line is performed in a total of 200 clocks. In practice, there is a finite switching time between the writing process and the reading process, but this is omitted here.

他方、図4(b)に示すように、本実施形態では、図3(a)の構成により25クロックで1ライン分のデータの1/4をデータ記憶部(2)に書き込む。次に、図3(b)の構成に変更し、25クロックでデータ記憶部(2)からデータを読み出すともに、これと並行して25クロックでデータ記憶部(1)にデータを書き込む。次に、再び図3(a)の構成に変更し、25クロックでデータ記憶部(1)からデータを読み出すとともに、これと並行して25クロックでデータ記憶部(2)にデータを書き込む。1ライン分のデータの書き込み/読み出し処理は、125クロックで行われる。なお、実際には再構成のための有限の切替時間が存在するが、ここでは省略する。   On the other hand, as shown in FIG. 4B, in this embodiment, ¼ of the data for one line is written in the data storage unit 2 in 25 clocks by the configuration of FIG. Next, the configuration is changed to the configuration of FIG. 3B, and data is read from the data storage unit (2) at 25 clocks, and at the same time, data is written to the data storage unit (1) at 25 clocks. Next, the configuration is changed again to that shown in FIG. 3A, and data is read from the data storage unit (1) at 25 clocks, and at the same time, data is written to the data storage unit (2) at 25 clocks. Data write / read processing for one line is performed at 125 clocks. In practice, there is a finite switching time for reconfiguration, but this is omitted here.

従って、書き込み及び読み出しに要する時間は、従来では200クロックのところ、本実施形態では125クロックで済むことになり、メモリ使用量は1/2に低減されるとともに、処理時間も125/200=5/8に短縮される。   Therefore, the time required for writing and reading is 200 clocks in the past, but in this embodiment, 125 clocks are sufficient, the memory usage is reduced to 1/2, and the processing time is also 125/200 = 5. Reduced to / 8.

図5は、本実施形態の書き込み/読み出しタイミングを模式的に示す。データ記憶部(1)及びデータ記憶部(2)の容量をともに50バイトとした場合である。   FIG. 5 schematically shows the write / read timing of this embodiment. This is a case where the capacity of both the data storage unit (1) and the data storage unit (2) is 50 bytes.

図5(a)は従来のタイミングチャートであり、図4(a)と同様に100クロック(clk)で書き込み/読み出しメモリ18にデータを書き込み、次に、100クロック(clk)で書き込み/読み出しメモリ18からデータを読み出す。   FIG. 5A is a conventional timing chart. Like FIG. 4A, data is written to the write / read memory 18 at 100 clocks (clk), and then the write / read memory at 100 clocks (clk). Read data from 18.

他方、図5(b)に示すように、本実施形態では、図3(a)の構成により50クロックで1ライン分のデータの1/2をデータ記憶部(2)に書き込む。次に、図3(b)の構成に変更し、50クロックでデータ記憶部(2)からデータを読み出すともに、これと並行して50クロックでデータ記憶部(1)にデータを書き込む。次に、再び図3(a)の構成に変更し、50クロックでデータ記憶部(1)からデータを読み出すとともに、これと並行して50クロックでデータ記憶部(2)にデータを書き込む。1ライン分のデータの書き込み/読み出し処理は、150クロックで行われる。   On the other hand, as shown in FIG. 5B, in the present embodiment, ½ of the data for one line is written in the data storage section (2) with 50 clocks by the configuration of FIG. Next, the configuration is changed to the configuration of FIG. 3B, and data is read from the data storage unit (2) at 50 clocks, and at the same time, data is written to the data storage unit (1) at 50 clocks. Next, the configuration is changed again to that shown in FIG. 3A, and data is read from the data storage unit (1) at 50 clocks, and at the same time, data is written to the data storage unit (2) at 50 clocks. Data write / read processing for one line is performed at 150 clocks.

従って、書き込み及び読み出しに要する時間は、従来では200クロックのところ、本実施形態では150クロックで済むことになり、メモリ使用量は同一で、処理時間が150/200=3/4に短縮される。   Therefore, the time required for writing and reading is conventionally 200 clocks, but in this embodiment, only 150 clocks are required. The memory usage is the same and the processing time is reduced to 150/200 = 3/4. .

図6は、本実施形態の処理フローチャートである。まず、画素値を入力するとともに、メモリデータを入力する(S101a,S101b)。なお、S101a及びS101bにおいて、ステップ番号(S101)に続くアルファベット(a、b)は、これらの処理が並行して実行されることを意味する。つまり、S101aとS101bは、並行して実行される。以後のステップにおいても同様である。   FIG. 6 is a process flowchart of the present embodiment. First, a pixel value is input and memory data is input (S101a, S101b). In S101a and S101b, the alphabet (a, b) following the step number (S101) means that these processes are executed in parallel. That is, S101a and S101b are executed in parallel. The same applies to the subsequent steps.

次に、読み出しアドレス生成部14で読み出しアドレスを生成するとともに、書き込みアドレス生成部16で書き込みアドレスを生成する(S102a,S102b)。生成された読み出しアドレスを用いてメモリからデータを読み出し、かつ、生成された書き込みアドレスを用いてメモリにデータを書き込む(S103a,S103b)。図3(a)の構成では、データ記憶部(1)18aからデータを読み出し、データ記憶部(2)18bにデータを書き込む。   Next, the read address generator 14 generates a read address, and the write address generator 16 generates a write address (S102a, S102b). Data is read from the memory using the generated read address, and data is written to the memory using the generated write address (S103a, S103b). In the configuration of FIG. 3A, data is read from the data storage unit (1) 18a and written to the data storage unit (2) 18b.

そして、データの読み出し及びデータの書き込みが完了したか否かを判定し(S104a,S104b)、さらに、データの読み出しとデータの書き込みがともに完了したか否かを判定する(S105)。データの読み出し及び書き込みは、互いに独立して行われるからである。通常は、両者はほぼ同時に完了するが、まず書き込みが完了し、その後に読み出しが完了することになる。なお、読み出しが完了した後に書き込みが完了する場合もあり得るが、この場合についてはさらに後述する。   Then, it is determined whether data reading and data writing are completed (S104a, S104b), and further, it is determined whether both data reading and data writing are completed (S105). This is because reading and writing of data are performed independently of each other. Normally, both are completed almost simultaneously, but writing is completed first, and then reading is completed. Note that writing may be completed after reading is completed, but this case will be described later.

両方完了した場合に、印刷すべきページの全ラインが完了したか否かを判定し(S106)、全ラインが完了していない場合には、コンフィグデータを変更して動的再構成を行う(S107)。すなわち、図3(a)と図3(b)の構成を交互に入れ替える。そして、全ラインの処理が完了するまでS101a,S101b〜S105の処理を繰り返す。   When both are completed, it is determined whether or not all the lines of the page to be printed are completed (S106). If all the lines are not completed, the configuration data is changed and dynamic reconfiguration is performed ( S107). That is, the configurations of FIG. 3A and FIG. 3B are interchanged alternately. Then, the processes of S101a and S101b to S105 are repeated until the processing of all lines is completed.

本実施形態では、以上のように、データの読み出しと書き込みが並行して実行されるため、データの書き込み時間がデータの読み出し時間以内であれば、データの書き込み処理を、データの読み出し処理に隠蔽することが可能である。すなわち、見かけ上、データを出力制御部20から連続的に順次出力することができる。   In the present embodiment, as described above, data reading and writing are executed in parallel. Therefore, if the data writing time is within the data reading time, the data writing process is hidden in the data reading process. Is possible. That is, apparently, data can be continuously and sequentially output from the output control unit 20.

図7は、データの書き込み時間がデータの読み出し時間以内である典型的な場合のタイミングチャートである。   FIG. 7 is a timing chart in a typical case where the data writing time is within the data reading time.

第nラインのデータの読み出しと第(n+1)ラインのデータの書き込みを並行して実行する場合、読み出し時間Tαと書き込み時間Tβの間に、
Tα≧Tβ
の関係があれば、書き込み処理が読み出し処理に隠蔽され、動的再構成のための切替時間をTdとすると、全ライン(Nラインとする)の処理を完了するのに要する時間Tは、
T=(Tα+Td)×N
となる。当然ながら、TはTβに影響されない。
When reading the data on the nth line and writing the data on the (n + 1) th line in parallel, between the read time Tα and the write time Tβ,
Tα ≧ Tβ
If the relationship is, the writing process is concealed in the reading process, and the switching time for dynamic reconfiguration is Td, the time T required to complete the process for all lines (N lines) is:
T = (Tα + Td) × N
It becomes. Of course, T is not affected by Tβ.

ところが、図8に示すように、何らかの理由で(n+1)ラインの書き込みに時間を要し、
Tα<Tβ
の関係になると、書き込み処理を読み出し処理に隠蔽できず、書き込み時間に律速されるようになり、トータルの処理時間が増大する。すなわち、全ラインの処理を完了するのに要する時間Tは、
T=(Tα+Td)×N+(Tβ−Tα)×N
となり、右辺第2項の分だけオーバヘッドとなってデータ処理装置の性能を低下させる。
このような関係は、具体的には、
(i)1回当たりの読み出しデータサイズが書き込みデータサイズよりも小さい
(ii)読み出し側の並列度が書き込み側の並列度よりも高い
(iii)入力データのフォーマットがオブジェクト(ベクタ)形式である
場合等に生じ得る。
However, as shown in FIG. 8, it takes time to write the (n + 1) line for some reason,
Tα <Tβ
In this relationship, the writing process cannot be concealed by the reading process, and the writing time is limited, and the total processing time increases. That is, the time T required to complete the processing of all lines is
T = (Tα + Td) × N + (Tβ−Tα) × N
Thus, the overhead of the second term on the right side becomes overhead and the performance of the data processing apparatus is degraded.
Specifically, this relationship is
(I) Read data size per time is smaller than write data size (ii) Parallel degree on read side is higher than parallel degree on write side (iii) When input data format is object (vector) format Etc.

そこで、Tα<Tβとなる場合には、データ書き込み側の並列度を可変制御することで、Tα≧Tβとなるように制御することが望ましい。以下では、この場合の実施形態について説明する。   Therefore, when Tα <Tβ, it is desirable to control Tα ≧ Tβ by variably controlling the parallelism on the data writing side. Hereinafter, an embodiment in this case will be described.

<第2実施形態>
図9は、データ書き込み側の並列度を制御する模式図である。読み出し側回路50の並列度がnであるとすると、n並列のデータが一括して読み出され出力される。読み出し側のデータ量をXとすると、読み出し時間はX/nで規定される。他方、書き込み側回路60の並列度がn’であるとすると、n’並列のデータが一括して書き込まれる。書き込み側のデータ量をLとすると、書き込み時間はL/n’で規定される。従って、1回当たりの書き込み側データ量Lが与えられた場合、読み出し側のデータ量Xと、読み出し側の並列度nを用いて、
X/n≧L/n’
が成立するように、書き込み側回路60の並列度n’を制御すればよい。すなわち、デフォルトの読み出し側回路50と書き込み側回路60の並列度をnとすると、読み出し側のデータ量X及び読み出し側の並列度n並びに書き込み側のデータ量Lを用いて、書き込み側回路60の並列度をnからn’に変更するように動的再構成を行う。具体的には、図3に示すように、入力制御部12が並列度を含む書き込み側のデータを制御するから、入力制御部12の並列度に関するコンフィグデータを、読み出し側のデータ量X及び読み出し側の並列度n並びに書き込み側のデータ量Lに応じて変更して再構成すればよい。図において、並列度n’のデータを書き込み処理する場合のコンフィグデータを、Next1stLUT(ルックアップテーブル)、Next2ndLUT、・・・と表している。
Second Embodiment
FIG. 9 is a schematic diagram for controlling the degree of parallelism on the data writing side. Assuming that the parallelism of the read side circuit 50 is n, n parallel data are collectively read and output. If the data amount on the read side is X, the read time is defined by X / n. On the other hand, if the parallelism of the write side circuit 60 is n ′, n ′ parallel data is written in a lump. When the amount of data on the writing side is L, the writing time is defined by L / n ′. Therefore, when the write-side data amount L per time is given, using the read-side data amount X and the read-side parallelism n,
X / n ≧ L / n ′
The degree of parallelism n ′ of the write side circuit 60 may be controlled so that That is, when the parallelism of the default read-side circuit 50 and the write-side circuit 60 is n, the read-side data amount X, the read-side parallelism n, and the write-side data amount L are used. Dynamic reconfiguration is performed so as to change the degree of parallelism from n to n ′. Specifically, as shown in FIG. 3, since the input control unit 12 controls the data on the write side including the parallelism, the configuration data related to the parallelism of the input control unit 12 is read out with the data amount X on the read side and the read data. What is necessary is just to change and reconfigure | reform according to the parallel degree n of the side and the data amount L of the writing side. In the figure, the configuration data when the parallel degree n ′ data is written is represented as Next1stLUT (lookup table), Next2ndLUT,.

図10は、書き込み側の並列度を動的再構成した場合のタイミングチャートである。読み出し側の並列度をnとすると、読み出し時間はTα=X/nとなる。これに対し、1回当たりの書き込みデータ量をLとすると、並列度がnのままでは書き込み時間はTβ=L/nとなり、Tα<Tβとなって全体の処理速度が書き込み時間によって制限されてしまうが、読み出し側データ量X、読み出し側並列度n、書き込み側データ量Lを用いて、
X/n≧L/n’
が成立するように書き込み側の並列度をnからn’に再構成する。これにより、書き込み時間を読み出し時間以下として書き込み処理を読み出し処理に隠蔽し、全体の処理速度の低下が抑制される。すなわち、まず、Tβ=L/n’でデータの書き込みが行われ、切替制御時間Tdで再構成が行われ、次にTα=X/nでデータの読み出しが行われるとともに、Tβ=L/n’でデータの書き込みが行われ、再び切替制御時間Tdで再構成が行われ、Tα=X/nでデータの読み出しが行われるとともに、Tβ=L/n’でデータの書き込みが行われる。全ライン(Nラインとする)の処理を完了するのに要する時間Tは、
T=(Tα+Td)×N
に抑制され、オーバヘッド(Tβ−Tα)×Nが削減される。
FIG. 10 is a timing chart when the parallelism on the writing side is dynamically reconfigured. When the parallelism on the reading side is n, the reading time is Tα = X / n. On the other hand, if the amount of write data per time is L, the write time is Tβ = L / n when the degree of parallelism remains n, and Tα <Tβ, and the overall processing speed is limited by the write time. However, using the read side data amount X, the read side parallelism n, and the write side data amount L,
X / n ≧ L / n ′
So that the parallelism on the writing side is reconfigured from n to n ′. Thereby, the writing process is concealed in the reading process by setting the writing time to be equal to or shorter than the reading time, and a decrease in the overall processing speed is suppressed. That is, first, data is written at Tβ = L / n ′, reconfiguration is performed at the switching control time Td, data is read out at Tα = X / n, and Tβ = L / n. Data is written at ', reconfiguration is performed again at the switching control time Td, data is read at Tα = X / n, and data is written at Tβ = L / n'. The time T required to complete the processing of all lines (N lines) is:
T = (Tα + Td) × N
And overhead (Tβ−Tα) × N is reduced.

図11は、本実施形態の構成ブロック図である。図3の構成に加え、外部メモリ30から供給される入力データを用いて書き込み側の並列度(並列数)を演算する計算部32を備える。   FIG. 11 is a configuration block diagram of the present embodiment. In addition to the configuration of FIG. 3, a calculation unit 32 that calculates the parallel degree (number of parallelism) on the writing side using input data supplied from the external memory 30 is provided.

外部メモリ30には書き込みデータが記憶されており、計算部32は、書き込み側データ量L、読み出し側データ量X、読み出し側並列度nを用いて書き込み側並列度n’を算出し、書き込み側入力ビット数として入力制御部12に出力する。なお、デフォルトの並列度は、読み出し側及び書き込み側ともに同一値に設定する。   Write data is stored in the external memory 30, and the calculation unit 32 calculates the write-side parallelism n ′ using the write-side data amount L, the read-side data amount X, and the read-side parallelism n, The number of input bits is output to the input control unit 12. Note that the default parallelism is set to the same value on both the reading side and the writing side.

入力制御部12は、書き込みデータを出力するが、そのビット数は計算部32からのビット数に応じて再構成される。入力制御部12のコンフィグデータとして複数のビット数がメモリ(ルックアップテーブル)に記憶されており、例えば、16ビット、32ビット、48ビット等と記憶される。一般的に、16ビット×Nと表し得る。これらのいずれかのビット数を有効とし、他を無効とすることで、入力制御部12のビット数が再構成される。16ビットが有効とされた場合、入力制御部12は、書き込みデータの並列度を16、つまり16ビットのデータで出力する。   The input control unit 12 outputs write data, but the number of bits is reconfigured according to the number of bits from the calculation unit 32. A plurality of bit numbers are stored in the memory (lookup table) as the configuration data of the input control unit 12, and for example, 16 bits, 32 bits, 48 bits, and the like are stored. Generally, it can be expressed as 16 bits × N. By validating one of these bits and invalidating the other, the number of bits of the input control unit 12 is reconfigured. When 16 bits are validated, the input control unit 12 outputs the parallelism of the write data as 16, that is, 16-bit data.

図11において、データ処理装置の構成を構成Aとし、データ記憶部(1)18aを読み出しメモリとして構成しつつ、データ記憶部(2)18bを書き込みメモリとして構成する。入力制御部12は、計算部32からの入力ビット数データを用いて書き込み側のビット数を例えば32ビットとしてデータ記憶部(2)18bに供給する。このとき、データ記憶部(1)18aから並行してデータが読み出される。   In FIG. 11, the configuration of the data processing apparatus is configuration A, the data storage unit (1) 18a is configured as a read memory, and the data storage unit (2) 18b is configured as a write memory. The input control unit 12 uses the input bit number data from the calculation unit 32 to supply the number of bits on the writing side to, for example, 32 bits to the data storage unit (2) 18b. At this time, data is read out in parallel from the data storage unit (1) 18a.

次に、データ処理装置の構成を構成Bとし、データ記憶部(2)18bを読み出しメモリとして構成しつつ、データ記憶部(1)18aを書き込みメモリとして構成する。入力制御部12は、計算部32からの入力ビット数データを用いて書き込み側のビット数を例えば48ビットとしてデータ記憶部(1)18aに供給する。このとき、データ記憶部(2)18bから並行してデータが読み出される。   Next, the configuration of the data processing apparatus is set as configuration B, and the data storage unit (1) 18a is configured as a write memory while the data storage unit (2) 18b is configured as a read memory. The input control unit 12 uses the input bit number data from the calculation unit 32 to supply the number of bits on the writing side to, for example, 48 bits to the data storage unit (1) 18a. At this time, data is read from the data storage unit (2) 18b in parallel.

本実施形態では、データ処理装置のメモリ機能が動的再構成されると同時に、入力制御部12の機能も動的再構成される。なお、本実施形態において、計算部32は再構成制御部22と別個の構成とする他、再構成制御部22が計算部32の機能を備え、再構成制御部22がメモリ機能を動的再構成するとともに入力制御部12の機能を再構成してもよい。   In this embodiment, the memory function of the data processing apparatus is dynamically reconfigured, and the function of the input control unit 12 is also dynamically reconfigured. In this embodiment, the calculation unit 32 is configured separately from the reconfiguration control unit 22, and the reconfiguration control unit 22 includes the function of the calculation unit 32, and the reconfiguration control unit 22 dynamically reconfigures the memory function. While configuring, the function of the input control unit 12 may be reconfigured.

図12は、本実施形態の処理フローチャートである。図6の処理フローチャートに対し、さらにS201の処理が付加されたものである。   FIG. 12 is a process flowchart of the present embodiment. The process of S201 is further added to the process flowchart of FIG.

すなわち、計算部32は、読み出し側パラメータを分析して読み出し側のデータ量Xと読み出し側の並列度nを決定する。次に、書き込み側データ量Lを用いて書き込み側データ入力ビット数を決定する。すなわち、
X/n≧L/n’
が成り立つように並列度n’、つまり入力ビット数を決定する。上記の不等式から明らかなように、入力ビット数は、読み出し側データ量Xあるいは書き込みデータ量が変動すればこれに応じて適応的に変化する。入力ビット数を決定した後、入力制御部12の出力ビット数を再構成する(S201)。
That is, the calculation unit 32 analyzes the read-side parameters and determines the read-side data amount X and the read-side parallelism n. Next, the write side data input bit number is determined using the write side data amount L. That is,
X / n ≧ L / n ′
The degree of parallelism n ′, that is, the number of input bits is determined so that As is apparent from the above inequality, the number of input bits adaptively changes in accordance with fluctuations in the read side data amount X or the write data amount. After determining the number of input bits, the number of output bits of the input control unit 12 is reconfigured (S201).

S201以降は、図3のS101a,S101b〜S107の処理と同一であり、データ記憶部(1)とデータ記憶部(2)を交互に入れ替えてデータの読み出し及びデータの書き込みを並列して実行する。   The processing after S201 is the same as the processing of S101a and S101b to S107 in FIG. 3, and the data storage unit (1) and the data storage unit (2) are alternately replaced to execute data reading and data writing in parallel. .

以上説明したように、本実施形態では、読み出し側のデータ量、並列度、書き込み側のデータ量によらずに常に書き込み処理時間を読み出し処理時間以下に抑制することができるので、データの読み出しとデータの書き込みを並行して実行しても書き込みのオーバヘッドを除去できる。   As described above, in the present embodiment, the write processing time can be always suppressed below the read processing time regardless of the data amount on the read side, the degree of parallelism, and the data amount on the write side. Even if data writing is executed in parallel, the overhead of writing can be eliminated.

本実施形態では、読み出し側の並列度nを固定しているが、必要に応じて読み出し側の並列度nも可変制御してもよい。すなわち、本実施形態は、書き込み側の並列度と読み出し側の並列度をともに可変とする態様を排除するものではない。   In this embodiment, the parallelism n on the reading side is fixed, but the parallelism n on the reading side may be variably controlled as necessary. In other words, this embodiment does not exclude the aspect in which both the parallelism on the write side and the parallelism on the read side are variable.

10 入力制御部(読み出し側)、12 入力制御部(書き込み側)、14 読み出しアドレス生成部、16 書き込みアドレス生成部、18a データ記憶部(1)、18b データ記憶部(2)、20 出力制御部、22 再構成制御部。



10 input control unit (read side), 12 input control unit (write side), 14 read address generation unit, 16 write address generation unit, 18a data storage unit (1), 18b data storage unit (2), 20 output control unit 22 Reconfiguration controller.



Claims (2)

第1メモリ及び第2メモリを再構成可能回路上に構成し、前記第1メモリ及び第2メモリを交互にそれぞれ読み出しメモリと書き込みメモリとして再構成して動作させる制御を行う再構成制御手段と、
前記読み出しメモリからデータを読み出す読み出し手段と、
データの読み出しと並行して前記書き込みメモリにデータを書き込む書き込み手段と、
を備えるデータ処理装置。
A reconfiguration control unit configured to configure the first memory and the second memory on a reconfigurable circuit, and to perform control to reconfigure and operate the first memory and the second memory alternately as a read memory and a write memory;
Reading means for reading data from the reading memory;
Writing means for writing data to the write memory in parallel with reading of data;
A data processing apparatus comprising:
前記読み出し手段によるデータの読み出し量をX、読み出しの並列度をn、前記書き込み手段によるデータの書き込み量をLとすると、
X/n≧L/n’
となるように、前記書き込み手段の並列度n’を制御する並列度制御手段
を備える請求項1記載のデータ処理装置。
When the amount of data read by the reading means is X, the degree of parallelism of reading is n, and the amount of data written by the writing means is L,
X / n ≧ L / n ′
The data processing apparatus according to claim 1, further comprising: a parallelism control unit that controls a parallelism n ′ of the writing unit.
JP2014123520A 2014-06-16 2014-06-16 Data processing device Active JP6349995B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014123520A JP6349995B2 (en) 2014-06-16 2014-06-16 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014123520A JP6349995B2 (en) 2014-06-16 2014-06-16 Data processing device

Publications (2)

Publication Number Publication Date
JP2016004368A true JP2016004368A (en) 2016-01-12
JP6349995B2 JP6349995B2 (en) 2018-07-04

Family

ID=55223614

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014123520A Active JP6349995B2 (en) 2014-06-16 2014-06-16 Data processing device

Country Status (1)

Country Link
JP (1) JP6349995B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62233825A (en) * 1986-04-03 1987-10-14 Hitachi Ltd Automatic optimized application allocating system for shared picture buffer
JPH04105148A (en) * 1990-08-27 1992-04-07 Fujitsu Ltd Data transfer control system
JP2002251371A (en) * 2001-02-22 2002-09-06 Toyo Commun Equip Co Ltd Communication device and communication method in electronic equipment
JP2012231215A (en) * 2011-04-25 2012-11-22 Fuji Xerox Co Ltd Image data processing device and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62233825A (en) * 1986-04-03 1987-10-14 Hitachi Ltd Automatic optimized application allocating system for shared picture buffer
JPH04105148A (en) * 1990-08-27 1992-04-07 Fujitsu Ltd Data transfer control system
JP2002251371A (en) * 2001-02-22 2002-09-06 Toyo Commun Equip Co Ltd Communication device and communication method in electronic equipment
JP2012231215A (en) * 2011-04-25 2012-11-22 Fuji Xerox Co Ltd Image data processing device and program

Also Published As

Publication number Publication date
JP6349995B2 (en) 2018-07-04

Similar Documents

Publication Publication Date Title
KR102438730B1 (en) Space-multiplexing dram-based reconfigurable logic device
JP6113964B2 (en) Memory controller with dynamic port priority assignment capability
JP2017102923A (en) Accelerator controller and accelerator logic loading method thereof
JP4485272B2 (en) Semiconductor device
KR20080053527A (en) Storage region allocation system, method, and control device
JP5994679B2 (en) Processing device and control method of processing device
US9705505B2 (en) Reconfigurable semiconductor device
US10289787B2 (en) Control program and control method for programmable logic device and information processing apparatus including the same
US11342918B2 (en) Network-on-chip (NOC) with flexible data width
JP7132043B2 (en) reconfigurable processor
JP2007034392A (en) Information processor and data processing method
JP2006236106A (en) Data processor and data processing method
JP4753895B2 (en) Array type processor having delay adjustment circuit
JP5007838B2 (en) Information processing apparatus and information processing program
JP6349995B2 (en) Data processing device
US20170213581A1 (en) Processing unit, in-memory data processing apparatus and method
JP5832311B2 (en) Reconfiguration device, process allocation method, and program
JP2003196149A (en) Memory control device
JP6493044B2 (en) Multiprocessor system
JP2015230619A (en) Data processing device
JP2014154935A (en) Reconfigurable device and image forming apparatus having the same
JP2006202172A (en) Bus timing control circuit
JP2006085574A (en) Data processing system and control method for the same
JP6750423B2 (en) Data processing device and program
JP2008219728A (en) Reconstructible arithmetic processing circuit

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170522

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180220

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180416

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180521

R150 Certificate of patent or registration of utility model

Ref document number: 6349995

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350