JP2013196652A - Control device and image forming apparatus - Google Patents

Control device and image forming apparatus Download PDF

Info

Publication number
JP2013196652A
JP2013196652A JP2012066376A JP2012066376A JP2013196652A JP 2013196652 A JP2013196652 A JP 2013196652A JP 2012066376 A JP2012066376 A JP 2012066376A JP 2012066376 A JP2012066376 A JP 2012066376A JP 2013196652 A JP2013196652 A JP 2013196652A
Authority
JP
Japan
Prior art keywords
signal
ram
storage units
control device
cpu
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2012066376A
Other languages
Japanese (ja)
Inventor
Toshihiro Hamano
敏寛 濱野
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2012066376A priority Critical patent/JP2013196652A/en
Publication of JP2013196652A publication Critical patent/JP2013196652A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To enable accesses to a plurality of storage parts in parallel with simple processing.SOLUTION: A control device includes: a ROM 102; a first RAM 115 to a third RAM 131; a first CPU 110 for designating an address, and outputting a signal corresponding to the designated address and a prescribed bit value of the designated address; and a select signal generation part 114 for generating a select signal for selecting one or more memories among the ROM 102 and the first RAM 115 to the third RAM 131 in accordance with the signal and the prescribed bit value outputted from the first CPU 110 and outputting the select signal to the one or more memories. The first CPU 110 accesses the one or more memories selected by the select signal in parallel.

Description

本発明は、制御装置及び画像形成装置に関する。   The present invention relates to a control device and an image forming apparatus.

従来から、複数のプロセッサ、及び複数のプロセッサそれぞれと対になるRAM(Random Access Memory)を搭載する制御装置において、所定のプロセッサが複数のRAMに並列してデータを書き込み、複数のプロセッサそれぞれが対となるRAMからデータを読み出す技術が知られている(例えば、特許文献1参照)。   Conventionally, in a controller equipped with a plurality of processors and a RAM (Random Access Memory) paired with each of the plurality of processors, a predetermined processor writes data in parallel to the plurality of RAMs, and each of the plurality of processors is paired with each other. A technique for reading data from a RAM to be used is known (for example, see Patent Document 1).

上述した従来技術では、書き込み対象として複数のRAMを選択可能とするために、アドレスに加え同時セレクト制御信号を使用しているが、CPU側で同時セレクト制御信号の出力制御を行わなければならず、処理が複雑になってしまう。   In the above-described prior art, a simultaneous selection control signal is used in addition to an address in order to enable selection of a plurality of RAMs as write targets. However, output control of the simultaneous selection control signal must be performed on the CPU side. , Processing becomes complicated.

本発明は、上記事情に鑑みてなされたものであり、簡易な処理で複数の記憶部へ並列してアクセス可能な制御装置及び画像形成装置を提供することを目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides a control device and an image forming apparatus that can access a plurality of storage units in parallel with simple processing.

上述した課題を解決し、目的を達成するために、本発明の一態様にかかる制御装置は、複数の記憶部と、アドレスを指定し、指定したアドレスに応じた信号と指定したアドレスの所定ビット値とを出力する処理部と、前記処理部から出力された前記信号と前記所定ビット値とに応じて、前記複数の記憶部のうちの1以上の記憶部を選択するセレクト信号を生成し、当該1以上の記憶部に出力するセレクト信号生成部と、を備え、前記処理部は、前記セレクト信号で選択された前記1以上の記憶部に並列してアクセスする。   In order to solve the above-described problems and achieve the object, a control device according to one aspect of the present invention specifies a plurality of storage units, an address, a signal corresponding to the specified address, and a predetermined bit of the specified address Generating a selection signal for selecting one or more storage units of the plurality of storage units according to the signal output from the processing unit and the predetermined bit value, A selection signal generation unit that outputs to the one or more storage units, and the processing unit accesses the one or more storage units selected by the selection signal in parallel.

また、本発明の別の態様にかかる画像形成装置は、上記制御装置を備える。   An image forming apparatus according to another aspect of the present invention includes the control device.

本発明によれば、簡易な処理で複数の記憶部へ並列してアクセス可能という効果を奏する。   According to the present invention, it is possible to access a plurality of storage units in parallel by simple processing.

図1は、本実施形態の制御装置の構成の一例を示すブロック図である。FIG. 1 is a block diagram illustrating an example of the configuration of the control device of the present embodiment. 図2は、本実施形態のアドレス空間の割り当てテーブルの一例を示す図である。FIG. 2 is a diagram illustrating an example of an address space allocation table according to the present embodiment. 図3は、本実施形態のセレクト信号生成部の論理構成の一例を示す図である。FIG. 3 is a diagram illustrating an example of a logical configuration of the select signal generation unit of the present embodiment. 図4は、本実施形態のセレクト信号生成部のINPUTとOUTPUTとの関係の一例を示す図である。FIG. 4 is a diagram illustrating an example of the relationship between INPUT and OUTPUT of the select signal generation unit of the present embodiment. 図5は、変形例1の制御プログラムの書き込み手法の一例の説明図である。FIG. 5 is an explanatory diagram of an example of a control program writing method according to the first modification. 図6は、変形例2の制御装置の構成の一例を示すブロック図である。FIG. 6 is a block diagram illustrating an example of the configuration of the control device according to the second modification. 図7は、実施形態及び各変形例の制御装置を備えるシステムの全体構成の一例を示す模式図である。FIG. 7 is a schematic diagram illustrating an example of an overall configuration of a system including the control device according to the embodiment and each modification. 図8は、実施形態及び各変形例の複合機の作像及び転写にかかる構成の一例を示す模式図である。FIG. 8 is a schematic diagram illustrating an example of a configuration related to image formation and transfer of the multifunction peripheral according to the embodiment and each modification. 図9は、実施形態及び各変形例の複合機のハードウェア構成の一例を示すブロック図である。FIG. 9 is a block diagram illustrating an example of a hardware configuration of the multifunction peripheral according to the embodiment and each modification.

以下、添付図面を参照しながら、本発明にかかる制御装置及び画像形成装置の実施形態を詳細に説明する。   Hereinafter, embodiments of a control device and an image forming apparatus according to the present invention will be described in detail with reference to the accompanying drawings.

図1は、本実施形態の制御装置100の構成の一例を示すブロック図である。制御装置100は、図1に示すように、ROM(Read Only Memory)102と、第1CPU(Central Processing Unit)110と、セレクト信号生成部114と、第1RAM(Random Access Memory)115と、第2CPU120と、第2RAM121と、第3CPU130と、第3RAM131とを、備える。   FIG. 1 is a block diagram illustrating an example of the configuration of the control device 100 of the present embodiment. As illustrated in FIG. 1, the control device 100 includes a ROM (Read Only Memory) 102, a first CPU (Central Processing Unit) 110, a select signal generation unit 114, a first RAM (Random Access Memory) 115, and a second CPU 120. A second RAM 121, a third CPU 130, and a third RAM 131.

ROM102(記憶部の一例)は、不揮発性の記憶装置であり、制御プログラムを記憶している。第1RAM115(記憶部の一例)、第2RAM121(記憶部の一例)、及び第3RAM131(記憶部の一例)は、揮発性の記憶装置であり、ROM102に記憶されている制御プログラムがダウンロードされる。   The ROM 102 (an example of a storage unit) is a nonvolatile storage device and stores a control program. The first RAM 115 (an example of a storage unit), the second RAM 121 (an example of a storage unit), and the third RAM 131 (an example of a storage unit) are volatile storage devices, and a control program stored in the ROM 102 is downloaded.

第1CPU110(処理部の一例)、第2CPU120(処理部の一例)、第3CPU130(処理部の一例)は、それぞれ、対となる第1RAM115、第2RAM121、第3RAM131にダウンロードされた制御プログラムを実行することにより、動作する。つまり、図1に示す例では、第1CPU110、第2CPU120、第3CPU130は、それぞれ、破線で囲まれた範囲で独立して動作可能に構成されている。   The first CPU 110 (an example of a processing unit), the second CPU 120 (an example of a processing unit), and the third CPU 130 (an example of a processing unit) execute control programs downloaded to a pair of the first RAM 115, the second RAM 121, and the third RAM 131, respectively. It works. That is, in the example shown in FIG. 1, the first CPU 110, the second CPU 120, and the third CPU 130 are each configured to be independently operable within a range surrounded by a broken line.

