JPH09259031A - Frame memory access control method - Google Patents

Frame memory access control method

Info

Publication number
JPH09259031A
JPH09259031A JP8072036A JP7203696A JPH09259031A JP H09259031 A JPH09259031 A JP H09259031A JP 8072036 A JP8072036 A JP 8072036A JP 7203696 A JP7203696 A JP 7203696A JP H09259031 A JPH09259031 A JP H09259031A
Authority
JP
Japan
Prior art keywords
access
access request
frame memory
refresh
control circuit
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
JP8072036A
Other languages
Japanese (ja)
Inventor
Shinichi Matsuzawa
真一 松澤
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP8072036A priority Critical patent/JPH09259031A/en
Publication of JPH09259031A publication Critical patent/JPH09259031A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce the access interruption of plotting owing to the generation of access for refresh and transferring screen display data. SOLUTION: A refresh control circuit 140 generates three kinds of refresh requests 141, 142 and 143 different in the degree of emergency in access. A serial data control circuit 150 similarly generates three kinds of data transfer requests for screen display 151, 152 and 153 different in the degree of emergency in access. A plotting data control circuit 160 generates the access of plotting data. A frame memory control circuit 170 arbitrates the access requests of the respective control circuits 140, 150 and 160. The refresh request and the data transfer request with the high degree of emergency are selected by a circuit which actually accesses to a frame memory 180. When the degree of emergency is low, plotting access 161 is selected in accordance with the access state of plotting data.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、複数種類のアクセ
ス要求によりアクセスされるフレームメモリアクセス制
御方法に係り、特にフレームメモリを有する画面描画装
置のように、描画データのフレームメモリのアクセス、
リフレッシュアクセス及び画面表示用のデータ転送アク
セスが混在する場合に好適なフレームメモリアクセス制
御方法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a frame memory access control method that is accessed by a plurality of types of access requests, and more particularly to accessing a frame memory for drawing data, such as a screen drawing device having a frame memory.
The present invention relates to a frame memory access control method suitable when refresh access and data transfer access for screen display are mixed.

【0002】[0002]

【従来の技術】従来、画面描画装置などでは、描画デー
タをフレームメモリへアクセスしている最中にフレーム
メモリのリフレッシュ及び画面表示用のシリアルデータ
作成のためにフレームメモリのアクセスの要求が発生す
ると、その要求の特異性から必ず描画データのアクセス
を中断してそれらの処理を行っていた。これらの要求は
画面表示を確定させておく必要があるのでカウンタを用
い、ある決ったタイミングでアクセス要求を発生させて
いるため、融通性がない。そのため、描画データのフレ
ームメモリのアクセスにページアクセス(メモリの同一
ROWアドレス内のデータを連続して読み書きする場合
に使用する事のできる通常の単一アクセスと比べて高速
なアクセス方法)を用いている場合、この描画データの
アクセス以外のアクセスのための中断により、ページア
クセスの終了のための時間と再びページアクセスを開始
するための時間が生じてしまっていた。
2. Description of the Related Art Conventionally, in a screen drawing apparatus or the like, a frame memory access request is issued for refreshing the frame memory and creating serial data for screen display while accessing drawing data to the frame memory. Due to the peculiarity of the request, the drawing data access is always interrupted and the processing is performed. Since it is necessary to confirm the screen display for these requests, a counter is used and access requests are generated at a certain fixed timing, so that there is no flexibility. Therefore, page access (a faster access method than the normal single access that can be used when continuously reading and writing data within the same ROW address of the memory) is used for accessing the frame memory of drawing data. In this case, the interruption for access other than the access of the drawing data causes a time for ending the page access and a time for starting the page access again.

【0003】なお、特開平1−201785号公報にお
いては、画面表示のためのメモリアクセスの効率化を図
る事について提案されているが、ここでは描画データの
フレームメモリへのアクセスを低速アクセスとしてアー
ビトレーションしているため、システムの描画性能向上
にあまり影響しない。
In Japanese Patent Laid-Open No. 1-1201785, it has been proposed to improve the efficiency of memory access for screen display. Here, however, the drawing data is accessed to the frame memory as low-speed access, and arbitration is performed. Therefore, it does not affect the drawing performance of the system so much.

【0004】[0004]

