JP2001005773A - Device and method for controlling storage - Google Patents

Device and method for controlling storage

Info

Publication number
JP2001005773A
JP2001005773A JP11175815A JP17581599A JP2001005773A JP 2001005773 A JP2001005773 A JP 2001005773A JP 11175815 A JP11175815 A JP 11175815A JP 17581599 A JP17581599 A JP 17581599A JP 2001005773 A JP2001005773 A JP 2001005773A
Authority
JP
Japan
Prior art keywords
data
line
bank
odd
address
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
JP11175815A
Other languages
Japanese (ja)
Inventor
Tadashi Kawaguchi
匡 川口
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 JP11175815A priority Critical patent/JP2001005773A/en
Publication of JP2001005773A publication Critical patent/JP2001005773A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce a bus occupancy ratio and to prevent a DMA access from stopping at the break of a line. SOLUTION: A controller part 101 divides bitmap data into odd line data and even line data, switches line data obtained by the division to the memory bank of a corresponding SDRAM 107 according to the odd/even of each line and collectively fetches the bitmap data of odd and even lines by one time DMA access while synchronizing with the memory bank switching.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、解像度変換処理が
可能な印字制御装置に用いられる記憶制御装置および方
法に関するものである。
[0001] 1. Field of the Invention [0002] The present invention relates to a storage control device and method used in a print control device capable of performing resolution conversion processing.

【0002】[0002]

【従来の技術】従来、メモリ制御装置はページ単位もし
くはバンド単位で作成されたビットマップデータの奇数
ラインと偶数ラインのデータ用にそれぞれ別のDMAチ
ャネルのパラメータを持ち、各DMA(direct memory
access)ユニットで先頭アドレスおよびワード幅を管理
することにより、バッファに印字データを格納し、ビデ
オ変換部が解像度変換処理部へ当該ラインと次ラインの
シリアルビデオ信号(CVDON,CVDO(N+
1))を転送することにより、解像度変換処理が行なわ
れていた。ここでいう解像度変換処理とは、ビットマッ
プデータの画素パターンの解像度よりも低い解像度のエ
ンジンを利用して細部の損失なく再生することをいう。
2. Description of the Related Art Conventionally, a memory control device has different DMA channel parameters for data of odd-numbered lines and even-numbered lines of bitmap data created in units of pages or bands, and each DMA (direct memory) has
The print data is stored in the buffer by managing the head address and word width in the access) unit, and the video conversion unit sends the serial video signals (CVDON, CVDO (N +
The resolution conversion processing has been performed by transferring 1)). The resolution conversion processing referred to here means that reproduction is performed without loss of details using an engine having a resolution lower than the resolution of the pixel pattern of the bitmap data.

【0003】図5はSDRAM上の解像度2Rのビット
マップデータを(4R×R)の解像度で印刷出力する例
を説明するための説明図である。この例では、Aバンク
には、偶数ラインのビットマップデータが格納されてお
り、Bバンクには、奇数ラインのビットマップデータが
格納されている。そして、ビットマップデータをSDR
AMから取り込ませる際には、AバンクのアクセスとB
バンクのアクセスを交互に繰り返す。すなわち、Aバン
クのアクセスサイクルでnライン目のビットマップデー
タを取り込み、Bバンクのアクセスサイクルで(n+
1)ライン目のビットマップデータを取り込み、つい
で、Aバンクのアクセスサイクルで(n+2)ライン目
のビットマップデータを取り込み、Bバンクのアクセス
サイクルで(n+3)ライン目のビットマップデータを
取り込み、以後、このような規則で、ビットマップデー
タの取り込みを行なう。
FIG. 5 is an explanatory diagram for explaining an example in which bitmap data having a resolution of 2R on an SDRAM is printed out at a resolution of (4R × R). In this example, the A bank stores bitmap data of even lines, and the B bank stores bitmap data of odd lines. Then, the bitmap data is converted to the SDR
When importing from AM, access from bank A and B
Bank access is alternately repeated. That is, the bitmap data of the nth line is fetched in the access cycle of bank A, and (n +
1) The bitmap data of the line is fetched, the bitmap data of the (n + 2) th line is fetched in the access cycle of the bank A, and the bitmap data of the (n + 3) th line is fetched in the access cycle of the bank B. The bitmap data is taken in according to such a rule.