各CPU及びRAMのペアは同等の性能を有し、いずれのペアにおいても同等の処理が実行されるが、本実施形態では、第1CPU110がマスタであり、第2CPU120及び第3CPU130がスレーブである場合を例に取り説明する。   Each CPU and RAM pair has the same performance, and the same processing is executed in any pair, but in this embodiment, the first CPU 110 is a master, and the second CPU 120 and the third CPU 130 are slaves. Is described as an example.

このため、本実施形態では、図1に示すように、ROM102及びセレクト信号生成部114が第1CPU110を含む破線内に配置されている。また、各CPUは、伝送路(データバスDBやアドレスバスABなど)によって、ROM102、第1RAM115、第2RAM121、及び第3RAM131とパラレル接続(バス接続)されている。そして各CPUは、伝送路を介してこれらのメモリにアクセスし、データ(プログラムを含む)の読み出しや書き込みを行う。   For this reason, in this embodiment, as shown in FIG. 1, the ROM 102 and the select signal generation unit 114 are arranged within a broken line including the first CPU 110. Each CPU is connected in parallel (bus connection) to the ROM 102, the first RAM 115, the second RAM 121, and the third RAM 131 by a transmission path (data bus DB, address bus AB, etc.). Each CPU accesses these memories via a transmission path, and reads and writes data (including programs).

以下では、第1CPU110がROM102から制御プログラムを読み出し、読み出した制御プログラムを第1RAM115〜第3RAM131に並列して書き込む(ダウンロードする)場合を主に想定して説明を行う。   In the following, description will be given mainly assuming that the first CPU 110 reads a control program from the ROM 102 and writes (downloads) the read control program to the first RAM 115 to the third RAM 131 in parallel.

第1CPU110は、コア111と、デコーダ112とを、含む。   The first CPU 110 includes a core 111 and a decoder 112.

コア111は、第1CPU110の中核部分であり、演算処理などを実行するものである。コア111は、アクセス対象のメモリ(図1に示す例では、ROM102、第1RAM115、第2RAM121、及び第3RAM131の少なくともいずれか)にアクセスするために、アドレス空間においてアクセス対象のメモリが割り当てられたアドレスをデコーダ112に指定する。なお、本実施形態では、アドレスは、32ビットであるものとするが、これに限定されるものではない。   The core 111 is a core part of the first CPU 110 and executes arithmetic processing and the like. The core 111 accesses an access target memory (in the example shown in FIG. 1, at least one of the ROM 102, the first RAM 115, the second RAM 121, and the third RAM 131). Is designated to the decoder 112. In this embodiment, the address is 32 bits, but is not limited to this.

図2は、本実施形態のアドレス空間の割り当てテーブルの一例を示す図である。図2に示す割り当てテーブルでは、チップセレクト(以下、CSと称する場合がある)名と、アドレスと、Block_Sizeと、セレクトデバイスとが対応付けられている。本実施形態では、第1CPU110は、第1RAM115、第2RAM121、及び第3RAM131のうち2以上のRAMに並列してアクセスする。このため、図2に示す割り当てテーブルでは、セレクトデバイスにRAMの組合せ(第1RAM〜第3RAM、第2RAM〜第3RAM)も割り当てられている。なお本実施形態では、図2に示す割り当てテーブルは、第1CPU110が保持しているものとする。また、図2に示す例では、第1RAM及び第3RAMの組合せについては、割り当てがされていないが、第1RAM及び第3RAMの組合せについても空きアドレス(例えば、アドレス0x2230_0000〜0x223F_FFFF)を割り当ててもよい。   FIG. 2 is a diagram illustrating an example of an address space allocation table according to the present embodiment. In the assignment table shown in FIG. 2, a chip select (hereinafter sometimes referred to as CS) name, an address, Block_Size, and a select device are associated with each other. In the present embodiment, the first CPU 110 accesses two or more RAMs in parallel among the first RAM 115, the second RAM 121, and the third RAM 131. For this reason, in the assignment table shown in FIG. 2, combinations of RAMs (first RAM to third RAM, second RAM to third RAM) are also assigned to the select device. In the present embodiment, the first CPU 110 holds the assignment table shown in FIG. In the example illustrated in FIG. 2, the first RAM and the third RAM are not assigned, but a free address (for example, the address 0x2230_0000 to 0x223F_FFFF) may be assigned to the first RAM and the third RAM. .

例えば、コア111は、アクセス対象のメモリ(セレクトデバイス)がROM102の場合、図2に示す割り当てテーブルを参照して、アドレス0x2200_0000〜0x220F_FFFFをデコーダ112に指定する。また例えば、コア111は、アクセス対象のメモリ(セレクトデバイス)が第1RAM115〜第3RAM131の場合、図2に示す割り当てテーブルを参照して、アドレス0x2220_0000〜0x222F_FFFFをデコーダ112に指定する。   For example, when the memory (select device) to be accessed is the ROM 102, the core 111 refers to the allocation table illustrated in FIG. 2 and designates the address 0x2200 — 0000 to 0x220F_FFFF to the decoder 112. Further, for example, when the memory (select device) to be accessed is the first RAM 115 to the third RAM 131, the core 111 refers to the allocation table illustrated in FIG. 2 and designates the address 0x2220 — 0000 to 0x222F_FFFF to the decoder 112.

デコーダ112は、コア111から指定されたアドレスに応じた信号と指定されたアドレスの所定ビット値とをセレクト信号生成部114に出力する。本実施形態では、デコーダ112は、コア111から指定されたアドレスに応じた信号として、CS1信号、CS2信号、及びCS3信号を、ポートを介してセレクト信号生成部114に出力する。   The decoder 112 outputs a signal corresponding to the address designated from the core 111 and a predetermined bit value of the designated address to the select signal generation unit 114. In the present embodiment, the decoder 112 outputs the CS1 signal, the CS2 signal, and the CS3 signal to the select signal generation unit 114 via the ports as signals corresponding to the address specified from the core 111.

ここで本実施形態では、図2に示すように、CS1信号は、アドレス0x2200_0000〜0x23FF_FFFFに対応付けられたCS信号であり、CS2信号は、アドレス0x2400_0000〜0x25FF_FFFFに対応付けられたCS信号であり、CS3信号は、アドレス0x2600_0000〜0x27FF_FFFFに対応付けられたCS信号である。   In this embodiment, as shown in FIG. 2, the CS1 signal is a CS signal associated with the address 0x2200 — 0000-0x23FF_FFFF, and the CS2 signal is a CS signal associated with the address 0x2400 — 0000-0x25FF_FFFF, The CS3 signal is a CS signal associated with addresses 0x2600 — 0000 to 0x27FF_FFFF.

またデコーダ112は、コア111から指定されたアドレスの所定ビット値として、アドレスの20ビット目及び21ビット目の値、即ち、アドレスの20ビット目のアドレス信号(以下、A(20)信号と称する)及び21ビット目のアドレス信号(以下、A(21)信号と称する)を、アドレスバスABを介してセレクト信号生成部114に出力する。   In addition, the decoder 112 uses the 20th and 21st bit values of the address, that is, the address signal of the 20th bit of the address (hereinafter referred to as the A (20) signal) as the predetermined bit value of the address designated by the core 111. ) And the 21st bit address signal (hereinafter referred to as A (21) signal) are output to the select signal generator 114 via the address bus AB.

例えば、デコーダ112は、コア111からアドレス0x2200_0000〜0x220F_FFFFが指定された場合、図2に示す割り当てテーブルを参照して、CS1信号をアサートし、CS2信号及びCS3信号をネゲートする。またデコーダ112は、アドレス0x2220_0000〜0x222F_FFFFの20ビット目の値“0”及び21ビット目の値“0”をセレクト信号生成部114に出力する。   For example, when the address 0x2200 — 0000 to 0x220F_FFFF is designated from the core 111, the decoder 112 refers to the assignment table shown in FIG. 2 and asserts the CS1 signal and negates the CS2 signal and the CS3 signal. In addition, the decoder 112 outputs the value “0” of the 20th bit and the value “0” of the 21st bit of the addresses 0x2220 — 0000 to 0x222F_FFFF to the select signal generation unit 114.