【発明が解決しようとする課題】画面描画装置がつなが
るシステムバスの高速化に伴い、フレームメモリの使用
可能なアクセス時間の全体に占める、描画に対する描画
のためのアクセス時間が画面描画装置全体の性能に影響
している。そのため、ページアクセスの中断によるフレ
ームメモリに対する時間の開きの発生は無駄に性能を劣
化させる事になる。これは画面描画装置に限らず、一般
に複数種類のアクセス要求をアービトレーションしてフ
レームメモリをアクセスする場合、アービトレーション
優先度の低いアクセス要求のフレームメモリへのアクセ
ス中に、アービトレーション優先度の高いアクセス要求
が発生して、当該アクセスが中断する場合にも同様であ
る。
With the increase in the speed of the system bus connected to the screen drawing device, the access time for drawing for the drawing, which occupies the entire available access time of the frame memory, is the performance of the entire screen drawing device. Is affecting. Therefore, the occurrence of a time difference with respect to the frame memory due to the interruption of page access unnecessarily deteriorates the performance. This is not limited to the screen drawing device, and generally, when multiple types of access requests are arbitrated to access the frame memory, an access request with a high arbitration priority is accessed during access to the frame memory with an access request with a low arbitration priority. The same applies when the access occurs and the access is interrupted.

【0005】本発明の目的は、アービトレーション優先
度の高いアクセス要求の発生によるアービトレーション
優先度の低いアクセス要求のフレームメモリへのアクセ
ス中断を最少限にとどめて、フレームメモリを利用する
装置の性能を向上させることにある。
An object of the present invention is to improve the performance of a device utilizing a frame memory by minimizing the interruption of access to the frame memory for an access request having a low arbitration priority due to the occurrence of an access request having a high arbitration priority. Is to let.

【0006】[0006]

【課題を解決するための手段】本発明は、一般に各々独
立に発生する複数種類のアクセス要求をアービトレーシ
ョンしてフレームメモリをアクセスするフレームメモリ
アクセス制御において、アービトレーション優先度の高
いアクセス要求を、アクセスの緊急度に応じて複数にレ
ベル分けして発生し、緊急を要するアービトレーション
優先度の高いアクセス要求の場合には当該アクセス要求
をそのまま選択するが、緊急を要しないアービトレーシ
ョン優先度の高いアクセス要求の場合には、アービトレ
ーション優先度の低いアクセス要求のアクセス状態によ
っては、該アービトレーション優先度の低いアクセス要
求を選択するようにしたことである。
According to the present invention, in a frame memory access control for accessing a frame memory by arbitrating a plurality of types of access requests, which generally occur independently of each other, access requests with high arbitration priority are accessed. In the case of an access request that occurs in multiple levels according to the urgency and that requires an urgent priority with high arbitration priority, the access request is selected as is, but in the case of an access request that does not require an emergency and has a high arbitration priority. First, depending on the access state of the access request having the low arbitration priority, the access request having the low arbitration priority is selected.

【0007】例えば、フレームメモリを有する画面描画
装置において、リフレッシュアクセス要求及び画面表示
のデータ転送アクセス要求を、アクセスの緊急性に応じ
て複数にレベル分けして発生し、緊急度の高いリフレッ
シュアクセス要求あるいはデータ転送アクセス要求は当
該アクセス要求をそのまま選択するが、緊急度の低いリ
フレッシュアクセス要求あるいはデータ転送アクセス要
求の場合には、描画アクセス要求のアクセスに妨げにな
らない場合に限り、これらアクセス要求を選択するよう
にしたことである。これにより、描画データをフレーム
メモリへアクセスしている最中に、リフレッシュや画面
表示用のシリアルデータ作成のためのアクセスが発生し
た場合、それが緊急を要しない場合には、描画データの
アクセスを優先させることが可能になり、描画データア
クセスの中断を防止できる。
For example, in a screen drawing device having a frame memory, a refresh access request and a data transfer access request for screen display are generated by being divided into a plurality of levels according to the urgency of access, and a refresh access request with a high degree of urgency is generated. Alternatively, the data transfer access request selects the access request as it is. However, in the case of a refresh access request or a data transfer access request having a low degree of urgency, these access requests are selected only when the access of the drawing access request is not hindered. That is what I did. As a result, if access for refreshing or creating serial data for screen display occurs while accessing the drawing data to the frame memory, and if it is not urgent, access the drawing data. It is possible to give priority to the interruption of drawing data access.