【0004】そして、解像度変換部により解像度2Rの
ビットマップデータをデータ処理して(4R×R)の解
像度で印刷出力する。
[0004] The resolution conversion unit performs data processing on the bitmap data having a resolution of 2R and prints out the data at a resolution of (4R x R).

【0005】[0005]

【発明が解決しようとする課題】しかしながら、上記従
来例では、図6に示すように、解像度変換処理を行なう
際にはDMAが2チャネル必要であって、それぞれ個別
のパラメータが必要なので、制御が複雑になり、しか
も、システム内におけるビデオ制御部のDMAのパス専
有率が増加するという問題点があった。
However, in the above-mentioned conventional example, as shown in FIG. 6, when performing the resolution conversion process, two channels of DMA are required, and individual parameters are required, so that control is not performed. There is a problem that the system becomes complicated and the occupation ratio of the DMA path of the video control unit in the system increases.

【0006】また、ラインの切目で、アドレスがDMA
チャネルごとに必ず1ライン分飛ぶので、DMAアクセ
スが必ず切れてしまい、アクセス効率が悪いという問題
点があった。
Also, at the line break, the address is set to DMA.
Since one line is always skipped for each channel, DMA access is always cut off, and there is a problem that access efficiency is poor.

【0007】そこで、本発明の目的は、上記のような問
題点を解決し、バス専有率を減少させ、ラインの切目で
DMAアクセスが途切れず、しかも、構成を簡素化する
ことができる記憶制御装置および方法を提供することに
ある。
Accordingly, an object of the present invention is to solve the above-mentioned problems, reduce the bus occupation rate, and ensure that DMA access is not interrupted at line breaks and that the configuration can be simplified. It is to provide an apparatus and a method.

【0008】[0008]

【課題を解決するための手段】請求項1の発明は、ビッ
トマップデータを奇数ラインデータおよび偶数ラインデ
ータに分割する分割手段と、該分割手段による分割によ
り得られたラインデータを各ラインの奇数偶数に従って
対応するメモリバンクに切り換え格納する格納手段と、
該格納手段によるメモリバンク切り換えに同期させて1
回のDMAアクセスで奇数、偶数ラインのビットマップ
データを一括して取り込むDMAアクセス手段とを備え
たことを特徴とする。
According to a first aspect of the present invention, there is provided a dividing means for dividing bitmap data into odd-numbered line data and even-numbered line data, and dividing the line data obtained by the dividing means into odd-numbered line data and odd-numbered line data. Storage means for switching and storing in a corresponding memory bank according to an even number;
In synchronization with the memory bank switching by the storage means, 1
DMA access means for fetching bitmap data of odd and even lines in a single DMA access.

【0009】請求項1において、DMAアクセス手段
は、アクセスをバースト単位で行なうことができる。
In the first aspect, the DMA access means can perform access in burst units.

【0010】請求項2において、DMAアクセス手段
は、バースト単位を2分割し、その最上位アドレスをバ
ンクアドレスとして割り付けることができる。
In the present invention, the DMA access means can divide a burst unit into two and assign the highest address as a bank address.

【0011】請求項1において、バンクアドレスが切り
換わる時点で、偶数ラインに対応するバンクのオフセッ
トアドレスを再ロードするロード手段を備えることがで
きる。
According to the first aspect of the present invention, it is possible to provide a load means for reloading the offset address of the bank corresponding to the even line when the bank address is switched.

【0012】請求項5の発明は、ビットマップデータを
奇数ラインデータおよび偶数ラインデータに分割する分
割ステップと、分割により得られたラインデータを各ラ
インの奇数偶数に従って対応するメモリバンクに切り換
え格納する格納ステップと、該格納ステップでのメモリ
バンク切り換えに同期させて1回のDMAアクセスで奇
数、偶数ラインのビットマップデータを一括して取り込
むDMAアクセスステップとを備えたことをを特徴とす
る。
According to a fifth aspect of the present invention, there is provided a dividing step of dividing bitmap data into odd-numbered line data and even-numbered line data, and the line data obtained by the division is switched and stored in a corresponding memory bank according to the odd-even number of each line. A storage step and a DMA access step in which bitmap data of odd-numbered and even-numbered lines are batch-fetched by one DMA access in synchronization with memory bank switching in the storage step.