また例えば、デコーダ112は、コア111からアドレス0x2220_0000〜0x222F_FFFFが指定された場合、図2に示す割り当てテーブルを参照して、CS1信号をアサートし、CS2信号及びCS3信号をネゲートする。またデコーダ112は、アドレス0x2220_0000〜0x222F_FFFFの20ビット目の値“0”及び21ビット目の値“1”をセレクト信号生成部114に出力する。   Further, for example, when the address 0x2220 — 0000 to 0x222F_FFFF is designated from the core 111, the decoder 112 refers to the assignment table shown in FIG. 2 and asserts the CS1 signal and negates the CS2 signal and the CS3 signal. The decoder 112 outputs the 20th bit value “0” and the 21st bit value “1” of the addresses 0x2220 — 0000 to 0x222F_FFFF to the select signal generation unit 114.

ここで本実施形態では、CS信号をアサートすると、当該CS信号の出力はLow(以下、Lと称する)となり、CS信号をネゲートすると、当該CS信号の出力はHigh(以下、Hと称する)となるものとする。また、ビットの値が“0”の場合、当該ビットのアドレス信号の出力はLとなり、ビットの値が“1”の場合、当該ビットのアドレス信号の出力はHとなるものとする。   In this embodiment, when the CS signal is asserted, the output of the CS signal is Low (hereinafter referred to as L), and when the CS signal is negated, the output of the CS signal is High (hereinafter referred to as H). Shall be. Further, when the bit value is “0”, the output of the address signal of the bit is L, and when the bit value is “1”, the output of the address signal of the bit is H.

セレクト信号生成部114は、デコーダ112から出力された信号と所定ビット値とに応じて、ROM102、第1RAM115、第2RAM121、及び第3RAM131のうちの1以上のメモリを選択するセレクト信号を生成し、当該1以上のメモリに出力する。   The select signal generation unit 114 generates a select signal for selecting one or more memories of the ROM 102, the first RAM 115, the second RAM 121, and the third RAM 131 according to the signal output from the decoder 112 and a predetermined bit value. Output to one or more memories.

本実施形態では、セレクト信号生成部114には、デコーダ112から、CS1信号〜CS3信号、並びにA(20)信号及びA(21)信号が入力される。そしてセレクト信号生成部114は、セレクト信号として、ROM102を選択するCS4信号、第1RAM115を選択するCS5信号、第2RAM121を選択するCS6信号、及び第3RAM131を選択するCS7信号の少なくともいずれかを生成し、ポートを介して該当するメモリに出力する。   In the present embodiment, the CS1 signal to the CS3 signal, the A (20) signal, and the A (21) signal are input from the decoder 112 to the select signal generation unit 114. The select signal generator 114 generates at least one of a CS4 signal for selecting the ROM 102, a CS5 signal for selecting the first RAM 115, a CS6 signal for selecting the second RAM 121, and a CS7 signal for selecting the third RAM 131 as the select signal. And output to the corresponding memory through the port.

このように、セレクト信号生成部114は、CS信号数を拡大するために用いられる。例えば、セレクト信号生成部114を用いずに、デコーダ112により生成されるCS信号を用いてアクセス対象のメモリを選択するとする。この場合、デコーダ112から出力されるCS信号は、CS1〜CS3の3つであるため、アクセス対象のメモリを3つまでしか選択できない。   Thus, the select signal generation unit 114 is used to increase the number of CS signals. For example, it is assumed that the memory to be accessed is selected using the CS signal generated by the decoder 112 without using the select signal generation unit 114. In this case, since there are three CS signals CS1 to CS3 output from the decoder 112, only three memories to be accessed can be selected.

これに対し、セレクト信号生成部114は、CS1信号〜CS3信号を入力にしてCS信号を出力する。ここで、CS信号は(Low,High)の2パターンとなるため、セレクト信号生成部114は、CS1信号〜CS3信号を入力とすることにより、4つのCS信号(CS4信号〜CS7信号)を出力することができる。   On the other hand, the select signal generation unit 114 receives the CS1 signal to the CS3 signal and outputs a CS signal. Here, since the CS signal has two patterns (Low, High), the select signal generation unit 114 outputs four CS signals (CS4 signal to CS7 signal) by inputting the CS1 signal to CS3 signal. can do.

また本実施形態では、第1CPU110は、前述したように、第1RAM115、第2RAM121、及び第3RAM131のうち2以上のRAMに並列してアクセスするので、セレクト信号生成部114は、CS4信号〜CS7信号のうち2以上のCS信号をアサートする必要がある。   In the present embodiment, as described above, the first CPU 110 accesses two or more RAMs in parallel among the first RAM 115, the second RAM 121, and the third RAM 131, so that the select signal generation unit 114 receives the CS4 signal to the CS7 signal. It is necessary to assert two or more CS signals.

このため、セレクト信号生成部114は、更に、A(20)信号及びA(21)信号を入力にしてCS信号を出力する。ここで、アドレス信号は(Low,High)の2パターンとなるため、セレクト信号生成部114は、CS1信号〜CS3信号、並びにA(20)信号及びA(21)信号を入力とすることにより、CS4信号〜CS7信号のうち2以上のCS信号をアサートすることができる。   Therefore, the select signal generator 114 further receives the A (20) signal and the A (21) signal and outputs a CS signal. Here, since the address signal has two patterns (Low, High), the select signal generator 114 receives the CS1 to CS3 signals, the A (20) signal, and the A (21) signal as inputs. Two or more CS signals among the CS4 signal to the CS7 signal can be asserted.

例えば、セレクト信号生成部114は、デコーダ112から、CS1信号“L”、CS2信号“H”、CS3信号“H”、A(20)信号“L”、及びA(21)信号“L”が入力されると、CS4信号をアサートし、CS5〜CS7信号をネゲートする。つまり、セレクト信号生成部114は、CS4信号“L”をROM102に出力し、CS5信号“H”を第1RAM115に出力し、CS6信号“H”を第2RAM121に出力し、CS7信号“H”を第3RAM131に出力する。   For example, the select signal generation unit 114 receives the CS1 signal “L”, the CS2 signal “H”, the CS3 signal “H”, the A (20) signal “L”, and the A (21) signal “L” from the decoder 112. When input, the CS4 signal is asserted and the CS5 to CS7 signals are negated. That is, the select signal generation unit 114 outputs the CS4 signal “L” to the ROM 102, the CS5 signal “H” to the first RAM 115, the CS6 signal “H” to the second RAM 121, and the CS7 signal “H”. Output to the third RAM 131.

これにより、第1CPU110は、ROM102にアクセスでき、ROM102から制御プログラムを読み出すことができる。   As a result, the first CPU 110 can access the ROM 102 and read the control program from the ROM 102.

また例えば、セレクト信号生成部114は、デコーダ112から、CS1信号“L”、CS2信号“H”、CS3信号“H”、A(20)信号“L”、及びA(21)信号“H”が入力されると、CS4信号をネゲートし、CS5〜CS7信号をアサートする。つまり、セレクト信号生成部114は、CS4信号“H”をROM102に出力し、CS5信号“L”を第1RAM115に出力し、CS6信号“L”を第2RAM121に出力し、CS7信号“L”を第3RAM131に出力する。   Further, for example, the select signal generation unit 114 receives the CS1 signal “L”, the CS2 signal “H”, the CS3 signal “H”, the A (20) signal “L”, and the A (21) signal “H” from the decoder 112. Is input, the CS4 signal is negated and the CS5 to CS7 signals are asserted. That is, the select signal generation unit 114 outputs the CS4 signal “H” to the ROM 102, the CS5 signal “L” to the first RAM 115, the CS6 signal “L” to the second RAM 121, and the CS7 signal “L”. Output to the third RAM 131.

これにより、第1CPU110は、第1RAM115〜第3RAM131に並列してアクセスでき、ROM102から読み出した制御プログラムを第1RAM115〜第3RAM131に並列して書き込むことができる。この結果、第1CPU110、第2CPU120、第3CPU130は、それぞれ、対となる第1RAM115、第2RAM121、第3RAM131にダウンロードされた制御プログラムを読み出して実行することにより、当該制御プログラムに従った動作を独立して実行する。   Accordingly, the first CPU 110 can access the first RAM 115 to the third RAM 131 in parallel, and can write the control program read from the ROM 102 in parallel to the first RAM 115 to the third RAM 131. As a result, the first CPU 110, the second CPU 120, and the third CPU 130 read out and execute the control programs downloaded to the first RAM 115, the second RAM 121, and the third RAM 131, respectively, to independently perform operations according to the control programs. And execute.