【0008】[0008]

【発明の実施の形態】以下、本発明の一実施例につい
て、画面描画装置に適用した場合を例に図面により詳述
する。
BEST MODE FOR CARRYING OUT THE INVENTION An embodiment of the present invention will be described in detail below with reference to the drawings by taking the case of application to a screen drawing device as an example.

【0009】図1は、本発明の一実施例の画面描画装置
の全体ブロック図である。図において、10は中央処理
装置(CPU)、100は画面描画装置、200は表示
装置であり、CPU10と画面描画装置100は一般に
システムバスでつながっている。
FIG. 1 is an overall block diagram of a screen drawing apparatus according to an embodiment of the present invention. In the figure, 10 is a central processing unit (CPU), 100 is a screen drawing device, and 200 is a display device, and the CPU 10 and the screen drawing device 100 are generally connected by a system bus.

【0010】画面描画装置100は、制御回路110と
フレームメモリ180、表示データ変換回路190から
なる。フレームメモリ180はDRAM(ダイナミック
・ランダム・アクセス・メモリ)やVRAM(ビデオ・
ランダム・アクセス・メモリ)などのメモリで構成され
ている。VRAMは、パラレルにデータを読み書きする
と同時にシリアルにもデータが読み書きすることができ
る画面描画装置などの特定用途向けメモリである。表示
データ変換回路190は、フレームメモリ180から出
力されたシリアルデータを順次CRTなどの表示装置2
00のデータに変換するための回路で、CRT用として
はDAC(デジタル・アナログ・コンバータ)などがあ
る。
The screen drawing apparatus 100 comprises a control circuit 110, a frame memory 180, and a display data conversion circuit 190. The frame memory 180 is a DRAM (dynamic random access memory) or a VRAM (video
Random access memory). The VRAM is a memory for a specific purpose such as a screen drawing device that can read and write data in parallel and can also read and write data in serial. The display data conversion circuit 190 sequentially converts the serial data output from the frame memory 180 into a display device 2 such as a CRT.
A circuit for converting to 00 data. For CRT, there is a DAC (digital-analog converter) or the like.

【0011】制御回路110はバス制御回路120、リ
フレッシュ制御回路140、シリアルデータ制御回路1
50、描画データ制御回路160、フレームメモリ制御
回路170からなり、各々が内部バス130に接続され
ている。
The control circuit 110 includes a bus control circuit 120, a refresh control circuit 140, and a serial data control circuit 1.
50, a drawing data control circuit 160 and a frame memory control circuit 170, each connected to the internal bus 130.

【0012】バス制御回路120は、システムバスの描
画データ等を内部バス130に送出する制御回路であ
る。リフレッシュ制御回路140はフレームメモリ18
0のデータを保持しておくために必要なリフレッシュア
クセスを制御する回路であり、本実施例では、アクセス
の緊急度に対応して3段階(3レベル)のリフレッシュ
要求141,142,143を出力するものとする。シ
リアルデータ制御回路150は、表示装置200への画
面表示のために、フレームメモリ180のデータを読み
だして表示変換回路190にシリアルデータとして送る
制御をする回路であり、同様に本実施例では、アクセス
の緊急度に対応して3段階(3レベル)のデータ転送ア
クセス要求151,152,153を出力するものとす
る。描画データ制御回路160はフレームメモリ180
に書く描画データについて生成、加工を制御する回路で
あり、描画アクセス要求161を出力する。フレームメ
モリ制御回路170は、フレームメモリ180に対して
各制御回路140,150,160から同時に発生しう
るアクセス要求をアービトレーション処理し、実際にフ
レームメモリ180に対してアクセスを行なう回路であ
る。該フレームメモリ制御回路170は、制御回路14
0,150,160のいずれかのアクセス要求を受け付
けると、アクセス要求元の制御回路に受付信号171,
172又は173を返送する。
The bus control circuit 120 is a control circuit for sending drawing data and the like of the system bus to the internal bus 130. The refresh control circuit 140 is the frame memory 18
This is a circuit for controlling refresh access required to hold 0 data, and in this embodiment, three-step (three-level) refresh requests 141, 142, 143 are output according to the urgency of access. It shall be. The serial data control circuit 150 is a circuit for controlling the data in the frame memory 180 to be read and sent as serial data to the display conversion circuit 190 for screen display on the display device 200. Similarly, in the present embodiment, Data transfer access requests 151, 152, and 153 in three stages (three levels) are output according to the urgency of access. The drawing data control circuit 160 is a frame memory 180.
Is a circuit for controlling the generation and processing of the drawing data written in, and outputs the drawing access request 161. The frame memory control circuit 170 is a circuit that arbitrates access requests that can be simultaneously generated from the control circuits 140, 150, and 160 to the frame memory 180 and actually accesses the frame memory 180. The frame memory control circuit 170 includes a control circuit 14
When an access request of 0, 150, or 160 is accepted, the acceptance signal 171 is sent to the control circuit of the access request source.
Return 172 or 173.