【0013】請求項5において、DMAアクセスステッ
プは、アクセスをバースト単位で行なうことができる。
In the fifth aspect, in the DMA access step, the access can be performed in burst units.

【0014】請求項6において、DMAアクセスステッ
プは、バースト単位を2分割し、その最上位アドレスを
バンクアドレスとして割り付けることができる。
In the sixth aspect, in the DMA access step, the burst unit can be divided into two, and the highest address can be assigned as a bank address.

【0015】請求項5において、バンクアドレスが切り
換わる時点で、偶数ラインに対応するバンクのオフセッ
トアドレスを再ロードするロードステップを備えること
ができる。
According to a fifth aspect of the present invention, a load step of reloading the offset address of the bank corresponding to the even-numbered line when the bank address is switched can be provided.

【0016】[0016]

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

【0017】<第1の実施の形態>図1は本発明の第1
の実施の形態を示す。これは印刷システムの例であっ
て、この印刷システムは、図1に示すように、コントロ
ーラ部101と、ホストコンピュータ102と、エンジ
ン部103とを有する。
<First Embodiment> FIG. 1 shows a first embodiment of the present invention.
An embodiment will be described. This is an example of a printing system. As shown in FIG. 1, the printing system includes a controller unit 101, a host computer 102, and an engine unit 103.

【0018】コントローラ部101はホストコンピュー
タ102からのコマンドおよびデータを処理し、記録用
紙に記録される画像情報をビットマップデータとしてメ
モリに形成するものである。ホストコンピュータ102
はコントローラ部101に対しての印刷データ供給源で
ある。エンジン部103はコントローラ部101からの
VDQ Dataを記録用紙に印刷出力するものである。
The controller 101 processes commands and data from the host computer 102 and forms image information recorded on recording paper as bitmap data in a memory. Host computer 102
Is a print data supply source for the controller unit 101. The engine unit 103 receives the
It prints VDQ Data on recording paper.

【0019】コントローラ部101はCPU(central
processing unit)104と、ROM(read only memor
y)105と、RAM(random access memory)106
と、SDRAM107と、I/F(interface)制御部
108と、DMAコントローラ109と、ビデオ制御部
110とがシステムバス112を介して相互に接続して
ある。ビデオ制御部110に解像度変換処理部111が
接続してある。
The controller unit 101 has a CPU (central
processing unit (104) and ROM (read only memor)
y) 105 and RAM (random access memory) 106
, An SDRAM 107, an I / F (interface) control unit 108, a DMA controller 109, and a video control unit 110 are mutually connected via a system bus 112. A resolution conversion processing unit 111 is connected to the video control unit 110.

【0020】CPU104はコントローラ部101の各
部を制御するものである。ROM105はコントローラ
部101の動作を管理するプログラムやフォントデータ
が格納してある。RAM106はプログラムのスタック
を一時的に退避したり、制御結果を格納し、主に、ワー
ク用に使用するためのものである。SDRAM107は
2つのバンクを有し、ホストコンピュータ102からの
記録データを処理して生成された画像情報をビットマッ
プデータとして格納するためのものである。I/F制御
部108はホストコンピュータ102からの記録データ
をプロトコルに基づいて取り込みRAM106へ出力す
るものである。DMAコントローラ109はCPU10
4と図示しない複数のDMAユニットから、ROM10
5とRAM106とSDRAM107などのメモリに対
してアクセスの要求があったとき、システムバス112
の調停と、メモリアクセスのタイミングと、データの経
路等を制御するものである。ビデオ制御部110はSD
RAM107に格納されたビットマップデータを、決め
られたタイミングでパラレル・シリアル変換し、VDO Da
taとして必要なライン分のデータを解像度変換処理部1
11に出力するものである。解像度変換処理部111は
ビデオ制御部110からの当該ラインと次ラインのVDO
Dataを取り込み、決められたタイミングで、その解像度
2Rのデータを(4R×R)のデータに変換して、エン
ジン部103へ出力するものである。システムバス11
2は各部へアドレスおよびデータ情報を転送するための
ものである。
The CPU 104 controls each section of the controller section 101. The ROM 105 stores programs for managing the operation of the controller unit 101 and font data. The RAM 106 temporarily saves the stack of the program and stores control results, and is mainly used for work. The SDRAM 107 has two banks, and stores image information generated by processing recording data from the host computer 102 as bitmap data. The I / F control unit 108 captures recording data from the host computer 102 based on a protocol and outputs the data to the RAM 106. DMA controller 109 is CPU 10
4 and a plurality of DMA units (not shown)
5, when there is a request for access to a memory such as the RAM 106 and the SDRAM 107, the system bus 112
Arbitration, memory access timing, data paths, and the like. The video control unit 110 is SD
The bitmap data stored in the RAM 107 is converted from parallel to serial at a predetermined timing,
Resolution conversion processing unit 1 for the data of the line required as ta
11 is output. The resolution conversion processing unit 111 receives the VDO of the line from the video control unit 110
Data is fetched, the data having a resolution of 2R is converted into (4R × R) data at a predetermined timing, and output to the engine unit 103. System bus 11
Numeral 2 is for transferring address and data information to each section.

