JPH0976580A - Printer - Google Patents

Printer

Info

Publication number
JPH0976580A
JPH0976580A JP7240062A JP24006295A JPH0976580A JP H0976580 A JPH0976580 A JP H0976580A JP 7240062 A JP7240062 A JP 7240062A JP 24006295 A JP24006295 A JP 24006295A JP H0976580 A JPH0976580 A JP H0976580A
Authority
JP
Japan
Prior art keywords
font
cpu
rom
data
bus
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
JP7240062A
Other languages
Japanese (ja)
Inventor
Masahiro Takayanagi
昌弘 高柳
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP7240062A priority Critical patent/JPH0976580A/en
Publication of JPH0976580A publication Critical patent/JPH0976580A/en
Pending legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

PROBLEM TO BE SOLVED: To simultaneously perform the operation of font data and the command fetch of a CPU. SOLUTION: A font developing part 13 performs the operation of font data such as font development performed heretofore by a CPU and a font ROM 14 is connected to a bus 17 for the font ROM separated from a CPU bus 16. A font developing part 13 reads font data from the font ROM 14 and, at the same time, a CPU 11 performs the fetch of the command from an ROM 12 for CPU command data and the access to an RAM 15 in parallel. Therefore, high speed operation becomes possible. The CPU 11 can perform the reading of a font from the font ROM 14 through the font developing part 13. Further, by connecting an RAM 18 for operating font data to the bus 17 for the font ROM, the data operation accompanied by the writing operation to the RAM of the font can be performed without obstructing the operation of the CPU.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は印刷装置に関し、特
に印刷装置内のCPUの周辺に配置されるメモリのメモ
リ領域構成の技術に関する。本発明はレーザ・ビーム・
プリンタのような高速なデータ処理をする印刷装置に好
適である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printing apparatus, and more particularly to a technique for configuring a memory area of a memory arranged around a CPU in the printing apparatus. The present invention is a laser beam
It is suitable for a printing device such as a printer that performs high-speed data processing.

【0002】[0002]

【従来の技術】従来の一般的なCPU(中央演算処理ユ
ニット)の周辺に配置されるメモリのメモリ領域構成方
法としては次のものが挙げられる。まず、最も基本的な
形態として、あらゆるメモリを同一のCPUバス上に配
置する方式がある。この方式は比較的に低コストで実現
できてシステム構成が単純になる反面、高速なデータ処
理を行うシステムでは不都合になる場合がある。例え
ば、システム上にCPU以外にメモリを扱いたいデバイ
ス、例えばサブCPU、高速かつ多くのデータを扱うI
/F(インターフエース)等が存在し、そのデバイスが
メモリに対して頻繁にデータアクセスを行う時である。
この場合、当然CPU以外のデバイスによるCPUバス
の占有率が高くなってしまい、そのためCPUのパフォ
ーマンス(性能)の低下が生じることがある。
2. Description of the Related Art The following is a method of forming a memory area of a memory arranged around a conventional general CPU (central processing unit). First, as the most basic form, there is a system in which all memories are arranged on the same CPU bus. While this method can be realized at a relatively low cost and the system configuration is simple, it may be inconvenient in a system that performs high-speed data processing. For example, a device that wants to handle a memory other than a CPU on the system, such as a sub CPU, I that handles a large amount of data at high speed
/ F (interface) exists and the device frequently accesses the memory.
In this case, of course, the occupation rate of the CPU bus by the device other than the CPU becomes high, and thus the performance of the CPU may deteriorate.

【0003】従来、このような不都合を回避するため
に、メモリの分離を行った例がある。これはROM(リ
ード・オンリ・メモリ)とRAM(ランダム・アクセス
・メモリ)を分離するもので、CPU側のバスにはCP
Uの命令が格納されているROMを配置し、もう一方の
デバイス側にはRAMを配置するというものである。
Conventionally, there is an example in which memory is separated in order to avoid such an inconvenience. This separates ROM (Read Only Memory) and RAM (Random Access Memory). CP is used for the CPU side bus.
The ROM storing the U instruction is arranged, and the RAM is arranged on the other device side.

【0004】[0004]