【0013】図2は、リフレッシュ制御回路140の詳
細構成を示した図である。図において、リフレッシュカ
ウンタ20はフレームメモリ180のリフレッシュ規定
を満たすだけの時間をカウントする事ができるフリーラ
ンのカウンタである。当該リフレッシュカウンタ20
は、当該リフレッシュ制御回路140のフレームメモリ
180へのリフレッシュアクセス要求が受け付けられた
ときにフレームメモリ制御回路170から出力されるリ
フレッシュ要求受付信号171により初期化される。ア
ダー(1)24はリフレッシュカウンタ20の出力値に
増分値(1)22を加えた結果を出力する。アダー
(2)25についても同様に、リフレッシュカウンタ2
0の出力値に増分値(2)23を加えた結果を出力す
る。ここで、増分値は増分値1<増分値2である。比較
回路(1)26は、リフレッシュカウンタ20の出力値
と比較値21を比較し、一致するとリフレッシュ要求1
41を出力する。比較回路(2)27は、アダー(1)
24の出力値と比較値21を比較し、一致するとリフレ
ッシュ要求142を出力し、同様に、比較回路(3)2
8は、アダー(2)25の出力値と比較値21を比較
し、一致するとリフレッシュ要求143を出力する。
FIG. 2 is a diagram showing a detailed configuration of the refresh control circuit 140. In the figure, a refresh counter 20 is a free-run counter capable of counting the time required to satisfy the refresh regulation of the frame memory 180. The refresh counter 20
Are initialized by a refresh request acceptance signal 171 output from the frame memory control circuit 170 when a refresh access request from the refresh control circuit 140 to the frame memory 180 is accepted. The adder (1) 24 outputs the result of adding the increment value (1) 22 to the output value of the refresh counter 20. Similarly, for the adder (2) 25, the refresh counter 2
The result of adding the increment value (2) 23 to the output value of 0 is output. Here, the increment value is increment value 1 <increment value 2. The comparison circuit (1) 26 compares the output value of the refresh counter 20 with the comparison value 21, and if they match, the refresh request 1
41 is output. The comparison circuit (2) 27 has an adder (1)
The output value of 24 is compared with the comparison value 21, and if they match, the refresh request 142 is output, and similarly, the comparison circuit (3) 2
8 compares the output value of the adder (2) 25 with the comparison value 21, and outputs a refresh request 143 if they match.

【0014】リフレッシュ要求141,142,143
は、発生する時間順にすると、143,142,141
の順に出力される。ここで、リフレッシュ要求141
は、リフレッシュをすぐ行なう必要がある事を表し、リ
フレッシュ要求142は、まもなくリフレッシュを行な
う必要があることを表す。また、リフレッシュ要求14
3はしばらくしてからリフレッシュを行なう必要がある
事を表る。即ち、リフレッシュ要求の緊急度は143→
142→141の順に高くなる。
Refresh requests 141, 142, 143
Are 143, 142, 141 in the order of occurrence.
Are output in this order. Here, the refresh request 141
Indicates that the refresh should be performed immediately, and the refresh request 142 indicates that the refresh should be performed soon. Also, the refresh request 14
3 indicates that it is necessary to refresh after a while. That is, the urgency of the refresh request is 143 →
It becomes higher in the order of 142 → 141.