図3は、本実施形態のセレクト信号生成部114の論理構成の一例を示す図であり、図4は、本実施形態のセレクト信号生成部114のINPUTとOUTPUTとの関係の一例を示す図である。   FIG. 3 is a diagram illustrating an example of a logical configuration of the select signal generation unit 114 of the present embodiment, and FIG. 4 is a diagram illustrating an example of a relationship between INPUT and OUTPUT of the select signal generation unit 114 of the present embodiment. is there.

セレクト信号生成部114は、本実施形態では、図3に示すような、NOTゲート、NANDゲート、及びNORゲートなどの組合せで実現されているが、セレクト信号生成部114の回路構成(論理構成)はこれに限定されるものではない。セレクト信号生成部114は、図4に示すINPUTとOUTPUTとの関係が成立すれば、どのような回路構成であってもよい。   In the present embodiment, the select signal generation unit 114 is realized by a combination of a NOT gate, a NAND gate, and a NOR gate as shown in FIG. 3, but the circuit configuration (logical configuration) of the select signal generation unit 114 Is not limited to this. The select signal generator 114 may have any circuit configuration as long as the relationship between INPUT and OUTPUT shown in FIG. 4 is established.

なお、図3に示す回路構成では、領域142の回路構成が4つのCS信号(CS4信号〜CS7信号)を出力するためのものであり、領域141の回路構成がCS4信号〜CS7信号のうち2以上のCS信号をアサートするためのものである。   In the circuit configuration shown in FIG. 3, the circuit configuration of the region 142 is for outputting four CS signals (CS4 signal to CS7 signal), and the circuit configuration of the region 141 is 2 out of the CS4 signal to CS7 signal. This is for asserting the above CS signal.

以上のように、本実施形態では、セレクト信号生成部は、CPUに指定されたアドレスと当該アドレスの所定ビット値とに応じて1以上のメモリを選択するCS信号を生成し、当該1以上のメモリに出力する。特に本実施形態では、アドレスに加え当該アドレスの所定ビット値を用いてCS信号を生成しているため、従来技術のような同時セレクト制御信号は不要であり、同時セレクト制御信号の出力制御などを行う必要がない。このため、本実施形態によれば、CPUはアドレスを指定するだけで1以上のメモリを選択することができ、簡易な処理で複数のメモリへ並列してアクセス可能とすることができる。この結果、本実施形態によれば、例えば選択した1以上のメモリに制御プログラムを並列して書き込む(ダウンロードする)ことができ、制御プログラムの書き込み時間を短縮できる。   As described above, in the present embodiment, the select signal generation unit generates a CS signal for selecting one or more memories according to an address designated by the CPU and a predetermined bit value of the address, and the one or more select signals are generated. Output to memory. In particular, in this embodiment, since the CS signal is generated using a predetermined bit value of the address in addition to the address, the simultaneous selection control signal as in the prior art is unnecessary, and output control of the simultaneous selection control signal is performed. There is no need to do it. Therefore, according to the present embodiment, the CPU can select one or more memories simply by specifying an address, and can access a plurality of memories in parallel with a simple process. As a result, according to the present embodiment, for example, the control program can be written (downloaded) in parallel to one or more selected memories, and the writing time of the control program can be shortened.

また従来技術のように同時セレクト制御信号を用いると、当該同時セレクト制御信号用のポートを確保しなければならないが、このポートは制御装置の処理に必須のポートではなく、使用可能なポートの数が制限されてしまうことになる。これに対し、本実施形態では、アドレスの所定ビット値は、アドレスバスを介して出力されるため、別途ポートを確保する必要がない。このため、本実施形態によれば、ポートの枯渇や使用可能なポートの数を増やすることによる制御装置の巨大化やコスト高を防止できる。なお、CS信号用のポートは、制御装置100の処理に必須のポートであり、使用可能なポートの数を制限してしまうものではない。   If a simultaneous selection control signal is used as in the prior art, a port for the simultaneous selection control signal must be secured. This port is not an essential port for the processing of the control device, and the number of usable ports. Will be limited. On the other hand, in the present embodiment, since the predetermined bit value of the address is output via the address bus, it is not necessary to secure a separate port. For this reason, according to this embodiment, it is possible to prevent the control device from becoming too large and costly due to the exhaustion of ports and the increase in the number of usable ports. The CS signal port is an essential port for the processing of the control device 100, and does not limit the number of usable ports.

(変形例)
なお、本発明は、上記各実施形態に限定されるものではなく、種々の変形が可能である。
(Modification)
In addition, this invention is not limited to said each embodiment, A various deformation | transformation is possible.

(変形例1)
上記実施形態では、同一の制御プログラムを第1RAM115〜第3RAM131に並列して書き込む(ダウンロードする)例について説明したが、書き込み対象の制御プログラムは、一部のメモリで異なっていてもよい。上記実施形態では、各CPU及びRAMのペアは同等の性能を有し、いずれのペアにおいても同等の処理が実行される場合を想定したが、性能の相違や負荷構成が相違すれば、一部のCPUの制御プログラムが異なる場合も想定される。
(Modification 1)
In the above embodiment, the example in which the same control program is written (downloaded) in parallel to the first RAM 115 to the third RAM 131 has been described. However, the control program to be written may be different in some memories. In the above-described embodiment, it is assumed that each CPU and RAM pair has equivalent performance, and equivalent processing is executed in any pair. It is also assumed that the CPU control programs are different.

この場合、第1CPU110は、セレクト信号生成部114によりCS信号で選択された1以上のメモリに対して同一の制御プログラムを並列して書き込んだ後に、差分の制御プログラムを書き込むメモリをセレクト信号生成部114にCS信号で選択させ、選択されたメモリに対して差分の制御プログラムを上書きすればよい。   In this case, the first CPU 110 writes the same control program to one or more memories selected by the CS signal by the select signal generation unit 114 in parallel, and then selects the memory to which the difference control program is written as the select signal generation unit. 114 may be selected by the CS signal, and the selected memory may be overwritten on the selected memory.

図5は、書き込み対象の制御プログラムが異なる場合の書き込み手法の一例の説明図である。図5に示す例では、ROM102(FROM)にプログラム1−1、1−2、及び2−2が格納されており、第1RAM115(第1SRAM)及び第3RAM131(第3SRAM)にプログラム1−1、1−2をダウンロードし、第2RAM121(第2SRAM)にプログラム1−1、2−2をダウンロードするものとする。   FIG. 5 is an explanatory diagram of an example of a writing method when the control program to be written is different. In the example shown in FIG. 5, programs 1-1, 1-2, and 2-2 are stored in the ROM 102 (FROM), and the programs 1-1, 1-1 are stored in the first RAM 115 (first SRAM) and the third RAM 131 (third SRAM). 1-2 is downloaded and the programs 1-1 and 2-2 are downloaded to the second RAM 121 (second SRAM).

この場合、まず、第1CPU110は、ROM102からプログラム1−1、1−2を読み出し、読み出したプログラム1−1、1−2を第1RAM115〜第3RAM131に並列して書き込む(ダウンロードする)。なお、第1RAM115〜第3RAM131を選択する方法は、上記実施形態で説明したとおりである。   In this case, first, the first CPU 110 reads the programs 1-1 and 1-2 from the ROM 102, and writes (downloads) the read programs 1-1 and 1-2 in parallel in the first RAM 115 to the third RAM 131. Note that the method of selecting the first RAM 115 to the third RAM 131 is as described in the above embodiment.

続いて、第1CPU110は、ROM102からプログラム2−2を読み出し、読み出したプログラム2−2を第2RAM121に書き込む(ダウンロードする)。この場合、第1CPU110(コア111)は、アドレス0x2400_0000〜0x240F_FFFF(詳細には、上書き部分のアドレス0x2400_9000〜0x2400_FFFF)を指定すればよい。   Subsequently, the first CPU 110 reads the program 2-2 from the ROM 102, and writes (downloads) the read program 2-2 into the second RAM 121. In this case, the first CPU 110 (core 111) may specify the address 0x2400_0000 to 0x240F_FFFF (specifically, the address 0x2400_9000 to 0x2400_FFFF of the overwrite portion).