【発明が解決しようとする課題】一方、レーザ・ビーム
・プリンタの内部では、ホストコンピュータから送られ
てきた描画データ(描画用言語、イメージデータ等)を
基に描画処理を行い、電子写真記録方式により記録用紙
上に印刷を行う。そのため、プリンタ自身がフォントを
持っている場合が多い。基本的にはプリンタ内部のCP
Uがフォントのデータ展開を行うが、高速なシステム構
成を実現するために、フォントのデータ操作(展開、回
転、圧縮、伸長)を専用のデバイスに行わせる場合があ
る。この場合、操作対象となるデータやその作業領域が
RAM内に存在すれば、従来から用いられている上述の
RAMとROMの分離によるメモリ領域構成により、C
PUのバス使用を妨げることを回避できるはずである。
しかしながら、一般的にフォントはROMの中に格納さ
れているので、RAMとROMの分離による従来のメモ
リ領域構成ではフォントデータの操作時にCPUの命令
フェッチ動作が妨げられていた。
On the other hand, in the inside of the laser beam printer, drawing processing is performed based on drawing data (drawing language, image data, etc.) sent from the host computer, and an electrophotographic recording system is used. To print on recording paper. Therefore, the printer itself often has the font. Basically the CP inside the printer
U performs font data expansion, but in order to realize a high-speed system configuration, font data operations (expansion, rotation, compression, expansion) may be performed by a dedicated device. In this case, if the data to be operated and its work area exist in the RAM, the memory area configuration by separating the above-mentioned RAM and ROM, which has been conventionally used, causes C
It should be possible to avoid interfering with PU bus usage.
However, since the font is generally stored in the ROM, the instruction fetch operation of the CPU is hindered when operating the font data in the conventional memory area configuration in which the RAM and the ROM are separated.

【0005】本発明は、上述の点に鑑みてなされたもの
で、その目的はフォントデータの操作とCPUの命令フ
ェッチを同時に行えるように図った印刷装置を提供する
ことにある。
The present invention has been made in view of the above points, and it is an object of the present invention to provide a printing apparatus capable of simultaneously operating font data and fetching a command from a CPU.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するた
め、本発明は、装置全体の演算制御を司るCPUと、前
記CPUとメモリおよび周辺デバイスを接続するCPU
バスと、該CPUバスに接続され前記CPUの制御の下
に文字の形状データであるフォントを操作するフォント
展開部と、前記CPUバスと分離され前記フォント展開
部により読み出される前記フォントのデータを格納して
いるフォント用ROMと、該フォント用ROMと前記フ
ォント展開部を結ぶフォントROM用バスとを具備した
ことを特徴とする。
In order to achieve the above object, the present invention provides a CPU that controls the arithmetic operation of the entire apparatus, and a CPU that connects the CPU with a memory and peripheral devices.
A bus, a font expansion unit connected to the CPU bus for operating a font that is character shape data under the control of the CPU, and the font data separated from the CPU bus and read by the font expansion unit are stored. And a font ROM bus connecting the font ROM and the font expanding unit.

【0007】また、本発明は、その一形態として、前記
CPUは前記フォントの読み出しを前記フォント展開部
を介して前記フォント用ROMから行えることを特徴と
することができる。
As one form of the present invention, the CPU can read the font from the font ROM through the font expansion unit.

【0008】また、本発明は、他の形態として、フォン
トデータ操作用のRAMを前記フォントROM用バスに
接続させてあることを特徴とすることができる。
As another form of the present invention, a RAM for operating font data can be connected to the font ROM bus.

【0009】本発明では、上記のように、印刷装置内臓
のCPUが従来行っていたフォント展開等のフォントデ
ータの操作をフォント展開部が行っており、CPUバス
と分離したフォントROM用バスにフォント用ROMを
接続させているので、フォント展開部がフォントデータ
をフォント用ROMから読むと同時に、CPUがCPU
命令データ用ROMから命令のフェッチや、RAMへの
アクセスを並行して行え、このため高速動作が可能にな
る。また、CPUはフォントのリードをフォント用RO
Mからフォント展開部を通して行える。更にフォントデ
ータ操作用のRAMをフォントROM用バスに接続させ
ることで、フォントのRAMへのライト動作を伴うデー
タ操作もCPUの動作を妨げることなく行える。
In the present invention, as described above, the font expansion unit performs the operation of the font data such as the font expansion conventionally performed by the CPU incorporated in the printing apparatus, and the font is stored in the font ROM bus separated from the CPU bus. Since the font ROM is connected, the font expansion unit reads the font data from the font ROM and at the same time the CPU
Instructions can be fetched from the instruction data ROM and access to the RAM can be performed in parallel, which enables high-speed operation. In addition, the CPU reads the font to RO for the font.
It can be done from M through the font development part. Further, by connecting the RAM for font data operation to the font ROM bus, data operations involving a write operation to the font RAM can be performed without disturbing the operation of the CPU.