【0021】図2は図1のROM105にストアされる
制御プログラムの一例を示すフローチャートである。ホ
ストコンピュータ102から記録データが転送される
と、その記録データをI/F制御部108を通して一旦
RAM106へ格納し、その記録データをCPU104
と図示しない複数のDMAユニットにより処理させる
(S101)。この時、記録データの中から、「どのよ
うな形式」でVDO Dataを記録用紙に印刷出力したいかを
表す出力モードコードを識別する。そして、そのコード
がReal出力モード(解像度2Rのデータを2Rのまま印
刷出力)か、解像度変換出力モード(解像度2Rのデー
タを(4R×R)の解像度で印刷出力)かのいずれであ
るかを判定する(S102)。そして、判定結果に応じ
て、SDRAM107に形成されるビットマップデータ
の格納方法を変える。
FIG. 2 is a flowchart showing an example of the control program stored in the ROM 105 of FIG. When the recording data is transferred from the host computer 102, the recording data is temporarily stored in the RAM 106 through the I / F control unit 108, and the recording data is transferred to the CPU 104.
And a plurality of DMA units (not shown) (S101). At this time, an output mode code indicating “in what format” the VDO Data is desired to be printed out on the recording paper is identified from the recording data. Whether the code is in the Real output mode (print output of 2R data with 2R resolution as it is) or the resolution conversion output mode (print of 2R data with (4R × R) resolution) is output. A determination is made (S102). Then, the storage method of the bitmap data formed in SDRAM 107 is changed according to the determination result.

【0022】すなわち、解像度変換出力モードと判定し
た場合は、ビットマップデータをその奇数ラインと偶数
ラインでバンクを切り換えて格納し(S103)、ビデ
オ制御部110によりDMAで、そのビットマップデー
タをSDRAM107から取り込ませる(S104)。
That is, if it is determined that the output mode is the resolution conversion output mode, the bit map data is stored by switching the bank between the odd line and the even line (S103), and the video controller 110 transfers the bit map data to the SDRAM 107 by DMA. (S104).

【0023】図4はSDRAM107上の解像度2Rの
ビットマップデータを(4R×R)の解像度で印刷出力
する例を説明するための説明図である。この例では、A
バンクには、偶数ラインのビットマップデータが格納さ
れており、Bバンクには、奇数ラインのビットマップデ
ータが格納されている。そして、ビットマップデータを
SDRAM107から取り込ませる際には、Aバンクの
nライン目のビットマップデータとBバンクの(n+
1)ライン目のビットマップデータの2ラインのビット
マップデータがバンクの切り換えにより一括して取り込
ませ、ついで、Aバンクの(n+2)ライン目のビット
マップデータとBバンクの(n+3)ライン目のビット
マップデータの2ラインのビットマップデータがバンク
の切り換えにより一括して取り込ませ、以後、このよう
な規則で、2ラインづつバンクの切り換えにより一括し
て取り込ませる。
FIG. 4 is an explanatory diagram for explaining an example in which bitmap data having a resolution of 2R on the SDRAM 107 is printed out at a resolution of (4R × R). In this example, A
The bank stores the bitmap data of the even line, and the bank B stores the bitmap data of the odd line. When the bitmap data is taken in from the SDRAM 107, the bitmap data of the nth line of the A bank and the (n +
1) The bitmap data of the two lines of the bitmap data of the line are fetched in a lump by switching the banks, and then the bitmap data of the (n + 2) th line of the A bank and the (n + 3) th line of the B bank. The two lines of bitmap data of the bitmap data are fetched collectively by switching the banks, and thereafter, by such a rule, fetched collectively by switching the banks every two lines.