【0015】シリアルデータ制御回路150について
も、上記リフレッシュ制御回路140と同様にして、発
生する時間順序を異にした3種類のデータ転送要求15
1,152,153を作成して、フレームメモリ制御回
路170に対し出力する。
Similarly to the refresh control circuit 140, the serial data control circuit 150 also has three types of data transfer requests 15 generated in different time sequences.
1, 152, 153 are created and output to the frame memory control circuit 170.

【0016】図3は、フレームメモリ制御回路170の
詳細構成を示した図である。フレームメモリ制御回路1
70は、各々の制御回路140,150,160から入
力されたフレームメモリアクセス要求をアービトレーシ
ョンするメモリアクセス種決定回路30と、描画データ
制御回路160の描画データのアクセスがページモード
でアクセスできるかを判定するページモードアクセス判
定回路31、及び、実際にフレームメモリ180をアク
セスするためのRAS(ローアドレスシーケンス)、C
AS(カラムアドレスシーケンス)などの各種シーケン
スを発生させるフレームメモリアクセス制御回路32か
らなる。
FIG. 3 is a diagram showing a detailed configuration of the frame memory control circuit 170. Frame memory control circuit 1
Reference numeral 70 is a memory access type determination circuit 30 that arbitrates frame memory access requests input from the control circuits 140, 150, and 160, and determines whether the drawing data of the drawing data control circuit 160 can be accessed in page mode. A page mode access determination circuit 31 for performing access, and RAS (row address sequence) for actually accessing the frame memory 180, C
It comprises a frame memory access control circuit 32 for generating various sequences such as AS (column address sequence).

【0017】ページモードアクセス判定回路31は、メ
モリアクセス種決定回路30のアクセス要求処理回路3
5が描画データ制御回路160からの描画アクセス要求
161を選択している場合、該描画アクセス要求161
が連続して入力されていて、かつ、その連続するアクセ
スがフレームメモリ180の同一ROWアドレスのとき
にのみページモード信号36を出力する。
The page mode access determination circuit 31 is an access request processing circuit 3 of the memory access type determination circuit 30.
5 selects the drawing access request 161 from the drawing data control circuit 160, the drawing access request 161
Are continuously input, and the continuous access is to the same ROW address of the frame memory 180, the page mode signal 36 is output.