【0010】[0010]

【発明の実施の形態】以下、図面を参照しながら本発明
の実施の形態を詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0011】(第1の実施形態)図1は本発明をレーザ
・ビーム・プリンタ(以下、LBPと称する)に適用し
た第1の実施形態の構成を示す。LBP内で高速なデー
タ処理を行うコントローラ内のメモリは通常ROM、R
AM等から構成されており、本発明はそのROMの構成
に関するものである。図1において、11はLBPの全
体の演算制御を司るCPU、12はこのCPUのインス
トラクション(命令)を格納しているCPU命令データ
用ROMである。13は文字の形状のデータであるフォ
ントを操作(フォントの展開、回転、圧縮、伸長)する
専用デバイスであるフォント展開部、14はそのフォン
トデータを格納しているフォント用ROMである。15
はCPU11の作業領域や描画用データエリア等に使用
されるRAM、16はCPU11とメモリおよび周辺デ
バイスを接続するCPUバス、17はフォント用ROM
14とフォント展開部13を結ぶフォントROM用バス
である。
(First Embodiment) FIG. 1 shows the configuration of a first embodiment in which the present invention is applied to a laser beam printer (hereinafter referred to as LBP). The memory in the controller that performs high-speed data processing in the LBP is usually ROM or R
The present invention relates to the structure of the ROM, which is composed of an AM and the like. In FIG. 1, 11 is a CPU that controls the overall arithmetic control of the LBP, and 12 is a CPU command data ROM that stores the instructions (commands) of this CPU. Reference numeral 13 is a font expansion unit which is a dedicated device for operating (font expansion, rotation, compression, expansion) a font which is character shape data, and 14 is a font ROM which stores the font data. Fifteen
Is a RAM used as a work area of the CPU 11 or a drawing data area, 16 is a CPU bus that connects the CPU 11 to the memory and peripheral devices, and 17 is a font ROM
It is a bus for font ROM that connects 14 and the font expansion unit 13.

【0012】図1の構成では、従来では通常CPUが行
っていたフォント展開等のフォントデータの操作をフォ
ント展開部13が行っており、かつフォント用ROM1
4をCPUバス16と分離したフォントROM用バス1
7に接続させている。このような構成を採用すること
で、フォント展開部13がフォントデータをフォント用
ROM14から読むと同時に、CPU11がCPU命令
データ用ROM12から命令のフェッチや、RAM15
へのアクセスを並行して行えるようになる。この結果、
高速動作が可能になる。また、CPU11はフォント用
ROM14からフォントのリードをフォント展開部13
を通して行える。
In the configuration shown in FIG. 1, the font expansion unit 13 performs the operation of font data such as the font expansion conventionally performed by the CPU, and the font ROM 1 is used.
Bus 1 for font ROM separated from CPU bus 16
It is connected to 7. By adopting such a configuration, the font expanding unit 13 reads the font data from the font ROM 14, and at the same time, the CPU 11 fetches an instruction from the CPU instruction data ROM 12 and the RAM 15
Will be able to access in parallel. As a result,
High-speed operation becomes possible. Further, the CPU 11 reads the font from the font ROM 14 and loads the font into the font expansion unit 13
Can be done through.

【0013】(第2の実施形態)図2は本発明をLBP
に適用した第2の実施形態の構成を示す。図2におい
て、11〜17は図1の同一符号のものと同様の構成要
素である。18はフォントデータ操作(フォント展開、
フォント圧縮・伸長)用のフォント用RAMであり、フ
ォントROM用バス17に接続している。
(Second Embodiment) FIG. 2 shows the present invention as an LBP.
2 shows a configuration of a second embodiment applied to. In FIG. 2, 11 to 17 are the same components as those of the same reference numerals in FIG. 18 is font data operation (font expansion,
This is a font RAM for font compression / decompression) and is connected to the font ROM bus 17.