これにより、複数のメモリに異なる制御プログラムを書き込む(ダウンロードする)場合であっても、制御プログラムの書き込み時間を短縮できる。   Thereby, even when different control programs are written (downloaded) into a plurality of memories, the time for writing the control program can be shortened.

(変形例2)
上記実施形態では、ROMは、第1CPU110用に用意されたROM102単数であったが、複数のROMを用意し、各CPUの対としてもよい。例えば、図6に示すように、第1CPU110の対となる第1ROM202、第2CPU120の対となる第2ROM222、第3CPU130の対となる第3ROM232を制御装置200に用意し、各CPUが、伝送路によって、第1ROM202、第2ROM222、第3ROM232、第1RAM115、第2RAM121、及び第3RAM131とパラレル接続されていてもよい。
(Modification 2)
In the above-described embodiment, the ROM is a single ROM 102 prepared for the first CPU 110, but a plurality of ROMs may be prepared and used as a pair for each CPU. For example, as shown in FIG. 6, a first ROM 202 that is a pair of first CPUs 110, a second ROM 222 that is a pair of second CPUs 120, and a third ROM 232 that is a pair of third CPUs 130 are prepared in the control device 200. The first ROM 202, the second ROM 222, the third ROM 232, the first RAM 115, the second RAM 121, and the third RAM 131 may be connected in parallel.

この場合、セレクト信号生成部114は、セレクト信号として、第1ROM202を選択するCS4信号、第2ROM222を選択するCS8信号、第3ROM232を選択するCS9信号を更に生成し、ポートを介して該当するメモリに出力する。   In this case, the select signal generation unit 114 further generates a CS4 signal for selecting the first ROM 202, a CS8 signal for selecting the second ROM 222, and a CS9 signal for selecting the third ROM 232 as select signals, and sends them to the corresponding memory via the port. Output.

このようにすれば、第1CPU110は、第1ROM202に格納されている制御プログラムを第1RAM115〜第3RAM131だけでなく、第2ROM222〜第3ROM232にも並列して書き込む(ダウンロードする)ことができる。この結果、制御装置200が再起動等されても、第2ROM222〜第3ROM232に制御プログアムを残しておくことができ、バックアップやミラーリング等の用途に使用することもできる。   In this way, the first CPU 110 can write (download) the control program stored in the first ROM 202 not only in the first RAM 115 to the third RAM 131 but also in the second ROM 222 to the third ROM 232 in parallel. As a result, even if the control device 200 is restarted, the control program can be left in the second ROM 222 to the third ROM 232, and can be used for backup, mirroring, and the like.

(変形例3)
また上記実施形態では、第1CPU110が、ROM102から制御プログラムを読み出して、第1RAM115〜第3RAM131に並列して書き込む(ダウンロード)する例について説明したが、書き込み対象の制御プログラムは、制御装置100の外部から第1CPU110に与えられてもよい。
(Modification 3)
In the above embodiment, the example in which the first CPU 110 reads the control program from the ROM 102 and writes (downloads) it in the first RAM 115 to the third RAM 131 in parallel has been described. However, the control program to be written is external to the control device 100. To the first CPU 110.

(変形例4)
また上記実施形態では、CPU及びRAMのペアが3つの場合を例にとり説明したが、ペアの数は、いくつであってもよい。この場合、スレーブとなるCPUの数が増加することになる。
(Modification 4)
In the above embodiment, the case where there are three pairs of CPU and RAM has been described as an example, but the number of pairs may be any number. In this case, the number of CPUs serving as slaves increases.

(変形例5)
また上記実施形態では、第1CPU110が、制御プログラムを複数のRAMに並列して書き込む(ダウンロード)例について説明したが、各CPUのレジスタにデータを並列して書き込んでもよい。
(Modification 5)
In the above-described embodiment, an example in which the first CPU 110 writes (downloads) a control program in parallel to a plurality of RAMs has been described. However, data may be written in parallel to the registers of each CPU.

(変形例6)
また上記実施形態では、第1CPU110〜第3CPU130が、別々のCPUである例について説明したが、単一のCPUに含まれる複数のコアであってもよい。
(Modification 6)
In the above embodiment, an example in which the first CPU 110 to the third CPU 130 are separate CPUs has been described. However, a plurality of cores included in a single CPU may be used.

(画像形成装置)
上記実施形態及び上記各変形例の制御装置を備える画像形成装置の一例として、上記実施形態及び上記各変形例の制御装置を備える複合機(MFP:Multifunction Peripheral)について説明する。複合機とは、印刷機能、複写機能、スキャナ機能、及びファクシミリ機能のうち少なくとも2つの機能を有する装置である。但し、画像形成装置は、これに限定されるものではなく、印刷装置、複写装置、スキャナ装置、又はファクシミリ装置などであってもよい。
(Image forming device)
As an example of an image forming apparatus including the control device according to the embodiment and each modification, a multifunction peripheral (MFP) including the control device according to the embodiment and each modification will be described. A multifunction peripheral is a device having at least two functions among a printing function, a copying function, a scanner function, and a facsimile function. However, the image forming apparatus is not limited to this, and may be a printing apparatus, a copying apparatus, a scanner apparatus, a facsimile apparatus, or the like.

図7は、上記実施形態及び上記各変形例の制御装置を備えるシステム1の全体構成の一例を示す模式図である。図7に示すように、システム1は、複合機2と、ADF(Auto Document Feeder)3と、フィニッシャ4と、両面反転ユニット5と、拡張給紙トレイ6と、大容量給紙トレイ7と、インサートフィーダ8と、1ビン排紙トレイ9とを、備える。なお、複合機2が上記実施形態及び上記各変形例の制御装置を備えるものとする。   FIG. 7 is a schematic diagram illustrating an example of an overall configuration of a system 1 including the control device according to the embodiment and each modification. As shown in FIG. 7, the system 1 includes a multifunction device 2, an ADF (Auto Document Feeder) 3, a finisher 4, a double-side reversing unit 5, an extended paper feed tray 6, a large capacity paper feed tray 7, An insert feeder 8 and a 1-bin paper discharge tray 9 are provided. It is assumed that the multifunction machine 2 includes the control devices of the above-described embodiment and the above-described modifications.

複合機2は、システム1の本体部に該当し、原稿を電子的に読み取って画像データを生成するスキャナ部、スキャナ部によって生成された画像データに基づく画像を作像する作像部、用紙を給紙する給紙部、作像された画像を用紙に転写する転写部など(スキャナ部及び給紙部については図示省略、作像部及び転写部については図7では図示省略)を、備える。以下では、画像が転写された用紙を複写物と称する場合がある。   The multifunction device 2 corresponds to the main unit of the system 1, and includes a scanner unit that electronically reads a document to generate image data, an image forming unit that forms an image based on the image data generated by the scanner unit, and a sheet. A sheet feeding unit that feeds paper, a transfer unit that transfers an image formed on a sheet, and the like (not illustrated for the scanner unit and the sheet feeding unit, and not illustrated in FIG. 7 for the image forming unit and the transfer unit). Hereinafter, the sheet on which the image is transferred may be referred to as a copy.

ADF3は、原稿を自動的に複合機2(詳細には複合機2のスキャナ部)に送るものである。   The ADF 3 automatically sends a document to the multifunction device 2 (specifically, the scanner unit of the multifunction device 2).

フィニッシャ4は、ステープラ及びシフトトレイなどを有するいわゆる後処理装置であり、複合機2によって複写された複写物にステープル処理などの後処理を施す。なお、フィニッシャ4は、これに限定されるものではなく、ステープル処理、パンチ(穿孔)処理、及び折り処理などの後処理を施すものであればよい。   The finisher 4 is a so-called post-processing device having a stapler, a shift tray, and the like, and performs post-processing such as stapling on a copy copied by the multifunction machine 2. The finisher 4 is not limited to this, and any finisher such as a staple process, a punch (punching) process, and a folding process may be used.