【0018】メモリアクセス種決定回路30は判定回路
33,34及びアクセス要求処理回路35からなる。判
定回路(1)33は、リフレッシュ制御回路140から
の3種類のリフレッシュ要求141,142,143、
描画データ制御回路160からのアクセス要求161、
及び、ページモードアクセス判定回路31からページモ
ージ信号36を入力して、リフレッシュアクセス要求3
7を出力すべきか否か判定する。本実施例の場合、判定
回路(1)33は、緊急度の低いリフレッシュアクセス
要求143が入力された時、描画アクセス要求161が
入力されていれば、フレームメモリ180への描画アク
セスを優先させるためリフレッシュアクセス要求37の
出力を抑止し、描画アクセス要求161が入力されない
時にリフレッシュアクセス要求37を出力するようにす
る。また、緊急度が中くらいのリフレッシュ要求142
が入力された時は、フレームメモリ180への描画アク
セス要求161があり、且つ、ページモードアクセス判
定回路31からページモード信号35が出力されている
時のみ、描画アクセス要求161が優先されるようにリ
フレッシュアクセス要求37の出力を抑止し、ページモ
ードが終了したらリフレッシュアクセス要求37を出力
する。緊急度がいちばん高いリフレッシュ要求141が
入力された時は、リフレッシュをすぐ行う必要があり、
直ちにリフレッシュアクセス要求37を出力する。判定
回路(1)33の具体的論理回路を示すと図4の如くで
ある。判定回路(2)34においても、シリアルデータ
制御回路150からの緊急度の異なる3種類のデータ転
送要求151,152,153、描画データ制御回路1
60からの描画アクセス要求161、及び、ページモー
ドアクセス判定回路31からのページモード信号36を
入力して、図4と同様の構成によりデータ転送アクセス
要求38を出力する。アクセス要求処理回路35は、リ
フレッシュアクセス要求37、データ転送アクセス要求
38及び描画アクセス要求161の各アクセス要求をア
ービトレーション処理し、決定したメモリアクセス種別
をフレームアクセス制御回路32とページモードアクセ
ス判定回路31に通知すると同時に、該決定したメモリ
アクセス種別に対応するアクセス要求元の制御回路にア
クセス要求受付信号171,172,173を発行す
る。該アクセス要求処理回路35のアービトレーション
優先度はリフレッシュアクセス要求37、データ転送ア
クセス要求38、描画アクセス要求161の順である。
The memory access type decision circuit 30 comprises decision circuits 33 and 34 and an access request processing circuit 35. The determination circuit (1) 33 includes three types of refresh requests 141, 142, 143 from the refresh control circuit 140,
An access request 161 from the drawing data control circuit 160,
Also, the page mode access decision circuit 31 inputs the page moji signal 36, and the refresh access request 3
It is determined whether or not 7 should be output. In the case of the present embodiment, the determination circuit (1) 33 prioritizes the drawing access to the frame memory 180 when the drawing access request 161 is input when the refresh access request 143 of low urgency is input. The output of the refresh access request 37 is suppressed, and the refresh access request 37 is output when the drawing access request 161 is not input. In addition, a refresh request 142 of medium urgency
Is input, the drawing access request 161 is prioritized only when the drawing access request 161 to the frame memory 180 is present and the page mode signal 35 is output from the page mode access determination circuit 31. The output of the refresh access request 37 is suppressed, and when the page mode ends, the refresh access request 37 is output. When the refresh request 141 with the highest urgency is input, it is necessary to refresh immediately.
Immediately, the refresh access request 37 is output. The concrete logic circuit of the judgment circuit (1) 33 is as shown in FIG. Also in the determination circuit (2) 34, three types of data transfer requests 151, 152, 153 from the serial data control circuit 150 having different degrees of urgency, and the drawing data control circuit 1
The drawing access request 161 from the page 60 and the page mode signal 36 from the page mode access determination circuit 31 are input, and the data transfer access request 38 is output with the same configuration as in FIG. The access request processing circuit 35 arbitrates each access request of the refresh access request 37, the data transfer access request 38, and the drawing access request 161, and assigns the determined memory access type to the frame access control circuit 32 and the page mode access determination circuit 31. Simultaneously with the notification, access request acceptance signals 171, 172, 173 are issued to the access request source control circuit corresponding to the determined memory access type. The arbitration priority of the access request processing circuit 35 is in the order of the refresh access request 37, the data transfer access request 38, and the drawing access request 161.

【0019】本実施例によれば、リフレッシュアクセス
要求やデータ転送アクセス要求の発生条件を規制する適
当な値を増分値(図2の22、23など)に与えること
により、描画データのフレームメモリアクセスにおける
ページモードアクセスの途中割り込みが発生する頻度は
非常に低くなり、描画データをフレームメモリへアクセ
スするための時間を有効に使うことができる。
According to the present embodiment, the frame memory access of the drawing data is performed by giving the increment value (22, 23, etc. in FIG. 2) an appropriate value for restricting the generation condition of the refresh access request and the data transfer access request. The frequency of interrupts during page mode access in is extremely low, and the time for accessing drawing data to the frame memory can be effectively used.

【0020】なお、図2において、比較値21を3種類
用意することにより、増分値22、23、アダー24、
25を無くすこともできる。また本実施例では、レベル
を3つに分けているが、2つ以上であればある程度の効
果は期待できる。また、フレームメモリの大きさや構成
を変更した場合においては、増分値等のパラメータを変
更する事により、常に所期の効果を得る事ができる。
In FIG. 2, three kinds of comparison values 21 are prepared, so that the increment values 22, 23, the adder 24,
It is also possible to eliminate 25. Further, in this embodiment, the level is divided into three, but if it is two or more, some effect can be expected. When the size or configuration of the frame memory is changed, the desired effect can always be obtained by changing the parameter such as the increment value.

【0021】以上、本発明を画面描画装置に適用した場
合を例に説明したが、本発明は画面描画装置に限定され
るものではなく、その要旨を逸脱しない範囲で、フレー
ムメモリを有する種々の装置に適用可能であることは云
うまでもない。
Although the case where the present invention is applied to the screen drawing apparatus has been described above as an example, the present invention is not limited to the screen drawing apparatus, and various types of frame memories having a frame memory are provided without departing from the scope of the invention. It goes without saying that it can be applied to a device.