【0014】図2の構成では、フォント展開等のフォン
トデータの操作をフォント展開部13が行っており、か
つフォント用ROM14とフォント用RAM18をCP
Uバス16と分離したフォントROM用バス17に接続
させている。このような構成を採用することで、第1の
実施形態で述べたようにフォント展開部13でのフォン
トデータのリードとCPU11のアクセスの並行動作を
可能にすると同時に、フォント用RAM18を用いるこ
とで、フォントのRAMへのライト動作を伴うデータ操
作(フォント展開後のデータライト、フォント圧縮・伸
長後のデータライト等)もCPU11の動作を妨げるこ
となく行える。この結果、より高速動作が可能になる。
また、CPU11はフォント用ROM14からフォント
のリード、フォント用RAM18へのリード・ライト動
作をフォント展開部13を通して行える。
In the configuration shown in FIG. 2, the font expansion unit 13 performs font data operations such as font expansion, and the font ROM 14 and font RAM 18 are CP.
It is connected to a font ROM bus 17 separated from the U bus 16. By adopting such a configuration, as described in the first embodiment, it is possible to allow the font development unit 13 to read the font data and access the CPU 11 in parallel, and at the same time to use the font RAM 18. Data operations (such as data writing after font expansion and data writing after font compression / expansion) accompanied by a font write operation to the RAM can be performed without disturbing the operation of the CPU 11. As a result, higher speed operation becomes possible.
Further, the CPU 11 can perform a font read from the font ROM 14 and a read / write operation to the font RAM 18 through the font expansion unit 13.

【0015】(他の実施形態)本発明は、複数の機器か
ら構成されるシステムに適用しても、1つの機器からな
る装置に適用しても良い。また、本発明はシステム或は
装置にプログラムを供給することによって達成する場合
にも適用できることは言うまでもない。この場合、本発
明を達成するためのソフトウエアによって表されるプロ
グラムを格納した記憶媒体を該システム或は装置に読み
出すことによって、そのシステム或は装置が、本発明の
効果を享受することが可能となる。
(Other Embodiments) The present invention may be applied to a system including a plurality of devices or an apparatus including a single device. Further, it goes without saying that the present invention can be applied to the case where it is achieved by supplying a program to a system or an apparatus. In this case, by reading a storage medium storing a program represented by software for achieving the present invention into the system or the apparatus, the system or the apparatus can enjoy the effects of the present invention. Becomes

【0016】[0016]

【発明の効果】以上説明してきたように、本発明によれ
ば、ROMをCPU命令データ用ROMとフォント用R
OMに分離し、このフォント用ROMをフォント展開等
のフォントデータの操作を行うフォント展開部を介して
CPUバスと分離したフォントROM用バスに接続して
いるので、従来のシステムでは行えなかったCPUのR
OMからのインストラクション・フェッチと、フォント
データのリードを同時に行うことが可能になり、システ
ムの高速動作が可能となる効果が得られる。
As described above, according to the present invention, the ROM is the CPU command data ROM and the font R.
Since it is separated into the OM and this font ROM is connected to the font ROM bus separated from the CPU bus via the font expansion unit for operating font data such as font expansion, a CPU that cannot be performed in the conventional system. R
The instruction fetch from the OM and the reading of the font data can be performed at the same time, and the high speed operation of the system can be achieved.

【0017】また、本発明によれば、更にフォントデー
タ操作(フォント展開、フォント圧縮・伸長)用のフォ
ント用RAMをフォントROM用バスに接続させること
で、フォントのRAMへのライト動作を伴うデータ操作
(フォント展開後のデータライト、フォント圧縮・伸長
後のデータライト等)もCPUの動作を妨げることなく
行え、システムのより高速動作が可能になる効果が得ら
れる。
Further, according to the present invention, by further connecting a font RAM for font data operation (font expansion, font compression / expansion) to the font ROM bus, data accompanying a write operation of the font RAM is performed. Operations (data writing after font expansion, data writing after font compression / decompression, etc.) can also be performed without disturbing the operation of the CPU, and the effect that the system can operate at higher speed is obtained.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明をLBPに適用した第1の実施形態であ
って、CPU命令データ用ROMとフォント用ROMを
分離した構成例を示すブロック図である。
FIG. 1 is a block diagram showing a first embodiment in which the present invention is applied to an LBP and showing a configuration example in which a CPU command data ROM and a font ROM are separated.