両面反転ユニット5は、用紙の両面に複写を行う場合に、片面に画像が転写された用紙を反転して複合機2(詳細には複合機2の転写部)に戻すものである。   When copying on both sides of a sheet, the duplex reversing unit 5 reverses the sheet with the image transferred on one side and returns it to the multifunction device 2 (specifically, the transfer unit of the multifunction device 2).

拡張給紙トレイ6は、拡張用の給紙トレイであり、用紙を複合機2の転写部に送る。   The expansion paper feed tray 6 is an expansion paper feed tray, and sends the paper to the transfer unit of the multifunction machine 2.

大容量給紙トレイ7は、複合機2の給紙部や拡張給紙トレイ6よりも多くの用紙を収納可能な給紙トレイであり、用紙を複合機2の転写部に送る。   The large-capacity paper feed tray 7 is a paper feed tray that can store more paper than the paper feed unit of the multifunction device 2 and the extended paper feed tray 6, and sends the paper to the transfer unit of the multifunction device 2.

インサートフィーダ8は、表紙や合紙などの用紙を複合機2の転写部に送る。   The insert feeder 8 sends a sheet such as a cover sheet or a slip sheet to the transfer unit of the multifunction machine 2.

1ビン排紙トレイ9は、1つのビンを排紙先とする排紙トレイであり、複合機2によって複写された複写物が排紙される。   The 1-bin paper discharge tray 9 is a paper discharge tray having one bin as a paper discharge destination, and a copy copied by the multifunction machine 2 is discharged.

図8は、上記実施形態及び上記各変形例の複合機2の作像及び転写にかかる構成の一例を示す模式図である。図8に示すように、複合機2は、作像部20と、駆動用ローラ21、22と、中間転写ベルト23と、斥力ローラ24と、二次転写ローラ25とを、備える。   FIG. 8 is a schematic diagram illustrating an example of a configuration related to image formation and transfer of the MFP 2 according to the embodiment and each of the modifications. As shown in FIG. 8, the multifunction machine 2 includes an image forming unit 20, driving rollers 21 and 22, an intermediate transfer belt 23, a repulsive roller 24, and a secondary transfer roller 25.

作像部20は、感光体ドラム20a、帯電装置、現像装置、一次転写ローラ20b、及びクリーニング装置など(帯電装置、現像装置、及びクリーニング装置については図示省略)を、備える。   The image forming unit 20 includes a photosensitive drum 20a, a charging device, a developing device, a primary transfer roller 20b, a cleaning device, and the like (the charging device, the developing device, and the cleaning device are not shown).

作像部20及び図示せぬ照射装置は、感光体ドラム20a上で作像プロセス(帯電工程、照射工程、現像工程、転写工程、及びクリーニング工程)を行うことにより、感光体ドラム20a上に静電トナーパターンを形成し、中間転写ベルト23に転写する。   The image forming unit 20 and an irradiation device (not shown) perform an image forming process (charging process, irradiation process, developing process, transfer process, and cleaning process) on the photoconductive drum 20a, so that the static image is formed on the photoconductive drum 20a. An electric toner pattern is formed and transferred to the intermediate transfer belt 23.

まず、帯電工程では、図示せぬ帯電装置は、回転駆動されている感光体ドラム20aの表面を帯電する。   First, in the charging step, a charging device (not shown) charges the surface of the photosensitive drum 20a that is driven to rotate.

続いて、照射工程では、図示せぬ照射装置は、感光体ドラム20aの帯電面に光変調されたレーザ光を照射し、感光体ドラム20aの表面に静電潜像を形成する。   Subsequently, in the irradiation step, an irradiation device (not shown) irradiates the charged surface of the photosensitive drum 20a with light-modulated laser light to form an electrostatic latent image on the surface of the photosensitive drum 20a.

続いて、現像工程では、図示せぬ現像装置は、感光体ドラム20a上に形成された静電潜像をトナー(現像剤の一例)で現像する。これにより、静電潜像をトナーで現像したトナー像である静電トナーパターンが感光体ドラム20a上に形成される。   Subsequently, in the developing process, a developing device (not shown) develops the electrostatic latent image formed on the photosensitive drum 20a with toner (an example of a developer). As a result, an electrostatic toner pattern, which is a toner image obtained by developing the electrostatic latent image with toner, is formed on the photosensitive drum 20a.

続いて、転写工程では、一次転写ローラ20bは、感光体ドラム20a上に形成された静電トナーパターンを中間転写ベルト23に転写(一次転写)する。なお、感光体ドラム20a上には、静電トナーパターンの転写後においても未転写トナーが僅かながら残存する。   Subsequently, in the transfer step, the primary transfer roller 20b transfers (primary transfer) the electrostatic toner pattern formed on the photosensitive drum 20a to the intermediate transfer belt 23. A small amount of untransferred toner remains on the photosensitive drum 20a even after the electrostatic toner pattern is transferred.

続いて、クリーニング工程では、図示せぬクリーニング装置は、感光体ドラム20a上に残存している未転写トナーを払拭する。   Subsequently, in the cleaning process, a cleaning device (not shown) wipes off the untransferred toner remaining on the photosensitive drum 20a.

なお、ここでは、複合機2がモノクロで複写を行う複合機であるため、作像部は単数となっているが、複合機2がカラーで複写可能であれば、作像部は複数となり、使用するトナーの色彩の数に応じた数の作像部を備えることになる。この場合、各作像部は、使用するトナーの色彩は異なるが、構成及び動作は、共通となる。   Here, since the multifunction device 2 is a multifunction device that performs monochrome copying, the number of image forming units is one. However, if the multifunction device 2 can perform color copying, the number of image forming units is plural. The number of image forming units corresponding to the number of colors of toner to be used is provided. In this case, each image forming unit has a different configuration and operation, although the color of the toner to be used is different.

中間転写ベルト23は、駆動用ローラ21、22や斥力ローラ24などの複数のローラに掛け回されたエンドレスのベルトであり、駆動用ローラ21、22の一方が回転駆動させられることにより無端移動する。   The intermediate transfer belt 23 is an endless belt that is wound around a plurality of rollers such as the driving rollers 21 and 22 and the repulsive roller 24, and moves endlessly when one of the driving rollers 21 and 22 is rotationally driven. .

中間転写ベルト23は、作像部20(一次転写ローラ20b)により静電トナーパターンが転写され、転写された静電トナーパターンを斥力ローラ24と二次転写ローラ25との間に搬送する。この際、図示せぬ給紙部などにより、用紙Pが、静電トナーパターンの搬送タイミングに合わせて、斥力ローラ24と二次転写ローラ25との間に搬送される。このため、静電トナーパターンと用紙Pとの転写位置が一致する。   The intermediate transfer belt 23 has the electrostatic toner pattern transferred by the image forming unit 20 (primary transfer roller 20 b), and conveys the transferred electrostatic toner pattern between the repulsive roller 24 and the secondary transfer roller 25. At this time, the paper P is transported between the repulsive roller 24 and the secondary transfer roller 25 in accordance with the transport timing of the electrostatic toner pattern by a paper feeding unit (not shown). For this reason, the transfer positions of the electrostatic toner pattern and the paper P match.

斥力ローラ24(転写部の一例)は、二次転写ローラ25との間の二次転写ニップ(図示省略)で、中間転写ベルト23により搬送された静電トナーパターンを用紙Pに転写(二次転写)する。   A repulsive roller 24 (an example of a transfer unit) transfers an electrostatic toner pattern conveyed by the intermediate transfer belt 23 to a sheet P (secondary transfer) at a secondary transfer nip (not shown) with the secondary transfer roller 25. Transfer).

静電トナーパターンが用紙Pに転写されると、図示せぬ定着装置より用紙Pの加熱及び加圧が行われ、静電トナーパターンが用紙Pに定着される。そして、静電トナーパターンが定着された用紙Pは、複合機2から1ビン排紙トレイ9(図7参照)に排紙される。   When the electrostatic toner pattern is transferred to the paper P, the paper P is heated and pressed by a fixing device (not shown), and the electrostatic toner pattern is fixed to the paper P. Then, the sheet P on which the electrostatic toner pattern is fixed is discharged from the multi-function peripheral 2 to the 1-bin discharge tray 9 (see FIG. 7).