【0022】[0022]

【発明の効果】以上説明したように、本発明のフレーム
メモリアクセス制御方法によれば、アービトレーション
優先度の低いアクセス要求のフレームメモリアクセスに
対する中断を最少限に抑えることができる。特に画面描
画装置に適用した場合、描画データをフレームメモリへ
アクセスしている最中に発生する、リフレッシュや画面
表示用のデータ転送のためのアクセスによる描画アクセ
スの中断を軽減することができ、フレームメモリアクセ
ス全体に対する描画データのアクセスの割合を高めるこ
とが可能になる。
As described above, according to the frame memory access control method of the present invention, the interruption of the frame memory access of the access request having the low arbitration priority can be suppressed to the minimum. Especially when applied to a screen drawing device, it is possible to reduce interruption of drawing access due to access for refresh or data transfer for screen display, which occurs while accessing drawing data to the frame memory. It is possible to increase the ratio of drawing data access to the entire memory access.

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

【図1】本発明の一実施例の全体構成のブロック図であ
る。
FIG. 1 is a block diagram of an overall configuration of an embodiment of the present invention.

【図2】図1のリフレッシュ制御回路の具体的構成例を
示す図である。
FIG. 2 is a diagram showing a specific configuration example of a refresh control circuit of FIG.

【図3】図1のフレームメモリ制御回路の構成例を示す
図である。
FIG. 3 is a diagram showing a configuration example of a frame memory control circuit in FIG.

【図4】図3の判定回路の具体的構成例を示す図であ
る。
FIG. 4 is a diagram showing a specific configuration example of a determination circuit in FIG.

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

100 画面描画装置 140 リフレッシュ制御回路 141〜143 リフレッシュアクセス要求 150 シリアルデータ制御回路 150〜153 データ転送アクセス要求 160 描画データ制御回路 161 描画アクセス要求 170 フレームメモリ制御回路 171,172,173 アクセス要求受付信号 180 フレームメモリ 190 表示データ変換回路 200 表示装置 100 screen drawing device 140 refresh control circuit 141 to 143 refresh access request 150 serial data control circuit 150 to 153 data transfer access request 160 drawing data control circuit 161 drawing access request 170 frame memory control circuit 171, 172, 173 access request acceptance signal 180 Frame memory 190 Display data conversion circuit 200 Display device

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 各々独立に発生する複数種類のアクセス
要求をアービトレーションしてフレームメモリをアクセ
スするフレームメモリアクセス制御方法において、 アービトレーション優先度の高いアクセス要求の発生
は、アクセスの緊急度に応じて複数にレベル分けし、 緊急を要する前記アービトレーション優先度の高いアク
セス要求は当該アクセス要求をそのまま選択し、 緊急を要しない前記アービトレーション優先度の高いア
クセス要求の場合には、アービトレーション優先度の低
いアクセス要求のアクセス状態によって、前記アービト
レーション優先度の高いアクセス要求あるいはアービト
レーション優先度の低いアクセス要求のいずれかのアク
セス要求を選択する、ことを特徴とするフレームメモリ
アクセス制御方法。
1. A frame memory access control method for accessing a frame memory by arbitrating a plurality of types of access requests independently generated, wherein a plurality of access requests with high arbitration priority are generated according to the urgency of access. The access request with high arbitration priority that requires urgency is selected as it is, and in the case of the access request with high arbitration priority that does not require emergency, the access request with low arbitration priority is selected. A frame memory access control method, characterized in that an access request having either a high arbitration priority or a low arbitration priority is selected according to an access state.
【請求項2】 請求項1記載のフレームメモリアクセス
制御方法において、フレームメモリの構成を変更した場
合に、レベル分けのパラメータを変更することを特徴と
するフレームメモリアクセス制御方法。
2. The frame memory access control method according to claim 1, wherein when the configuration of the frame memory is changed, the level dividing parameter is changed.
【請求項3】 フレームメモリを有する画面描画装置に
おいて、リフレッシュのためのアクセス要求(以下、リ
フレッシュアクセス要求という)と画面表示のデータ転
送のためのアクセス要求(以下、データ転送アクセス要
求という)及び描画に関するアクセス要求(以下、描画
アクセス要求という)をアービトレーションしてフレー
ムメモリをアクセスするフレームメモリアクセス制御方
法であって、 リフレッシュアクセス要求及びデータ転送アクセス要求
の発生を、アクセスの緊急度に応じて複数にレベル分け
し、 緊急を要する前記リフレッシュアクセス要求あるいはデ
ータ転送アクセス要求の場合には、当該アクセス要求を
選択し、 緊急を要しない前記リフレッシュアクセス要求あるいは
データ転送アクセス要求の場合には、描画アクセス要求
のアクセスに妨げにならない場合に限り、前記リフレッ
シュアクセス要求あるいはデータ転送アクセス要求を選
択する、ことを特徴とするフレームメモリアクセス制御
方法。
3. A screen drawing device having a frame memory, an access request for refreshing (hereinafter referred to as refresh access request), an access request for data transfer of screen display (hereinafter referred to as data transfer access request), and drawing. Is a frame memory access control method for arbitrating an access request (hereinafter, referred to as a drawing access request) for accessing a frame memory, wherein a plurality of refresh access requests and data transfer access requests are generated according to the urgency of the access. In the case of the refresh access request or the data transfer access request requiring urgency, the access request is selected and the drawing access is selected in the case of the refresh access request or the data transfer access request requiring no emergency. A frame memory access control method, wherein the refresh access request or the data transfer access request is selected only when the access of the access request is not hindered.
JP8072036A 1996-03-27 1996-03-27 Frame memory access control method Pending JPH09259031A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8072036A JPH09259031A (en) 1996-03-27 1996-03-27 Frame memory access control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8072036A JPH09259031A (en) 1996-03-27 1996-03-27 Frame memory access control method