【図2】本発明をLBPに適用した第2の実施形態であ
って、分離したフォントROM用バス上にフォント用R
AMを搭載した構成例を示すブロック図である。
FIG. 2 is a second embodiment in which the present invention is applied to LBP, in which a font R is provided on a separate font ROM bus.
It is a block diagram which shows the structural example which mounts AM.

【符号の説明】[Explanation of symbols]

11 CPU 12 CPU命令データ用ROM 13 フォント展開部 14 フォント用ROM 15 RAM 16 CPUバス 17 フォントROM用バス 18 フォント用RAM 11 CPU 12 CPU instruction data ROM 13 Font expansion unit 14 Font ROM 15 RAM 16 CPU bus 17 Font ROM bus 18 Font RAM

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 装置全体の演算制御を司るCPUと、 前記CPUとメモリおよび周辺デバイスを接続するCP
Uバスと、 該CPUバスに接続され前記CPUの制御の下に文字の
形状データであるフォントを操作するフォント展開部
と、 前記CPUバスと分離され前記フォント展開部により読
み出される前記フォントのデータを格納しているフォン
ト用ROMと、 該フォント用ROMと前記フォント展開部を結ぶフォン
トROM用バスとを具備したことを特徴とする印刷装
置。
1. A CPU that controls arithmetic operation of the entire apparatus, and a CP that connects the CPU with a memory and peripheral devices.
A U-bus, a font expansion unit connected to the CPU bus for operating a font that is character shape data under the control of the CPU, and the font data separated from the CPU bus and read by the font expansion unit. A printing apparatus comprising: a font ROM stored therein; and a font ROM bus connecting the font ROM and the font expansion unit.
【請求項2】 前記CPUは前記フォントの読み出しを
前記フォント展開部を介して前記フォント用ROMから
行えることを特徴とする請求項1に記載の印刷装置。
2. The printing apparatus according to claim 1, wherein the CPU can read the font from the font ROM via the font expansion unit.
【請求項3】フォントデータ操作用のRAMを前記フォ
ントROM用バスに接続させてあることを特徴とする請
求項1または2に記載の印刷装置。
3. The printer according to claim 1, wherein a RAM for operating font data is connected to the font ROM bus.
JP7240062A 1995-09-19 1995-09-19 Printer Pending JPH0976580A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7240062A JPH0976580A (en) 1995-09-19 1995-09-19 Printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7240062A JPH0976580A (en) 1995-09-19 1995-09-19 Printer

Publications (1)

Publication Number Publication Date
JPH0976580A true JPH0976580A (en) 1997-03-25

Family

ID=17053924

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7240062A Pending JPH0976580A (en) 1995-09-19 1995-09-19 Printer

Country Status (1)

Country Link
JP (1) JPH0976580A (en)

Similar Documents

Publication Publication Date Title
JP2839119B2 (en) Character processing apparatus and method
JP5060241B2 (en) Information processing apparatus and control method thereof
JPH0976580A (en) Printer
JPH0651989A (en) Fast loading system of operating system in computer system
JP2003177907A (en) Unit and system for information processing, print control method, storage medium, and program
JP3230516B2 (en) Printer, recording medium and printer memory management method
JP2661742B2 (en) Character processor
JPH06176019A (en) Publication medium and document processor
JPH06110888A (en) Method and device for document output
JP4072423B2 (en) Printing apparatus and control method thereof, and host computer and control method thereof
JPH05327955A (en) Image forming device and method for processing control program therein
JP2000298565A (en) Method and device for controlling printing and storage medium storing program for executing the printing controlling method
JPH06179270A (en) Printer
JP2000222140A (en) Printer, memory managing method for printer, and recording medium where program is recorded
JPH10177493A (en) Graphic processing system
JPH05274095A (en) Printer controller
JPH09146521A (en) Device and method for output control
JPH0527929A (en) Printer control part
JP2006128821A (en) Printer and print method
JPH07299931A (en) Printer and control thereof
JP2002120414A (en) Apparatus and method for outputting image
JP2004148739A (en) Image forming apparatus
JP2004164473A (en) Output control device
JPH06106794A (en) Print controller
JPH04288592A (en) Image processor