(ハードウェア構成)
図9は、上記実施形態及び上記各変形例の複合機のハードウェア構成の一例を示すブロック図である。図9に示すように、上記各実施形態の複合機は、コントローラ910とエンジン部(Engine)960とをPCI(Peripheral Component Interconnect)バスで接続した構成となる。コントローラ910は、複合機全体の制御、描画、通信、及び操作表示部920からの入力を制御するコントローラである。エンジン部960は、PCIバスに接続可能なプリンタエンジンなどであり、たとえば白黒プロッタ、1ドラムカラープロッタ、4ドラムカラープロッタ、スキャナまたはファックスユニットなどである。なお、このエンジン部960には、プロッタなどのいわゆるエンジン部分に加えて、誤差拡散やガンマ変換などの画像処理部分が含まれる。
(Hardware configuration)
FIG. 9 is a block diagram illustrating an example of a hardware configuration of the MFP according to the embodiment and each of the modifications. As shown in FIG. 9, the multi-function device of each of the above embodiments has a configuration in which a controller 910 and an engine unit (Engine) 960 are connected by a PCI (Peripheral Component Interconnect) bus. The controller 910 is a controller that controls the entire MFP, drawing, communication, and input from the operation display unit 920. The engine unit 960 is a printer engine that can be connected to a PCI bus, and is, for example, a monochrome plotter, a 1-drum color plotter, a 4-drum color plotter, a scanner, or a fax unit. The engine unit 960 includes an image processing part such as error diffusion and gamma conversion in addition to a so-called engine part such as a plotter.

コントローラ910は、CPU911と、ノースブリッジ(NB)913と、システムメモリ(MEM−P)912と、サウスブリッジ(SB)914と、ローカルメモリ(MEM−C)917と、ASIC(Application Specific Integrated Circuit)916と、ハードディスクドライブ(HDD)918とを有し、ノースブリッジ(NB)913とASIC916との間をAGP(Accelerated Graphics Port)バス915で接続した構成となる。また、MEM−P912は、ROM912aと、RAM912bとをさらに有する。   The controller 910 includes a CPU 911, a north bridge (NB) 913, a system memory (MEM-P) 912, a south bridge (SB) 914, a local memory (MEM-C) 917, and an ASIC (Application Specific Integrated Circuit). 916 and a hard disk drive (HDD) 918, and the North Bridge (NB) 913 and the ASIC 916 are connected by an AGP (Accelerated Graphics Port) bus 915. The MEM-P 912 further includes a ROM 912a and a RAM 912b.

CPU911は、複合機の全体制御をおこなうものであり、NB913、MEM−P912およびSB914からなるチップセットを有し、このチップセットを介して他の機器と接続される。   The CPU 911 performs overall control of the multifunction peripheral, has a chip set including the NB 913, the MEM-P 912, and the SB 914, and is connected to other devices via the chip set.

NB913は、CPU911とMEM−P912、SB914、AGPバス915とを接続するためのブリッジであり、MEM−P912に対する読み書きなどを制御するメモリコントローラと、PCIマスタおよびAGPターゲットとを有する。   The NB 913 is a bridge for connecting the CPU 911 to the MEM-P 912, SB 914, and the AGP bus 915, and includes a memory controller that controls reading and writing to the MEM-P 912, a PCI master, and an AGP target.

MEM−P912は、プログラムやデータの格納用メモリ、プログラムやデータの展開用メモリ、プリンタの描画用メモリなどとして用いるシステムメモリであり、ROM912aとRAM912bとからなる。ROM912aは、プログラムやデータの格納用メモリとして用いる読み出し専用のメモリであり、RAM912bは、プログラムやデータの展開用メモリ、プリンタの描画用メモリなどとして用いる書き込みおよび読み出し可能なメモリである。   The MEM-P 912 is a system memory used as a memory for storing programs and data, a memory for developing programs and data, a memory for drawing printers, and the like, and includes a ROM 912a and a RAM 912b. The ROM 912a is a read-only memory used as a memory for storing programs and data, and the RAM 912b is a writable and readable memory used as a program / data development memory, a printer drawing memory, and the like.

SB914は、NB913とPCIデバイス、周辺デバイスとを接続するためのブリッジである。このSB914は、PCIバスを介してNB913と接続されており、このPCIバスには、ネットワークインタフェース(I/F)部なども接続される。   The SB 914 is a bridge for connecting the NB 913 to a PCI device and a peripheral device. The SB 914 is connected to the NB 913 via a PCI bus, and a network interface (I / F) unit and the like are also connected to the PCI bus.

ASIC916は、画像処理用のハードウェア要素を有する画像処理用途向けのIC(Integrated Circuit)であり、AGPバス915、PCIバス、HDD918およびMEM−C917をそれぞれ接続するブリッジの役割を有する。このASIC916は、PCIターゲットおよびAGPマスタと、ASIC916の中核をなすアービタ(ARB)と、MEM−C917を制御するメモリコントローラと、ハードウェアロジックなどにより画像データの回転などをおこなう複数のDMAC(Direct Memory Access Controller)と、エンジン部960との間でPCIバスを介したデータ転送をおこなうPCIユニットとからなる。このASIC916には、PCIバスを介してFCU(Fax Control Unit)930、USB(Universal Serial Bus)940、IEEE1394(the Institute of Electrical and Electronics Engineers 1394)インタフェース950が接続される。操作表示部920はASIC916に直接接続されている。   The ASIC 916 is an IC (Integrated Circuit) for image processing having hardware elements for image processing, and has a role of a bridge for connecting the AGP bus 915, the PCI bus, the HDD 918, and the MEM-C 917, respectively. The ASIC 916 includes a PCI target and an AGP master, an arbiter (ARB) that forms the core of the ASIC 916, a memory controller that controls the MEM-C 917, and a plurality of DMACs (Direct Memory) that perform image data rotation by hardware logic and the like. Access Controller) and a PCI unit that performs data transfer between the engine unit 960 via the PCI bus. The ASIC 916 is connected to an FCU (Fax Control Unit) 930, a USB (Universal Serial Bus) 940, and an IEEE 1394 (the Institute of Electrical and Electronics Engineers 1394) interface 950 via a PCI bus. The operation display unit 920 is directly connected to the ASIC 916.

MEM−C917は、コピー用画像バッファ、符号バッファとして用いるローカルメモリであり、HDD918は、画像データの蓄積、プログラムの蓄積、フォントデータの蓄積、フォームの蓄積を行うためのストレージである。   The MEM-C 917 is a local memory used as a copy image buffer and a code buffer, and the HDD 918 is a storage for storing image data, programs, font data, and forms.

AGPバス915は、グラフィック処理を高速化するために提案されたグラフィックスアクセラレーターカード用のバスインターフェースであり、MEM−P912に高スループットで直接アクセスすることにより、グラフィックスアクセラレーターカードを高速にするものである。   The AGP bus 915 is a bus interface for a graphics accelerator card proposed for speeding up graphics processing. The AGP bus 915 speeds up the graphics accelerator card by directly accessing the MEM-P 912 with high throughput. It is.

1 システム
2 複合機
3 ADF
4 フィニッシャ
5 両面反転ユニット
6 拡張給紙トレイ
7 大容量給紙トレイ
8 インサートフィーダ
9 1ビン排紙トレイ
20 作像部
20a 感光体ドラム
20b 一次転写ローラ
21、22 駆動用ローラ
23 中間転写ベルト
24 斥力ローラ
25 二次転写ローラ
100 制御装置
102 ROM
110 第1CPU
111 コア
112 デコーダ
114 セレクト信号生成部
115 第1RAM
120 第2CPU
121 第2RAM
130 第3CPU
131 第3RAM
910 コントローラ
911 CPU
912 システムメモリ
912a ROM
912b RAM
913 ノースブリッジ
914 サウスブリッジ
915 AGPバス
916 ASIC
917 ローカルメモリ
918 ハードディスクドライブ
920 操作表示部
930 FCU
940 USB
950 IEEE1394インタフェース
960 エンジン部
1 System 2 Multifunction machine 3 ADF
4 Finisher 5 Double-sided reversing unit 6 Extended paper feed tray 7 Large-capacity paper feed tray 8 Insert feeder 9 1-bin paper output tray 20 Image forming unit 20a Photosensitive drum 20b Primary transfer roller 21, 22 Driving roller 23 Intermediate transfer belt 24 Repulsive force Roller 25 Secondary transfer roller 100 Controller 102 ROM
110 First CPU
111 Core 112 Decoder 114 Select Signal Generation Unit 115 First RAM
120 2nd CPU
121 2nd RAM
130 3rd CPU
131 3rd RAM
910 controller 911 CPU
912 System memory 912a ROM
912b RAM
913 North Bridge 914 South Bridge 915 AGP Bus 916 ASIC
917 Local memory 918 Hard disk drive 920 Operation display unit 930 FCU
940 USB
950 IEEE1394 interface 960 engine part