【0024】そして、ビデオ制御部110からのDMA
要求を受け付けると、DMAコントローラ109により
そのバースト単位を2分割、すなわち、(DMAコント
ローラ109によるSDRAM107に対するアクセス
単位が8バーストである場合)4バーストづつにし、そ
の最上位アドレス、すなわち、(0→4→8→C→10
→14→18→1Cと動作するので)A4をSDRAM
107のバンクアドレス(BA)に割り付ける(S10
5)。そして、各バンクから4ワードずつ取り込み、ビ
デオ制御部110は当該ラインの4ワードのデータ(図
3(g)のQA)と次ラインの4ワードのデータ(図3
(g)のQB)をそれぞれビデオ制御部110のOBU
FおよびEBUFに格納する(具体的なタイミングにつ
いては図3を参照)。
The DMA from the video control unit 110
When the request is accepted, the DMA controller 109 divides the burst unit into two, that is, (when the access unit to the SDRAM 107 by the DMA controller 109 is eight bursts), and divides it into four bursts, and the highest address, that is, (0 → 4) → 8 → C → 10
→ 14 → 18 → 1C) A4 is SDRAM
107 is assigned to the bank address (BA) (S10
5). Then, four words are fetched from each bank, and the video control unit 110 outputs data of four words of the line (QA in FIG. 3G) and data of four words of the next line (FIG. 3G).
(QB) of (g) is the OBU of the video control unit 110, respectively.
F and EBUF (see FIG. 3 for specific timing).

【0025】そして、ビデオ制御部110による1回の
DMA要求が完了すると、DMAコントローラ109
は、DMAアドレスをそれぞれのバンクに関して加算す
るが、その加算値は通常のバースト単位のそれぞれ半分
となる(ここでは、20→10×2(h))(S10
6)。
When one DMA request by the video control unit 110 is completed, the DMA controller 109
Adds the DMA address for each bank, and the added value becomes half of the normal burst unit (here, 20 → 10 × 2 (h)) (S10
6).

【0026】そして、データがビデオ制御部110のO
BUFおよびEBUF内に定量格納された時点で、ビデ
オ制御部110により解像度変換処理部111へ当該ラ
インと次ラインのデータをパラレル・シリアル変換して
出力する(CVDONおよびCVDO(N+1))(S
107)。
Then, the data is stored in the O
At the time when the data is quantitatively stored in the BUF and the EBUF, the video control unit 110 converts the data of the line and the next line into parallel / serial data and outputs the data to the resolution conversion processing unit 111 (CVDON and CVDO (N + 1)) (S
107).

【0027】また、本実施の形態では、奇数ラインと偶
数ラインの各オフセットアドレス(A0)を合わせれ
ば、バンクアドレスBAのみ変化させるだけで回路が実
現でき、アクセスの途中のラインの変化点でオフセット
アドレスをロードする必要がないので、構成を簡素化す
ることができる。
Further, in this embodiment, if the offset addresses (A0) of the odd and even lines are matched, a circuit can be realized only by changing only the bank address BA. Since there is no need to load addresses, the configuration can be simplified.

【0028】<第2の実施の形態>第1の実施の形態で
は、SDRAM107の各バンクに関して、奇数ライ
ン、偶数ラインのそれぞれのビットマップデータを格納
するオフセットアドレスを共通にして、バンクアドレス
BAのみを切り換えるようにして、回路を単純化するよ
うにした。
<Second Embodiment> In the first embodiment, with respect to each bank of the SDRAM 107, the offset address for storing the bit map data of each of the odd line and the even line is shared, and only the bank address BA is used. Was switched to simplify the circuit.