Publications (1)

Publication Number Publication Date
JPH09259031A true JPH09259031A (en) 1997-10-03

Family

ID=13477784

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8072036A Pending JPH09259031A (en) 1996-03-27 1996-03-27 Frame memory access control method

Country Status (1)

Country Link
JP (1) JPH09259031A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11345165A (en) * 1997-12-05 1999-12-14 Texas Instr Inc <Ti> Traffic controller using priority and burst control for reducing access times
JP2022514128A (en) * 2018-07-16 2022-02-10 アドバンスト・マイクロ・ディバイシズ・インコーポレイテッド Memory controller refresh scheme

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11345165A (en) * 1997-12-05 1999-12-14 Texas Instr Inc <Ti> Traffic controller using priority and burst control for reducing access times
JP2022514128A (en) * 2018-07-16 2022-02-10 アドバンスト・マイクロ・ディバイシズ・インコーポレイテッド Memory controller refresh scheme

Similar Documents

Publication Publication Date Title
US7707328B2 (en) Memory access control circuit
US6532525B1 (en) Method and apparatus for accessing memory
EP0919029A1 (en) Memory control unit providing optimal timing of memory control sequences between different memory segments
JP2002132701A (en) Memory control unit
US6272583B1 (en) Microprocessor having built-in DRAM and internal data transfer paths wider and faster than independent external transfer paths
US7013368B2 (en) Arbitration apparatus utilizing mutlilevel priority for reducing memory access time
US6374244B1 (en) Data transfer device
US5748203A (en) Computer system architecture that incorporates display memory into system memory
JP2000105587A (en) Memory control device, information processor device, memory control method, and recording medium
JPH09259031A (en) Frame memory access control method
JP2004310394A (en) Sdram access control device
JP3820831B2 (en) Memory control method and apparatus
JP3618249B2 (en) Data transfer device
US9013948B2 (en) Memory architecture for display device and control method thereof
JP3202272B2 (en) DMA controller
KR20010050234A (en) Addressing of a memory
JPH1027130A (en) Picture processor and its processing method
JPH06325570A (en) Dynamic memory refresh circuit
JPH11176155A (en) Dram-refreshing circuit
JP2570271B2 (en) Semiconductor memory controller
JPH06259314A (en) Memory controller
JP3070454B2 (en) Memory access control circuit
JPH05108538A (en) Memory access control system
JPH05189356A (en) Memory controller
JPH06111568A (en) Image memory device