特開平5−342170号公報JP-A-5-342170

Claims (10)

複数の記憶部と、
アドレスを指定し、指定したアドレスに応じた信号と指定したアドレスの所定ビット値とを出力する処理部と、
前記処理部から出力された前記信号と前記所定ビット値とに応じて、前記複数の記憶部のうちの1以上の記憶部を選択するセレクト信号を生成し、当該1以上の記憶部に出力するセレクト信号生成部と、を備え、
前記処理部は、前記セレクト信号で選択された前記1以上の記憶部に並列してアクセスする制御装置。
A plurality of storage units;
A processing unit for designating an address and outputting a signal corresponding to the designated address and a predetermined bit value of the designated address;
In response to the signal output from the processing unit and the predetermined bit value, a select signal for selecting one or more storage units of the plurality of storage units is generated and output to the one or more storage units. A select signal generation unit,
The processing unit is a control device that accesses the one or more storage units selected by the select signal in parallel.
前記処理部は、前記セレクト信号で選択された前記1以上の記憶部に対して同一のデータを並列して書き込む請求項1に記載の制御装置。   The control device according to claim 1, wherein the processing unit writes the same data in parallel to the one or more storage units selected by the select signal. 前記処理部は、前記セレクト信号で選択された前記1以上の記憶部のいずれかの記憶部に書き込むデータが前記同一のデータに対して差分を有する場合、前記1以上の記憶部に対して前記同一のデータを並列して書き込んだ後に、前記いずれかの記憶部に対して差分のデータを上書きする請求項2に記載の制御装置。   If the data to be written to any one of the one or more storage units selected by the select signal has a difference with respect to the same data, the processing unit The control device according to claim 2, wherein after the same data is written in parallel, the difference data is overwritten on any of the storage units. 前記複数の記憶部は、不揮発性の記憶部を含み、
前記処理部は、前記不揮発性の記憶部から読み出したデータを前記セレクト信号で選択された前記1以上の記憶部に対して書き込む請求項2又は3に記載の制御装置。
The plurality of storage units include a nonvolatile storage unit,
The control device according to claim 2, wherein the processing unit writes data read from the nonvolatile storage unit to the one or more storage units selected by the select signal.
前記複数の記憶部は、揮発性の記憶部を含み、
前記セレクト信号で選択された前記1以上の記憶部は、前記揮発性の記憶部である請求項2〜4のいずれか1つに記載の制御装置。
The plurality of storage units include a volatile storage unit,
The control device according to claim 2, wherein the one or more storage units selected by the select signal are the volatile storage units.
前記処理部を含む複数の処理部を更に備え、
前記複数の処理部の各々は、前記複数の記憶部のうち対となる記憶部からデータを読み出す請求項2〜5のいずれか1つに記載の制御装置。
A plurality of processing units including the processing unit;
The control device according to claim 2, wherein each of the plurality of processing units reads data from a pair of storage units among the plurality of storage units.
前記処理部を含む複数の処理部を更に備え、
前記複数の記憶部は、レジスタを含み、
前記セレクト信号で選択された前記1以上の記憶部は、それぞれ、前記複数の処理部のうち対となる処理部のレジスタである請求項2〜4のいずれか1つに記載の制御装置。
A plurality of processing units including the processing unit;
The plurality of storage units include a register,
The control device according to claim 2, wherein each of the one or more storage units selected by the select signal is a register of a pair of processing units among the plurality of processing units.
前記複数の処理部の各々は、前記複数の記憶部のうち対となる記憶部からデータを読み出す請求項7に記載の制御装置。   The control device according to claim 7, wherein each of the plurality of processing units reads data from a pair of storage units among the plurality of storage units. 前記データは、プログラムである請求項2〜8のいずれか1つに記載の制御装置。   The control device according to claim 2, wherein the data is a program. 請求項1〜9のいずれか1つに記載の制御装置を備える画像形成装置。   An image forming apparatus comprising the control device according to claim 1.
JP2012066376A 2012-03-22 2012-03-22 Control device and image forming apparatus Pending JP2013196652A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012066376A JP2013196652A (en) 2012-03-22 2012-03-22 Control device and image forming apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012066376A JP2013196652A (en) 2012-03-22 2012-03-22 Control device and image forming apparatus

Publications (1)

Publication Number Publication Date
JP2013196652A true JP2013196652A (en) 2013-09-30

Family

ID=49395445

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012066376A Pending JP2013196652A (en) 2012-03-22 2012-03-22 Control device and image forming apparatus

Country Status (1)

Country Link
JP (1) JP2013196652A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015115049A (en) * 2013-12-16 2015-06-22 株式会社デンソー Microcomputer

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60202593A (en) * 1984-03-26 1985-10-14 Fujitsu Ltd Writing system of random access memory
JPH0462648A (en) * 1990-07-02 1992-02-27 Hitachi Ltd Storage device
JPH06214880A (en) * 1993-01-14 1994-08-05 Fuji Xerox Co Ltd Memory access device for multiprocessor system
JP2000132491A (en) * 1998-10-21 2000-05-12 Sony Corp Method and system for device control
JP2001209575A (en) * 2000-01-27 2001-08-03 Mitsubishi Electric Corp Signal processing device

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60202593A (en) * 1984-03-26 1985-10-14 Fujitsu Ltd Writing system of random access memory
JPH0462648A (en) * 1990-07-02 1992-02-27 Hitachi Ltd Storage device
JPH06214880A (en) * 1993-01-14 1994-08-05 Fuji Xerox Co Ltd Memory access device for multiprocessor system
JP2000132491A (en) * 1998-10-21 2000-05-12 Sony Corp Method and system for device control
JP2001209575A (en) * 2000-01-27 2001-08-03 Mitsubishi Electric Corp Signal processing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015115049A (en) * 2013-12-16 2015-06-22 株式会社デンソー Microcomputer

Similar Documents

Publication Publication Date Title
JP5659555B2 (en) Image processing apparatus, image processing system, image processing method, and program
JP2016061659A (en) Printed matter inspection device, printed matter inspection system, and printed matter inspection method
JP2013196652A (en) Control device and image forming apparatus
JP6033183B2 (en) Image forming apparatus and method for starting image forming apparatus
JP6115226B2 (en) Control device, image forming apparatus, and determination method
JP6668966B2 (en) Image forming device
JP4519078B2 (en) Control device and image forming apparatus using the same
JP4648927B2 (en) Image forming apparatus
JP4669673B2 (en) Memory exclusive control device, image processing device, and image forming device
JP5989924B2 (en) Image forming apparatus and image forming method
JP2008044106A (en) Image forming apparatus, operating method of image forming apparatus, asic for image processing, operating method of asic for image processing, and program
JP5709708B2 (en) Image forming apparatus
JP2008148159A (en) Data output control apparatus, data output control method and program
JP2017175404A (en) Image formation apparatus and program
JP2008079049A (en) Image forming apparatus
JP6601130B2 (en) Image forming apparatus and image forming method
JP2015096983A (en) Setting device, image forming apparatus including the setting device, and clear coat setting method
JP2020071410A (en) Image processing device, image forming device, program, and image processing method
JP4061200B2 (en) Image forming system and image forming apparatus
JP2009218924A (en) Image processing device and image forming apparatus
JP2000069257A (en) Image processor
JP2021022055A (en) Image forming apparatus and data transfer method
JP2006352929A (en) Image processing apparatus
JP2006167963A (en) Image forming apparatus
JP2004355557A (en) Information processor, image forming apparatus, program for discriminating memory size, and method for discriminating memory size

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20150218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20151201

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20160329