【0029】これに対して、本実施の形態では、SDR
AM107の容量やビットマップデータのバンド単位で
の処理方法等、コントローラ部101の構成上いろいろ
な場合が考えられ、オフセットアドレスが共通にできな
い可能性があっても、DMAコントローラ109がSD
RAM107からデータを取り込む際に、バンクアドレ
スBAが切り換わる時点(図3に、★で示す)で、バン
クBのオフセットアドレスを再ロードするようにしたの
で、第1の実施の形態と同様の効果を奏することができ
る。
On the other hand, in the present embodiment, the SDR
Various cases are conceivable due to the configuration of the controller unit 101, such as the capacity of the AM 107 and the processing method of the bitmap data in band units.
When fetching data from the RAM 107, the offset address of the bank B is reloaded when the bank address BA is switched (indicated by ★ in FIG. 3), so that the same effect as in the first embodiment is obtained. Can be played.

【0030】[0030]

【発明の効果】以上説明したように、本発明によれば、
上記のように構成したので、ビデオ制御のDMAアクセ
スに係るバス専有率が減少し、ラインの切目でも各バン
クごとにアドレスが連続するので、DMAアクセスが途
切れることがなくなる。
As described above, according to the present invention,
With the above-described configuration, the bus occupation rate related to the DMA access of the video control is reduced, and the address is continuous for each bank even at the line break, so that the DMA access is not interrupted.

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

【図1】本発明の第1の実施の形態を示すブロック図で
ある。
FIG. 1 is a block diagram showing a first embodiment of the present invention.

【図2】図1のROM105にストアされる制御プログ
ラムの一例を示すフローチャートである。
FIG. 2 is a flowchart showing an example of a control program stored in a ROM 105 of FIG.

【図3】図1のコントローラ部101の各信号のタイミ
ングの一例を示すタイミング図である。
FIG. 3 is a timing chart showing an example of the timing of each signal of the controller unit 101 in FIG. 1;

【図4】SDRAM107のメモリマップの一例を示す
図である。
FIG. 4 is a diagram showing an example of a memory map of the SDRAM 107.

【図5】従来の記憶制御装置内のSDRAM上のメモリ
マップの一例を示す図である。
FIG. 5 is a diagram showing an example of a memory map on an SDRAM in a conventional storage control device.

【図6】従来のメモリ制御装置の各信号のタイミングの
一例を示すタイミング図である。
FIG. 6 is a timing chart showing an example of the timing of each signal of a conventional memory control device.

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

101 コントローラ部 102 ホストコンピュータ 103 エンジン部 104 CPU 105 ROM 106 RAM 107 SDRAM 108 I/F制御部 109 DMAコントローラ 110 ビデオ制御部 111 解像度変換処理部 112 システムバス DESCRIPTION OF SYMBOLS 101 Controller part 102 Host computer 103 Engine part 104 CPU 105 ROM 106 RAM 107 SDRAM 108 I / F control part 109 DMA controller 110 Video control part 111 Resolution conversion processing part 112 System bus

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 ビットマップデータを奇数ラインデータ
および偶数ラインデータに分割する分割手段と、 該分割手段による分割により得られたラインデータを各
ラインの奇数偶数に従って対応するメモリバンクに切り
換え格納する格納手段と、 該格納手段によるメモリバンク切り換えに同期させて1
回のDMAアクセスで奇数、偶数ラインのビットマップ
データを一括して取り込むDMAアクセス手段とを備え
たことを特徴とする記憶制御装置。
1. Dividing means for dividing bitmap data into odd-numbered line data and even-numbered line data, and storage for switching and storing the line data obtained by the dividing means into a corresponding memory bank according to the odd-even number of each line. Means in synchronization with memory bank switching by said storage means.
A storage control device comprising: a DMA access unit that fetches bitmap data of odd and even lines in a single DMA access.
【請求項2】 請求項1において、前記DMAアクセス
手段は、アクセスをバースト単位で行なうことを特徴と
する記憶制御装置。
2. The storage controller according to claim 1, wherein said DMA access means performs access in burst units.
【請求項3】 請求項2において、前記DMAアクセス
手段は、バースト単位を2分割し、その最上位アドレス
をバンクアドレスとして割り付けることを特徴とする記
憶制御装置。
3. The storage control device according to claim 2, wherein said DMA access means divides a burst unit into two and assigns the highest address as a bank address.
【請求項4】 請求項1において、バンクアドレスが切
り換わる時点で、偶数ラインに対応するバンクのオフセ
ットアドレスを再ロードするロード手段を備えたことを
特徴とする記憶制御装置。
4. The storage control device according to claim 1, further comprising a load unit that reloads an offset address of a bank corresponding to an even-numbered line when a bank address is switched.
【請求項5】 ビットマップデータを奇数ラインデータ
および偶数ラインデータに分割する分割ステップと、 分割により得られたラインデータを各ラインの奇数偶数
に従って対応するメモリバンクに切り換え格納する格納
ステップと、 該格納ステップでのメモリバンク切り換えに同期させて
1回のDMAアクセスで奇数、偶数ラインのビットマッ
プデータを一括して取り込むDMAアクセスステップと
を備えたことを特徴とする記憶制御方法。
5. A dividing step of dividing the bitmap data into odd line data and even line data, and a storing step of switching and storing the line data obtained by the division into a corresponding memory bank according to the odd or even number of each line. A DMA access step of fetching bitmap data of odd-numbered and even-numbered lines in a single DMA access in synchronization with memory bank switching in the storage step.
【請求項6】 請求項5において、前記DMAアクセス
ステップは、アクセスをバースト単位で行なうことを特
徴とする記憶制御方法。
6. The storage control method according to claim 5, wherein said DMA access step performs access in burst units.
【請求項7】 請求項6において、前記DMAアクセス
ステップは、バースト単位を2分割し、その最上位アド
レスをバンクアドレスとして割り付けることを特徴とす
る記憶制御方法。
7. The storage control method according to claim 6, wherein said DMA access step divides a burst unit into two and assigns the highest address as a bank address.
【請求項8】 請求項5において、バンクアドレスが切
り換わる時点で、偶数ラインに対応するバンクのオフセ
ットアドレスを再ロードするロードステップを備えたこ
とを特徴とする記憶制御方法。
8. The storage control method according to claim 5, further comprising a load step of reloading an offset address of a bank corresponding to an even line when the bank address is switched.
JP11175815A 1999-06-22 1999-06-22 Device and method for controlling storage Pending JP2001005773A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11175815A JP2001005773A (en) 1999-06-22 1999-06-22 Device and method for controlling storage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11175815A JP2001005773A (en) 1999-06-22 1999-06-22 Device and method for controlling storage

Publications (1)

Publication Number Publication Date
JP2001005773A true JP2001005773A (en) 2001-01-12

Family

ID=16002723

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11175815A Pending JP2001005773A (en) 1999-06-22 1999-06-22 Device and method for controlling storage

Country Status (1)

Country Link
JP (1) JP2001005773A (en)

Similar Documents

Publication Publication Date Title
US20190339906A1 (en) Memory controller and method performed by the memory controller
US6965453B1 (en) Image processor for printing
US20020018238A1 (en) Printer, print control apparatus and method
US20070208886A1 (en) Data processing apparatus
JP2001005773A (en) Device and method for controlling storage
JP3641922B2 (en) ASIC control apparatus and method
JP4637693B2 (en) Image input device
KR100312272B1 (en) Recording apparatus
JP2005044202A (en) Image data transfer controller
JPS62173526A (en) Page buffer control system
JP4325838B2 (en) Parallel printing method and parallel printing apparatus
JP2000242544A (en) Memory controller and direct memory access controller
JPH09265367A (en) Device and method for printer control
JP2001047677A (en) Printer control apparatus
US20040252315A1 (en) Print data formatting apparatus and method
JP4132564B2 (en) Image input / output device
JPH0533913B2 (en)
JP2002264408A (en) Method of overlay printing and apparatus for controlling overlay printing
JPH05212913A (en) Image forming device
JPH11249832A (en) Image forming device
JP2004229066A (en) Image forming device
JP2006334884A (en) Printing device
JPH082021A (en) Page printer device
JPH09179813A (en) Dma transfer device
JPH0713849A (en) Image processor